python-h11 0.14.0-1.1 source package in Ubuntu

Changelog

python-h11 (0.14.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * CVE-2025-43859: Don't accept malformed chunked-encoding bodies
    (Closes: #1104056)

 -- Adrian Bunk <email address hidden>  Fri, 25 Apr 2025 18:48:39 +0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc
Questing release universe misc

Builds

Questing: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-h11_0.14.0-1.1.dsc 2.0 KiB f0e7bdc7cb887249d078d24b717661b0b7c7723f590b03abd786ac00edcb43de
python-h11_0.14.0.orig.tar.gz 104.1 KiB d65a85d094b76846653fa7c3b45abdaf8b4f055c643bb6eec623f1311636a474
python-h11_0.14.0-1.1.debian.tar.xz 6.2 KiB 77edaa77284a4923d4c44c86ead86ee46274e9cefc0f42f8ccdb4ff6e6918c60

Available diffs

No changes file available.

Binary packages built by this source

python3-h11: Pure-Python, bring-your-own-I/O implementation of HTTP/1.1 (Python 3)

 HTTP/1.1 library written from scratch in Python, heavily inspired by
 hyper-h2.
 .
 It's a "bring-your-own-I/O" library; h11 contains no IO code
 whatsoever. This means you can hook h11 up to your favorite network
 API, and that could be anything you want: synchronous, threaded,
 asynchronous, or your own implementation of RFC 6214 – h11 won’t
 judge you.
 .
 This is the Python 3 package.