Control: tags 1104056 + patch
Control: tags 1104056 + pending
Dear maintainer,
I've prepared an NMU for python-h11 (versioned as 0.14.0-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I should
cancel it.
cu
Adrian
diffstat for python-h11-0.14.0 python-h11-0.14.0
changelog | 8
patches/0001-Validate-Chunked-Encoding-chunk-footer.patch | 169 ++++++++++++++
patches/series | 1
3 files changed, 178 insertions(+)
diff -Nru python-h11-0.14.0/debian/changelog python-h11-0.14.0/debian/changelog --- python-h11-0.14.0/debian/changelog 2023-01-09 15:00:57.000000000 +0200
+++ python-h11-0.14.0/debian/changelog 2025-04-25 18:48:39.000000000 +0300
@@ -1,3 +1,11 @@
+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 <
bunk@debian.org> Fri, 25 Apr 2025 18:48:39 +0300
+
python-h11 (0.14.0-1) unstable; urgency=low
* New upstream release.
diff -Nru python-h11-0.14.0/debian/patches/0001-Validate-Chunked-Encoding-chunk-footer.patch python-h11-0.14.0/debian/patches/0001-Validate-Chunked-Encoding-chunk-footer.patch
--- python-h11-0.14.0/debian/patches/0001-Validate-Chunked-Encoding-chunk-footer.patch 1970-01-01 02:00:00.000000000 +0200
+++ python-h11-0.14.0/debian/patches/0001-Validate-Chunked-Encoding-chunk-footer.patch 2025-04-25 18:47:21.000000000 +0300
@@ -0,0 +1,169 @@
+From 8b97933b259f34e5c66a4a1ae46c6fc176e26999 Mon Sep 17 00:00:00 2001
+From: "N