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:45 UTC 2025

Modified Files:
        pkgsrc/lang/py310-html-docs: Makefile distinfo
        pkgsrc/lang/python310: dist.mk distinfo

Log Message:
python310 py310-html-docs: updated to 3.10.17

Python 3.10.17 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-80222: Fix bug in the folding of quoted strings when flattening an email message using a modern email policy. Previously when a quoted string was folded so that it spanned more than one line, the 
surrounding quotes and internal escapes would be omitted. This could theoretically be used to spoof header lines using a carefully constructed quoted string 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.

Library

gh-127257: In ssl, system call failures that OpenSSL reports using ERR_LIB_SYS are now raised as OSError.

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.17 -r1.18 pkgsrc/lang/py310-html-docs/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/py310-html-docs/distinfo
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/python310/dist.mk
cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/python310/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/py310-html-docs/Makefile
diff -u pkgsrc/lang/py310-html-docs/Makefile:1.17 pkgsrc/lang/py310-html-docs/Makefile:1.18
--- pkgsrc/lang/py310-html-docs/Makefile:1.17   Thu Dec  5 07:50:40 2024
+++ pkgsrc/lang/py310-html-docs/Makefile        Wed Apr  9 14:46:45 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/12/05 07:50:40 adam Exp $
+# $NetBSD: Makefile,v 1.18 2025/04/09 14:46:45 adam Exp $
 
-VERS=          3.10.16
+VERS=          3.10.17
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py310-html-docs-${VERS}
 CATEGORIES=    lang python

Index: pkgsrc/lang/py310-html-docs/distinfo
diff -u pkgsrc/lang/py310-html-docs/distinfo:1.19 pkgsrc/lang/py310-html-docs/distinfo:1.20
--- pkgsrc/lang/py310-html-docs/distinfo:1.19   Thu Dec  5 07:50:40 2024
+++ pkgsrc/lang/py310-html-docs/distinfo        Wed Apr  9 14:46:45 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2024/12/05 07:50:40 adam Exp $
+$NetBSD: distinfo,v 1.20 2025/04/09 14:46:45 adam Exp $
 
-BLAKE2s (python-3.10.16-docs-html.tar.bz2) = 5f8e8931cfd5289995befd79fe198dcf328c1ee325b9807524b45f97cbb69d12
-SHA512 (python-3.10.16-docs-html.tar.bz2) = 91f6f9cf1fee2bfe29404701394715bfebfd66339a4b95f530b9eef856257aaef69652908c24b150f9ac6cb5a71eea203c7bc18d94c17661e155979300f597ce
-Size (python-3.10.16-docs-html.tar.bz2) = 7425105 bytes
+BLAKE2s (python-3.10.17-docs-html.tar.bz2) = 6ed634796d6be9b53fb755831a702cf19349c60eb4bf9779402cad0f791123f2
+SHA512 (python-3.10.17-docs-html.tar.bz2) = 329ff7ae200070548eaec05e08218b037135787f9484c3fe23d8c9910821e7c4f910901258e99c373f737567a228b32ffbffb7fd52caa3f6bb4daf852c91b624
+Size (python-3.10.17-docs-html.tar.bz2) = 7459592 bytes

Index: pkgsrc/lang/python310/dist.mk
diff -u pkgsrc/lang/python310/dist.mk:1.17 pkgsrc/lang/python310/dist.mk:1.18
--- pkgsrc/lang/python310/dist.mk:1.17  Thu Dec  5 07:50:40 2024
+++ pkgsrc/lang/python310/dist.mk       Wed Apr  9 14:46:45 2025
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.17 2024/12/05 07:50:40 adam Exp $
+# $NetBSD: dist.mk,v 1.18 2025/04/09 14:46:45 adam Exp $
 
-PY_DISTVERSION=        3.10.16
+PY_DISTVERSION=        3.10.17
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python310/distinfo

Index: pkgsrc/lang/python310/distinfo
diff -u pkgsrc/lang/python310/distinfo:1.32 pkgsrc/lang/python310/distinfo:1.33
--- pkgsrc/lang/python310/distinfo:1.32 Thu Dec  5 07:50:40 2024
+++ pkgsrc/lang/python310/distinfo      Wed Apr  9 14:46:45 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.32 2024/12/05 07:50:40 adam Exp $
+$NetBSD: distinfo,v 1.33 2025/04/09 14:46:45 adam Exp $
 
-BLAKE2s (Python-3.10.16.tar.xz) = 96d81a350a5970f9b2e06965b8f40889e9eb55b3d040a12616bfb635f40dcedb
-SHA512 (Python-3.10.16.tar.xz) = a6b004974db93f21590f00b9b1a569dfd8c3e334f8c6a8eb8997dec5646fa4515cfc02a7dabea9e4f75f908938dc64333ce4899b9a26aff97f9ffcb027fa2bca
-Size (Python-3.10.16.tar.xz) = 19610392 bytes
+BLAKE2s (Python-3.10.17.tar.xz) = 0d996a61eb32f43c328af789fdcf95b4fe94f107a6ee1766d7e0d710190b3cc7
+SHA512 (Python-3.10.17.tar.xz) = 11b1e647f8db05041bcafe110698af8bf5e9f7c8d23c0e9eb568a60544bb9a9e9c3ac94b34f0898f0d4e6c23da3cb81f844ae9d9c8b750058763502eaba39880
+Size (Python-3.10.17.tar.xz) = 19608144 bytes
 SHA1 (patch-Lib_ctypes_util.py) = 3dec1b6b7a36e46cbfa0dfcd71c5e7fac9f60764
 SHA1 (patch-Lib_distutils_unixccompiler.py) = 8a91e8f4f86517a62408c3a10ed5eb50c4091fbf
 SHA1 (patch-Lib_lib2to3_pgen2_driver.py) = 593c4e93c5653ab400f0a98b91db92630c0a7390



Home | Main Index | Thread Index | Old Index