Files
ports/lang/python/3/patches/patch-Modules_pyexpat_c
tb 51c3d04d4b Update to Python 3.13.13, ok kmos sthen
https://www.python.org/downloads/release/python-31313/

Apply the fixes for CVE-2026-6100 (also ok kmos sthen) and on top of this
pull in an additional missing bit in the fix for CVE-2026-4519.
2026-04-14 10:51:23 +00:00

16 lines
423 B
Plaintext

- one hunk removes #include "expat_config.h"; this (or an alternative,
see textproc/xmlwf for another approach) needs to be kept unless expat
in base starts providing this config header
Index: Modules/pyexpat.c
--- Modules/pyexpat.c.orig
+++ Modules/pyexpat.c
@@ -11,7 +11,6 @@
#include <stdbool.h>
#include <stddef.h> // offsetof()
-#include "expat_config.h"
#include "expat.h"
#include "pyexpat.h"