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 Apr  9 14:46:06 UTC 2025

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.22

Python 3.9.22 final

Security

gh-131809: Update bundled libexpat to 2.7.1
gh-131261: Upgrade to libexpat 2.7.0
gh-105704: When using urllib.parse.urlsplit() and urllib.parse.urlparse() host parsing would not reject domain names containing square brackets ([ and ]). Square brackets are only valid for IPv6 and 
IPvFuture hosts according to RFC 3986 Section 3.2.2.
gh-121284: Fix bug in the folding of rfc2047 encoded-words when flattening an email message using a modern email policy. Previously when an encoded-word was too long for a line, it would be decoded, 
split across lines, and re-encoded. But commas and other special characters in the original text could be left unencoded and unquoted. This could theoretically be used to spoof header lines using a 
carefully constructed encoded-word if the resulting rendered email was transmitted or re-parsed.
gh-119511: Fix a potential denial of service in the imaplib module. When connecting to a malicious server, it could cause an arbitrary amount of memory to be allocated. On many systems this is 
harmless as unused virtual memory is only a mapping, but if this hit a virtual address size limit it could lead to a MemoryError or other process crash. On unusual systems or builds where all 
allocated memory is touched and backed by actual ram or storage it could’ve consumed resources doing so until similarly crashing.

Documentation

gh-121277: Writers of CPython’s documentation can now use next as the version for the versionchanged, versionadded, deprecated directives.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/py39-html-docs/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/py39-html-docs/distinfo
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/python39/dist.mk
cvs rdiff -u -r1.42 -r1.43 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.22 pkgsrc/lang/py39-html-docs/Makefile:1.23
--- pkgsrc/lang/py39-html-docs/Makefile:1.22    Thu Dec  5 07:49:52 2024
+++ pkgsrc/lang/py39-html-docs/Makefile Wed Apr  9 14:46:06 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2024/12/05 07:49:52 adam Exp $
+# $NetBSD: Makefile,v 1.23 2025/04/09 14:46:06 adam Exp $
 
-VERS=          3.9.21
+VERS=          3.9.22
 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.24 pkgsrc/lang/py39-html-docs/distinfo:1.25
--- pkgsrc/lang/py39-html-docs/distinfo:1.24    Thu Dec  5 07:49:52 2024
+++ pkgsrc/lang/py39-html-docs/distinfo Wed Apr  9 14:46:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2024/12/05 07:49:52 adam Exp $
+$NetBSD: distinfo,v 1.25 2025/04/09 14:46:06 adam Exp $
 
-BLAKE2s (python-3.9.21-docs-html.tar.bz2) = fb773439d1d6dc3b89d5d62be6c725e588b145c27886271119ecf892e5e027d4
-SHA512 (python-3.9.21-docs-html.tar.bz2) = c033e851163dbaff410cbae947456878f6a19c02dc674f9fdce7d275b24508f003d85859fad8025769dd4ef7d7438170ec430d624afc630ce09954c06c4c4c66
-Size (python-3.9.21-docs-html.tar.bz2) = 6989677 bytes
+BLAKE2s (python-3.9.22-docs-html.tar.bz2) = eeaf295686ddd071d2568d8b648097b4d9f5a1ad477fde7ef36c34adf7cfac41
+SHA512 (python-3.9.22-docs-html.tar.bz2) = 052a146073ac94aed8910b07586583fcc07a1c083da6d99609e10805a003b6839ca72adaa27199b221de237c3ecd827c18a2eea571933b623744feeb5b8a764d
+Size (python-3.9.22-docs-html.tar.bz2) = 7008222 bytes

Index: pkgsrc/lang/python39/dist.mk
diff -u pkgsrc/lang/python39/dist.mk:1.22 pkgsrc/lang/python39/dist.mk:1.23
--- pkgsrc/lang/python39/dist.mk:1.22   Thu Dec  5 07:49:52 2024
+++ pkgsrc/lang/python39/dist.mk        Wed Apr  9 14:46:06 2025
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.22 2024/12/05 07:49:52 adam Exp $
+# $NetBSD: dist.mk,v 1.23 2025/04/09 14:46:06 adam Exp $
 
-PY_DISTVERSION=        3.9.21
+PY_DISTVERSION=        3.9.22
 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.42 pkgsrc/lang/python39/distinfo:1.43
--- pkgsrc/lang/python39/distinfo:1.42  Thu Dec  5 07:49:52 2024
+++ pkgsrc/lang/python39/distinfo       Wed Apr  9 14:46:06 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.42 2024/12/05 07:49:52 adam Exp $
+$NetBSD: distinfo,v 1.43 2025/04/09 14:46:06 adam Exp $
 
-BLAKE2s (Python-3.9.21.tar.xz) = 86e1071bdca6a952fcf7152652ca91fa18ef811d5614f7a4be815c3687bc2513
-SHA512 (Python-3.9.21.tar.xz) = cc84c967cd7a05361ec144d87ca044bd416032ee92dfb78658758d4e1274971f5fb288876d9c599a729bb21258974a786089341bce6bdcffd9c30ebd69b7ca58
-Size (Python-3.9.21.tar.xz) = 19647056 bytes
+BLAKE2s (Python-3.9.22.tar.xz) = 374fb456edaaee779ac6b0e3d66ee39f092d074aefa04214517f2073a586dabd
+SHA512 (Python-3.9.22.tar.xz) = c5a76c579455626bf40bb41ee99cab6e444aa5d5085dab7cf622c70ded750e31710c2c30f032917f0d4069350c01a889ed9831d77fcc2d52fcec54055dd07496
+Size (Python-3.9.22.tar.xz) = 19652572 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