Compare commits
10 Commits
e4d2a3a27c
...
78551458df
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78551458df | ||
|
|
56b9062b3f | ||
|
|
bcdc5567b8 | ||
|
|
78842fe70d | ||
|
|
50ec3a30c3 | ||
|
|
3146c8293f | ||
|
|
2912d439ad | ||
|
|
4cea2a00fe | ||
|
|
b11659836d | ||
|
|
d0bc903c93 |
2855
backport-CVE-2024-3651.patch
Normal file
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
BIN
idna-2.10.tar.gz
Normal file
Binary file not shown.
BIN
idna-2.8.tar.gz
BIN
idna-2.8.tar.gz
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user