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: Fri Aug 25 08:26:13 UTC 2023
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.18
Python 3.9.18
Security
gh-108310: Fixed an issue where instances of ssl.SSLSocket were vulnerable to a bypass of the TLS handshake and included protections (like certificate verification) and treating sent unencrypted data
as if it were post-handshake TLS encrypted data. Security issue reported as CVE-2023-40217 by Aapo Oksman. Patch by Gregory P. Smith.
Library
gh-107845: tarfile.data_filter() now takes the location of symlinks into account when determining their target, so it will no longer reject some valid tarballs with LinkOutsideDestinationError.
Tools/Demos
gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2.
C API
gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data: *consumed was not set.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/py39-html-docs/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/py39-html-docs/distinfo
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/python39/dist.mk
cvs rdiff -u -r1.34 -r1.35 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.18 pkgsrc/lang/py39-html-docs/Makefile:1.19
--- pkgsrc/lang/py39-html-docs/Makefile:1.18 Wed Jun 7 13:25:53 2023
+++ pkgsrc/lang/py39-html-docs/Makefile Fri Aug 25 08:26:13 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2023/06/07 13:25:53 adam Exp $
+# $NetBSD: Makefile,v 1.19 2023/08/25 08:26:13 adam Exp $
-VERS= 3.9.17
+VERS= 3.9.18
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.20 pkgsrc/lang/py39-html-docs/distinfo:1.21
--- pkgsrc/lang/py39-html-docs/distinfo:1.20 Wed Jun 7 13:25:53 2023
+++ pkgsrc/lang/py39-html-docs/distinfo Fri Aug 25 08:26:13 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2023/06/07 13:25:53 adam Exp $
+$NetBSD: distinfo,v 1.21 2023/08/25 08:26:13 adam Exp $
-BLAKE2s (python-3.9.17-docs-html.tar.bz2) = 314134ad0c69e6d7bfde8dd71c66a2bfb211dbac440a896b37084bb0946e66fa
-SHA512 (python-3.9.17-docs-html.tar.bz2) = 900b82f558b08058390d52b18aa2bcee4a8e74fa9555e36fc924c822506c80f002e90d51b1e6263c0dde612937b6d419e76952288ad923ffcca8562c927a8e76
-Size (python-3.9.17-docs-html.tar.bz2) = 7021842 bytes
+BLAKE2s (python-3.9.18-docs-html.tar.bz2) = 18210cea27873678c947c0ffea8e33b77c32618b961c667730e2c452f43f6298
+SHA512 (python-3.9.18-docs-html.tar.bz2) = d123266c72db81703c386dc0d436243a36996c39cde382939cebea31ff7a0c049470daa27efc34a3a0d55310bc6fe489ba01572ca961f67ba7a098038f2cb5af
+Size (python-3.9.18-docs-html.tar.bz2) = 7023072 bytes
Index: pkgsrc/lang/python39/dist.mk
diff -u pkgsrc/lang/python39/dist.mk:1.18 pkgsrc/lang/python39/dist.mk:1.19
--- pkgsrc/lang/python39/dist.mk:1.18 Wed Jun 7 13:25:52 2023
+++ pkgsrc/lang/python39/dist.mk Fri Aug 25 08:26:13 2023
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.18 2023/06/07 13:25:52 adam Exp $
+# $NetBSD: dist.mk,v 1.19 2023/08/25 08:26:13 adam Exp $
-PY_DISTVERSION= 3.9.17
+PY_DISTVERSION= 3.9.18
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.34 pkgsrc/lang/python39/distinfo:1.35
--- pkgsrc/lang/python39/distinfo:1.34 Wed Jun 7 13:25:52 2023
+++ pkgsrc/lang/python39/distinfo Fri Aug 25 08:26:13 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.34 2023/06/07 13:25:52 adam Exp $
+$NetBSD: distinfo,v 1.35 2023/08/25 08:26:13 adam Exp $
-BLAKE2s (Python-3.9.17.tar.xz) = 673e9344380a7d7bb9de760d7d7e768e6f0cd6c3f3e8eda32f330a8c7ae78433
-SHA512 (Python-3.9.17.tar.xz) = 994d92346e563a4635411808744eac8207c68e6fc9c1db1c2eb4103dad8553aaad4a8116e38c61f28cb17905a12cc46dccdde985e1c45882bf1815081b88b6be
-Size (Python-3.9.17.tar.xz) = 19647312 bytes
+BLAKE2s (Python-3.9.18.tar.xz) = 429256eb52e94427ae86302633ce8b01ba42d37c44c59e89fa0ae09b721da63f
+SHA512 (Python-3.9.18.tar.xz) = aab155aca757d298394eddb91ff9a8f239665bd46feb495c6b6f735bbcb7489c05c858cc4cd08f1575c24f293b33492d763e9a140d92f0b2b0cc81a165a677c7
+Size (Python-3.9.18.tar.xz) = 19673928 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