setuptools 45.2.0-1ubuntu0.2 source package in Ubuntu

Changelog

setuptools (45.2.0-1ubuntu0.2) focal-security; urgency=medium

  * SECURITY UPDATE: remote code execution via package download functions
    - debian/patches/CVE-2024-6345.patch: modernize and fix VCS handling
      to prevent code injection in setuptools/package_index.py and
      setuptools/tests/test_packageindex.py. Also update setup.cfg to
      include new test dependencies.
    - CVE-2024-6345

 -- Vyom Yadav <email address hidden>  Thu, 05 Sep 2024 16:51:51 +0530

Upload details

Uploaded by:
Vyom Yadav
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates main python
Focal security main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
setuptools_45.2.0.orig.tar.xz 453.0 KiB 54b5b2244d9343374133e8a0d1378f843760885ddaca95458144b6b39cf698e9
setuptools_45.2.0-1ubuntu0.2.debian.tar.xz 17.3 KiB cc4590c78222807e12977ceeb6058357b659bdcb578b6092e17caa68709a9364
setuptools_45.2.0-1ubuntu0.2.dsc 1.5 KiB 5ecec7524c3cadcf69bf13f2afde76f3da7e84565e915eac09587d89e4535f32

View changes file

Binary packages built by this source

python-setuptools-doc: Python Distutils Enhancements (documentation)

 Extensions to the Python distutils for large or complex distributions.
 The package contains the documentation in html format.

python3-pkg-resources: Package Discovery and Resource Access using pkg_resources

 The pkg_resources module provides an API for Python libraries to
 access their resource files, and for extensible applications and
 frameworks to automatically discover plugins. It also provides
 runtime support for using C extensions that are inside zipfile-format
 eggs, support for merging packages that have separately-distributed
 modules or subpackages, and APIs for managing Python's current
 "working set" of active packages.

python3-setuptools: Python3 Distutils Enhancements

 Extensions to the python-distutils for large or complex distributions.