Security fix for CVE-2024-3651

Resolves: RHEL-32703
This commit is contained in:
Lumir Balhar 2024-04-23 09:29:34 +02:00
parent b2eb5b0657
commit 79020e2116
2 changed files with 2855 additions and 1 deletions

2844
CVE-2024-3651.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -15,12 +15,18 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 2.5 Version: 2.5
Release: 5%{?dist} Release: 6%{?dist}
Summary: Internationalized Domain Names in Applications (IDNA) Summary: Internationalized Domain Names in Applications (IDNA)
License: BSD and Python and Unicode License: BSD and Python and Unicode
URL: https://github.com/kjd/idna URL: https://github.com/kjd/idna
Source0: https://pypi.io/packages/source/i/%{srcname}/%{srcname}-%{version}.tar.gz Source0: https://pypi.io/packages/source/i/%{srcname}/%{srcname}-%{version}.tar.gz
# Security fix for CVE-2024-3651
# Upstream: https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7
# Tracking bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2274779
Patch: CVE-2024-3651.patch
BuildArch: noarch BuildArch: noarch
%if 0%{?with_python2} %if 0%{?with_python2}
@ -123,6 +129,10 @@ rm -rf %{srcname}.egg-info
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Tue Apr 23 2024 Lumír Balhar <lbalhar@redhat.com> - 2.5-6
- Security fix for CVE-2024-3651
Resolves: RHEL-32703
* Thu Jun 28 2018 Christian Heimes <cheimes@redhat.com> - 2.5-5 * Thu Jun 28 2018 Christian Heimes <cheimes@redhat.com> - 2.5-5
- Drop Python 2 subpackage from RHEL 8, fixes RHBZ#1590399 - Drop Python 2 subpackage from RHEL 8, fixes RHBZ#1590399