diff --git a/CVE-2007-4559-tarfile.patch b/cve-2007-4559-tarfile.patch similarity index 100% rename from CVE-2007-4559-tarfile.patch rename to cve-2007-4559-tarfile.patch diff --git a/dist b/dist new file mode 100644 index 0000000000000000000000000000000000000000..9c0e36ec42a2d9bfefacb21ac6354c9ddd910533 --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an8 diff --git a/python-pip.spec b/python-pip.spec index aba78b50bc4ba8105425bf014cc399e65a390af5..0646ea83cd0890386ffa31bf272e8ca49a8f74f1 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -15,7 +15,7 @@ Name: python-%{srcname} # When updating, update the bundled libraries versions bellow! Version: 9.0.3 -Release: 23%{anolis_release}%{?dist}.1 +Release: 24%{anolis_release}%{?dist} Summary: A tool for installing and managing Python packages Group: Development/Libraries @@ -136,7 +136,7 @@ Patch12: skip_yanked_releases.patch # proposed in https://github.com/pypa/pip/pull/12214 # - Patch for vendored distlib, accepted upstream: # https://github.com/pypa/distlib/pull/201 -Patch13: CVE-2007-4559-tarfile.patch +Patch13: cve-2007-4559-tarfile.patch Patch1000: 0001-add-pip-loongarch.conf.patch @@ -409,12 +409,12 @@ py.test-%{python3_version} -m 'not network' %endif %changelog -* Wed Apr 17 2024 huajingyun - 9.0.3-23.0.1.1 +* Tue Jul 02 2024 huajingyun - 9.0.3-24.0.1 - Add pypi.loongnix.cn -* Wed Feb 14 2024 Lumír Balhar - 9.0.3-23.1 +* Wed Feb 14 2024 Lumír Balhar - 9.0.3-24 - Require Python with tarfile filters -Resolves: RHEL-25449 +Resolves: RHEL-25446 * Tue Aug 08 2023 Petr Viktorin - 9.0.3-23 - Use tarfile.data_filter for extracting (CVE-2007-4559, PEP-721, PEP-706)