Sync from SUSE:ALP:Source:Standard:1.0 saltbundlepy-idna revision 1413b2da229a0361bf8b8f07f36656d6

This commit is contained in:
Adrian Schröter 2024-11-15 12:53:08 +01:00
parent a0dd4da4cb
commit 1ce90c5a89
3 changed files with 2545 additions and 0 deletions

2535
CVE-2024-3651.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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>

View File

@ -31,6 +31,8 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/kjd/idna
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 flit-core}
BuildRequires: %{saltbundlepy_module pip}
@ -56,6 +58,7 @@ library but currently only supports the older 2003 specification.
%prep
%setup -q -n idna-%{version}
%patch -p1 -P 0
%build
%pyproject_wheel