From e61d8042cb2ebb8b1ec40f272667bcb8b2624bc3c5c014b0a92de915996bb384 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 18 Apr 2024 07:34:42 +0000 Subject: [PATCH] - update to 3.7 (bsc#1222842, CVE-2024-3651): * Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=34 --- idna-3.6.tar.gz | 3 --- idna-3.7.tar.gz | 3 +++ python-idna.changes | 7 +++++++ python-idna.spec | 9 +++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 idna-3.6.tar.gz create mode 100644 idna-3.7.tar.gz diff --git a/idna-3.6.tar.gz b/idna-3.6.tar.gz deleted file mode 100644 index 7306ee9..0000000 --- a/idna-3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca -size 175426 diff --git a/idna-3.7.tar.gz b/idna-3.7.tar.gz new file mode 100644 index 0000000..41cd7ac --- /dev/null +++ b/idna-3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc +size 189575 diff --git a/python-idna.changes b/python-idna.changes index cb3fb09..da928ff 100644 --- a/python-idna.changes +++ b/python-idna.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 18 07:30:37 UTC 2024 - Daniel Garcia + +- update to 3.7 (bsc#1222842, CVE-2024-3651): + * Fix issue where specially crafted inputs to encode() could take + exceptionally long amount of time to process. [CVE-2024-3651] + ------------------------------------------------------------------- Mon Nov 27 08:56:13 UTC 2023 - Dirk Müller diff --git a/python-idna.spec b/python-idna.spec index e644b66..3099a0c 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -1,7 +1,7 @@ # # spec file for package python-idna # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-idna -Version: 3.6 +Version: 3.7 Release: 0 Summary: Internationalized Domain Names in Applications (IDNA) License: BSD-3-Clause @@ -46,7 +46,7 @@ for the “encodings.idna” module that comes with the Python standard library but currently only supports the older 2003 specification. %prep -%setup -q -n idna-%{version} +%autosetup -p1 -n idna-%{version} %build %pyproject_wheel @@ -61,6 +61,7 @@ library but currently only supports the older 2003 specification. %files %{python_files} %license LICENSE.md %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/idna +%{python_sitelib}/idna-%{version}*-info %changelog