Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade setuptools to fix CVE-2024-6345 #10487

Open
wants to merge 2 commits into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"setuptools-69.0.3.tar.gz": "be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78"
"setuptools-70.0.0.tar.gz": "f211a66637b8fa059bb28183da127d4e86396c991a942b028c6650d4319c3fd0"
}
}
7 changes: 5 additions & 2 deletions SPECS/python-setuptools/python-setuptools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Setuptools is a fully-featured, actively-maintained, and stable library designed

Summary: Easily build and distribute Python packages
Name: python-setuptools
Version: 69.0.3
Release: 3%{?dist}
Version: 70.0.0
Release: 1%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -57,6 +57,9 @@ EOF
%{python3_sitelib}/setuptools-%{version}.dist-info/*

%changelog
* Web Sep 18 2024 Himaja Kesari <[email protected]> - 70.0.0-1
- Bump release to fix CVE-2024-6345

* Thu Aug 29 2024 Andrew Phelps <[email protected]> - 69.0.3-3
- Bump release to rebuild and resolve python3dist provides issue

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24253,8 +24253,8 @@
"type": "other",
"other": {
"name": "python-setuptools",
"version": "69.0.3",
"downloadUrl": "https://pypi.org/packages/source/s/setuptools/setuptools-69.0.3.tar.gz"
"version": "70.0.0",
"downloadUrl": "https://pypi.org/packages/source/s/setuptools/setuptools-70.0.0.tar.gz"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ unzip-6.0-20.azl3.aarch64.rpm
python3-3.12.3-3.azl3.aarch64.rpm
python3-devel-3.12.3-3.azl3.aarch64.rpm
python3-libs-3.12.3-3.azl3.aarch64.rpm
python3-setuptools-69.0.3-3.azl3.noarch.rpm
python3-setuptools-70.0.0-1.azl3.noarch.rpm
python3-pygments-2.7.4-2.azl3.noarch.rpm
which-2.21-8.azl3.aarch64.rpm
libselinux-3.6-3.azl3.aarch64.rpm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ unzip-6.0-20.azl3.x86_64.rpm
python3-3.12.3-3.azl3.x86_64.rpm
python3-devel-3.12.3-3.azl3.x86_64.rpm
python3-libs-3.12.3-3.azl3.x86_64.rpm
python3-setuptools-69.0.3-3.azl3.noarch.rpm
python3-setuptools-70.0.0-1.azl3.noarch.rpm
python3-pygments-2.7.4-2.azl3.noarch.rpm
which-2.21-8.azl3.x86_64.rpm
libselinux-3.6-3.azl3.x86_64.rpm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ python3-pip-24.0-2.azl3.noarch.rpm
python3-pygments-2.7.4-2.azl3.noarch.rpm
python3-rpm-4.18.2-1.azl3.aarch64.rpm
python3-rpm-generators-14-11.azl3.noarch.rpm
python3-setuptools-69.0.3-3.azl3.noarch.rpm
python3-setuptools-70.0.0-1.azl3.noarch.rpm
python3-test-3.12.3-3.azl3.aarch64.rpm
python3-tools-3.12.3-3.azl3.aarch64.rpm
python3-wheel-0.43.0-1.azl3.noarch.rpm
Expand Down
2 changes: 1 addition & 1 deletion toolkit/resources/manifests/package/toolchain_x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ python3-pip-24.0-2.azl3.noarch.rpm
python3-pygments-2.7.4-2.azl3.noarch.rpm
python3-rpm-4.18.2-1.azl3.x86_64.rpm
python3-rpm-generators-14-11.azl3.noarch.rpm
python3-setuptools-69.0.3-3.azl3.noarch.rpm
python3-setuptools-70.0.0-1.azl3.noarch.rpm
python3-test-3.12.3-3.azl3.x86_64.rpm
python3-tools-3.12.3-3.azl3.x86_64.rpm
python3-wheel-0.43.0-1.azl3.noarch.rpm
Expand Down
Loading