Files
python314/configure-drop-autoconf-ver-req.patch
Matěj Cepl a667dcdda9 Remove upstreamed patches:
- CVE-2025-11468-email-hdr-fold-comment.patch
  - CVE-2026-0672-http-hdr-inject-cookie-Morsel.patch
2026-02-13 20:53:01 +01:00

18 lines
565 B
Diff

---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: Python-3.14.3/configure.ac
===================================================================
--- Python-3.14.3.orig/configure.ac 2026-02-03 16:32:20.000000000 +0100
+++ Python-3.14.3/configure.ac 2026-02-13 20:23:46.066774038 +0100
@@ -12,7 +12,7 @@
# Set VERSION so we only need to edit in one place (i.e., here)
m4_define([PYTHON_VERSION], [3.14])
-AC_PREREQ([2.72])
+dnl AC_PREREQ([2.72])
AC_INIT([python],[PYTHON_VERSION],[https://github.com/python/cpython/issues/])