Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
78551458df
!41 fix license
From: @xinghe_1 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
2024-06-17 01:56:55 +00:00
xh
56b9062b3f fix license 2024-06-14 07:56:57 +00:00
openeuler-ci-bot
bcdc5567b8
!36 fix CVE-2024-3651
From: @zppzhangpan 
Reviewed-by: @robertxw 
Signed-off-by: @robertxw
2024-05-11 07:03:41 +00:00
zhangpan
78842fe70d fix CVE-2024-3651 2024-05-10 08:42:54 +00:00
openeuler-ci-bot
50ec3a30c3
!11 fix-specfile-error
From: @haomi0602 
Reviewed-by: @zengwefeng 
Signed-off-by: @zengwefeng
2022-07-29 02:09:46 +00:00
haomimi
3146c8293f Modify specfile-error in changelog 2022-07-22 16:07:27 +08:00
openeuler-ci-bot
2912d439ad !5 update to 2.10
Merge pull request !5 from 靳智敏/openEuler-20.03-LTS
2020-08-27 15:28:20 +08:00
jinzhimin369
4cea2a00fe update to 2.10 2020-08-18 17:28:09 +08:00
openeuler-ci-bot
b11659836d !2 python-idna: delete the python-idna
Merge pull request !2 from orange-snn/master
2020-01-15 04:59:57 +08:00
songnannan
d0bc903c93 deletethepython-idna 2020-01-15 04:25:41 +08:00
4 changed files with 2878 additions and 6 deletions

2855
backport-CVE-2024-3651.patch Normal file

File diff suppressed because it is too large Load Diff

BIN
idna-2.10.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,13 @@
Name: python-idna
Version: 2.8
Release: 2
Version: 2.10
Release: 3
Summary: Internationalized Domain Names in Applications (IDNA)
License: BSD and Python and Unicode
License: BSD-3-Clause
URL: https://github.com/kjd/idna
Source0: https://files.pythonhosted.org/packages/source/i/idna/idna-%{version}.tar.gz
Patch6000: backport-CVE-2024-3651.patch
BuildArch: noarch
%if 0%{?with_python2}
BuildRequires: python2-devel python2-setuptools
@ -74,9 +76,6 @@ Python3 package for python-idna
%{__python3} setup.py test
%endif
%files
%defattr(-,root,root)
%if 0%{?with_python2}
%files -n python2-idna
%defattr(-,root,root)
@ -94,6 +93,24 @@ Python3 package for python-idna
%endif
%changelog
* Fri Jun 14 2024 xinghe <xinghe2@h-partners.com> - 2.10-3
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:fix license
* Fri May 10 2024 zhangpan <zhangpan103@h-partners.com> - 2.10-2
- fix CVE-2024-3651
* Tue Aug 18 2020 jinzhimin <jinzhimin2@huawei.com> - 2.10-1
- Package update to 2.10.1
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.8-3
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:delete the python-idna
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.8-2
- Type:bugfix
- Id:NA