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 Jun 4 14:13:37 UTC 2025
Modified Files:
pkgsrc/lang/py310-html-docs: Makefile distinfo
pkgsrc/lang/python310: Makefile dist.mk distinfo
Log Message:
python310 py310-html-docs: updated to 3.10.18
Python 3.10.18 final
Security
gh-135034: Fixes multiple issues that allowed tarfile extraction filters (filter="data" and filter="tar") to be bypassed using crafted symlinks and hard links.
Addresses CVE 2024-12718, CVE 2025-4138, CVE 2025-4330, and CVE 2025-4517.
gh-133767: Fix use-after-free in the “unicode-escape” decoder with a non-“strict” error handler.
gh-128840: Short-circuit the processing of long IPv6 addresses early in ipaddress to prevent excessive memory consumption and a minor denial-of-service.
Library
gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address.
gh-134062: ipaddress: fix collisions in __hash__() for IPv4Network and IPv6Network objects.
gh-123409: Fix ipaddress.IPv6Address.reverse_pointer output according to RFC 3596, §2.5. Patch by Bénédikt Tran.
bpo-43633: Improve the textual representation of IPv4-mapped IPv6 addresses (RFC 4291 Sections 2.2, 2.5.5.2) in ipaddress. Patch by Oleksandr Pavliuk.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/py310-html-docs/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/py310-html-docs/distinfo
cvs rdiff -u -r1.41 -r1.42 pkgsrc/lang/python310/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/python310/dist.mk
cvs rdiff -u -r1.33 -r1.34 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.18 pkgsrc/lang/py310-html-docs/Makefile:1.19
--- pkgsrc/lang/py310-html-docs/Makefile:1.18 Wed Apr 9 14:46:45 2025
+++ pkgsrc/lang/py310-html-docs/Makefile Wed Jun 4 14:13:37 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2025/04/09 14:46:45 adam Exp $
+# $NetBSD: Makefile,v 1.19 2025/06/04 14:13:37 adam Exp $
-VERS= 3.10.17
+VERS= 3.10.18
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.20 pkgsrc/lang/py310-html-docs/distinfo:1.21
--- pkgsrc/lang/py310-html-docs/distinfo:1.20 Wed Apr 9 14:46:45 2025
+++ pkgsrc/lang/py310-html-docs/distinfo Wed Jun 4 14:13:37 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2025/04/09 14:46:45 adam Exp $
+$NetBSD: distinfo,v 1.21 2025/06/04 14:13:37 adam Exp $
-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
+BLAKE2s (python-3.10.18-docs-html.tar.bz2) = 56fd81daaae0570c4ddee7ee113947317d361c0b8a84891ad8065b7cdd657658
+SHA512 (python-3.10.18-docs-html.tar.bz2) = d501d76d73c6f3c6151838a65de8655b733bf2bb7c7d819a32c331391bca6af3237cca73cab76e569957b7ec8f35bd9228e1331e06c6f105ba7225388964da3c
+Size (python-3.10.18-docs-html.tar.bz2) = 7462926 bytes
Index: pkgsrc/lang/python310/Makefile
diff -u pkgsrc/lang/python310/Makefile:1.41 pkgsrc/lang/python310/Makefile:1.42
--- pkgsrc/lang/python310/Makefile:1.41 Thu Apr 17 21:51:22 2025
+++ pkgsrc/lang/python310/Makefile Wed Jun 4 14:13:37 2025
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.41 2025/04/17 21:51:22 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2025/06/04 14:13:37 adam Exp $
-PKGREVISION= 1
.include "dist.mk"
PKGNAME= python310-${PY_DISTVERSION}
Index: pkgsrc/lang/python310/dist.mk
diff -u pkgsrc/lang/python310/dist.mk:1.18 pkgsrc/lang/python310/dist.mk:1.19
--- pkgsrc/lang/python310/dist.mk:1.18 Wed Apr 9 14:46:45 2025
+++ pkgsrc/lang/python310/dist.mk Wed Jun 4 14:13:37 2025
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.18 2025/04/09 14:46:45 adam Exp $
+# $NetBSD: dist.mk,v 1.19 2025/06/04 14:13:37 adam Exp $
-PY_DISTVERSION= 3.10.17
+PY_DISTVERSION= 3.10.18
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.33 pkgsrc/lang/python310/distinfo:1.34
--- pkgsrc/lang/python310/distinfo:1.33 Wed Apr 9 14:46:45 2025
+++ pkgsrc/lang/python310/distinfo Wed Jun 4 14:13:37 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.33 2025/04/09 14:46:45 adam Exp $
+$NetBSD: distinfo,v 1.34 2025/06/04 14:13:37 adam Exp $
-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
+BLAKE2s (Python-3.10.18.tar.xz) = 1c513e778ec7a03b580dcb663a5b2ad9ac6aa6fdbbc997c57a674d1b8e25afa1
+SHA512 (Python-3.10.18.tar.xz) = 2c444f024cd15babd156964b50aa0245020a17c0c600250ffcf112e91594a3d6e1fb87c9b87a57cb7a802dae90004d801ed95a3103d79aefb8ed714279997708
+Size (Python-3.10.18.tar.xz) = 19619316 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