mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
51c3d04d4b
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.
16 lines
423 B
Plaintext
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"
|
|
|