python-urllib3 2.0.7-ok3 source package in openKylin

Changelog

python-urllib3 (2.0.7-ok3) nile; urgency=medium

  * SECURITY UPDATE: The Proxy-Authorization header is not correctly
    stripped     when redirecting to a different host.     -
    debian/patches/CVE-2024-37891.patch: Add Proxy-Authorization to
    DEFAULT_REMOVE_HEADERS_ON_REDIRECT in src/urllib3/util/retry.py. Add
    header to tests.     - CVE-2024-37891   * Skip failing test causing
    build-time failures: (LP: #2084715)     - debian/rules: Add not
    test_recent_date to PYBUILD_TEST_ARGS.

 -- liubo01 <email address hidden>  Tue, 05 Nov 2024 09:23:22 +0800

Upload details

Uploaded by:
liubo01
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-urllib3_2.0.7.orig.tar.gz 275.9 KiB c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84
python-urllib3_2.0.7-ok3.debian.tar.xz 8.1 KiB bc53d906bcfc7d8141ce08b077f66f3e33a2774d5fa0c919cd4f9b6af5bc34d5
python-urllib3_2.0.7-ok3.dsc 2.4 KiB 1aefa0f924440f029c50725d80dd5964744c478de195ed095ec71855c42fb029

Available diffs

View changes file

Binary packages built by this source

python3-urllib3: HTTP library with thread-safe connection pooling for Python3

 urllib3 supports features left out of urllib and urllib2 libraries.
 .
   - Re-use the same socket connection for multiple requests (HTTPConnectionPool
     and HTTPSConnectionPool) (with optional client-side certificate
     verification).
   - File posting (encode_multipart_formdata).
   - Built-in redirection and retries (optional).
   - Supports gzip and deflate decoding.
   - Thread-safe and sanity-safe.
   - Small and easy to understand codebase perfect for extending and
     building upon.
 .
 This package contains the Python 3 version of the library.