pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec  7 11:52:44 UTC 2022

Modified Files:
        pkgsrc/lang/py39-html-docs: Makefile distinfo
        pkgsrc/lang/python39: dist.mk distinfo

Log Message:
python39 py39-html-docs: updated to 3.9.16

Python 3.9.16 final

Security
gh-100001: python -m http.server no longer allows terminal control characters sent within a garbage request to be printed to the stderr server log.

This is done by changing the http.server BaseHTTPRequestHandler .log_message method to replace control characters with a \xHH hex escape before printing.
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module
gh-98433: The IDNA codec decoder used on DNS hostnames by socket or asyncio related name resolution functions no longer involves a quadratic algorithm. This prevents a potential CPU denial of service 
if an out-of-spec excessive length hostname involving bidirectional characters were decoded. Some protocols such as urllib http 3xx redirects potentially allow for an attacker to supply such a name.
gh-98739: Update bundled libexpat to 2.5.0
gh-98517: Port XKCP’s fix for the buffer overflows in SHA-3 (CVE-2022-37454).
gh-97514: On Linux the multiprocessing module returns to using filesystem backed unix domain sockets for communication with the forkserver process instead of the Linux abstract socket namespace. Only 
code that chooses to use the “forkserver” start method is affected.

Abstract sockets have no permissions and could allow any user on the system in the same network namespace (often the whole system) to inject code into the multiprocessing forkserver process. This was 
a potential privilege escalation. Filesystem based socket permissions restrict this to the forkserver process user as was the default in Python 3.8 and earlier.

This prevents Linux CVE-2022-42919.
gh-68966: The deprecated mailcap module now refuses to inject unsafe text (filenames, MIME types, parameters) into shell commands. Instead of using such text, it will warn and act as if a match was 
not found (or for test commands, as if the test failed).


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/py39-html-docs/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/py39-html-docs/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/python39/dist.mk
cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/python39/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py39-html-docs/Makefile
diff -u pkgsrc/lang/py39-html-docs/Makefile:1.16 pkgsrc/lang/py39-html-docs/Makefile:1.17
--- pkgsrc/lang/py39-html-docs/Makefile:1.16    Wed Oct 12 08:37:14 2022
+++ pkgsrc/lang/py39-html-docs/Makefile Wed Dec  7 11:52:43 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2022/10/12 08:37:14 adam Exp $
+# $NetBSD: Makefile,v 1.17 2022/12/07 11:52:43 adam Exp $
 
-VERS=          3.9.15
+VERS=          3.9.16
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py39-html-docs-${VERS}
 CATEGORIES=    lang python

Index: pkgsrc/lang/py39-html-docs/distinfo
diff -u pkgsrc/lang/py39-html-docs/distinfo:1.18 pkgsrc/lang/py39-html-docs/distinfo:1.19
--- pkgsrc/lang/py39-html-docs/distinfo:1.18    Wed Oct 12 08:37:14 2022
+++ pkgsrc/lang/py39-html-docs/distinfo Wed Dec  7 11:52:43 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/10/12 08:37:14 adam Exp $
+$NetBSD: distinfo,v 1.19 2022/12/07 11:52:43 adam Exp $
 
-BLAKE2s (python-3.9.15-docs-html.tar.bz2) = fc5345ae8af0bacf342767ab59d63703536299de0223fae6045167c2ae5dcf43
-SHA512 (python-3.9.15-docs-html.tar.bz2) = 7f94c2c9569f3e9aa87ab90edbe584b6871a686fee72d8e257a7ae63af301596f7aae1bd63fcac30fa67bdf396453ec6cadc85d3b668514514927131cf70b5d0
-Size (python-3.9.15-docs-html.tar.bz2) = 6964615 bytes
+BLAKE2s (python-3.9.16-docs-html.tar.bz2) = f85c7e45082bd0bb328ff537bc066b72652f10aebca75efcebb6287b0601ceea
+SHA512 (python-3.9.16-docs-html.tar.bz2) = 38828ca880e3ed84a705dba465430f1b9623fec830662805008847c5d44ce04225ea7c2173d3eb138fd98e134fa2bb9ed84788e2b1d045bf9cf20e78e12d4472
+Size (python-3.9.16-docs-html.tar.bz2) = 6965048 bytes

Index: pkgsrc/lang/python39/dist.mk
diff -u pkgsrc/lang/python39/dist.mk:1.16 pkgsrc/lang/python39/dist.mk:1.17
--- pkgsrc/lang/python39/dist.mk:1.16   Wed Oct 12 08:37:13 2022
+++ pkgsrc/lang/python39/dist.mk        Wed Dec  7 11:52:43 2022
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.16 2022/10/12 08:37:13 adam Exp $
+# $NetBSD: dist.mk,v 1.17 2022/12/07 11:52:43 adam Exp $
 
-PY_DISTVERSION=        3.9.15
+PY_DISTVERSION=        3.9.16
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python39/distinfo

Index: pkgsrc/lang/python39/distinfo
diff -u pkgsrc/lang/python39/distinfo:1.32 pkgsrc/lang/python39/distinfo:1.33
--- pkgsrc/lang/python39/distinfo:1.32  Wed Oct 12 08:37:13 2022
+++ pkgsrc/lang/python39/distinfo       Wed Dec  7 11:52:43 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.32 2022/10/12 08:37:13 adam Exp $
+$NetBSD: distinfo,v 1.33 2022/12/07 11:52:43 adam Exp $
 
-BLAKE2s (Python-3.9.15.tar.xz) = a31ca2064be072aef35251c1d9f2ccf229a3f13f229d3d5e57da1b818ca0af8d
-SHA512 (Python-3.9.15.tar.xz) = 9310d263bc7a7925f73a6f66fd254ae61f377f43011a6bc5c58e57c8b170c2da4f197a646927ab9d05f8912ed8be4369c09576063931a3f93c3b0228ccb33a39
-Size (Python-3.9.15.tar.xz) = 19712208 bytes
+BLAKE2s (Python-3.9.16.tar.xz) = 3d8279b0e86ea0e1a991cc1bb55758f17affd814db57a76729a40896e9fddaea
+SHA512 (Python-3.9.16.tar.xz) = b5fd0afe131c82bbce6ddf887c59eef6945910d6a9a2bc87c0927f4e4a096bf9ca4d25bcb729c40f6ebb8a65fbe8bf7b0b97a7c4a8c9e551240eb4f34b878653
+Size (Python-3.9.16.tar.xz) = 19738796 bytes
 SHA1 (patch-Lib_ctypes_util.py) = 032cc99ebad93ddddfd89073c60424a952e3faa3
 SHA1 (patch-Lib_distutils_sysconfig.py) = 6822eafb4dfded86d7f7353831816aeb8119e6cf
 SHA1 (patch-Lib_distutils_unixccompiler.py) = 2e65a8dd5dd3fe25957206c062106fa7a6fc4e69



Home | Main Index | Thread Index | Old Index