Sync from SUSE:ALP:Source:Standard:1.0 saltbundlepy-idna revision 1413b2da229a0361bf8b8f07f36656d6
This commit is contained in:
parent
a0dd4da4cb
commit
1ce90c5a89
2535
CVE-2024-3651.patch
Normal file
2535
CVE-2024-3651.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 15:05:06 UTC 2024 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>
|
||||||
|
|
||||||
|
- Add CVE-2024-3651.patch, backported from upstream commit
|
||||||
|
gh#kjd/idna#172/commits/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7
|
||||||
|
(bsc#1222842, bsc#1229994, CVE-2024-3651)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 15 11:51:43 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
|
Fri Dec 15 11:51:43 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
|
||||||
|
|
||||||
|
@ -31,6 +31,8 @@ License: BSD-3-Clause
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/kjd/idna
|
URL: https://github.com/kjd/idna
|
||||||
Source0: https://files.pythonhosted.org/packages/source/i/idna/idna-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/i/idna/idna-%{version}.tar.gz
|
||||||
|
# PATCH-FIX-UPSTREAM CVE-2024-3651.patch gh#kjd/idna#172/commits/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7
|
||||||
|
Patch0: CVE-2024-3651.patch
|
||||||
BuildRequires: %{saltbundlepy_module base >= 3.10}
|
BuildRequires: %{saltbundlepy_module base >= 3.10}
|
||||||
BuildRequires: %{saltbundlepy_module flit-core}
|
BuildRequires: %{saltbundlepy_module flit-core}
|
||||||
BuildRequires: %{saltbundlepy_module pip}
|
BuildRequires: %{saltbundlepy_module pip}
|
||||||
@ -56,6 +58,7 @@ library but currently only supports the older 2003 specification.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n idna-%{version}
|
%setup -q -n idna-%{version}
|
||||||
|
%patch -p1 -P 0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
Loading…
Reference in New Issue
Block a user