From e0b07d96a83b9b6bdb1746ecb301c347c4f92fae Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 24 Nov 2022 07:02:27 +0000 Subject: system/python3: [CVE] Update to 3.11.0 Includes one yet-unreleased CVE fix from Git. Removes an unrecognized configure option. --- system/python3/musl-has-login_tty.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 system/python3/musl-has-login_tty.patch (limited to 'system/python3/musl-has-login_tty.patch') diff --git a/system/python3/musl-has-login_tty.patch b/system/python3/musl-has-login_tty.patch new file mode 100644 index 000000000..2ed566ee1 --- /dev/null +++ b/system/python3/musl-has-login_tty.patch @@ -0,0 +1,11 @@ +--- a/Modules/posixmodule.h ++++ b/Modules/posixmodule.h +@@ -10,6 +10,8 @@ + #include + #endif + ++int login_tty(int); /* musl 4b2cb37770e56835b261660535cea77474154ba0 */ ++ + #ifndef Py_LIMITED_API + #ifndef MS_WINDOWS + PyAPI_FUNC(PyObject *) _PyLong_FromUid(uid_t); -- cgit v1.2.3-70-g09d2