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:25:28 UTC 2023

Modified Files:
        pkgsrc/lang/py38-html-docs: Makefile distinfo
        pkgsrc/lang/python38: dist.mk distinfo

Log Message:
python38 py38-html-docs: updated to 3.8.18

Python 3.8.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.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/py38-html-docs/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/py38-html-docs/distinfo
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/python38/dist.mk
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/python38/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/py38-html-docs/Makefile
diff -u pkgsrc/lang/py38-html-docs/Makefile:1.18 pkgsrc/lang/py38-html-docs/Makefile:1.19
--- pkgsrc/lang/py38-html-docs/Makefile:1.18    Wed Jun  7 13:25:08 2023
+++ pkgsrc/lang/py38-html-docs/Makefile Fri Aug 25 08:25:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2023/06/07 13:25:08 adam Exp $
+# $NetBSD: Makefile,v 1.19 2023/08/25 08:25:28 adam Exp $
 
-VERS=          3.8.17
+VERS=          3.8.18
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py38-html-docs-${VERS}
 CATEGORIES=    lang python

Index: pkgsrc/lang/py38-html-docs/distinfo
diff -u pkgsrc/lang/py38-html-docs/distinfo:1.20 pkgsrc/lang/py38-html-docs/distinfo:1.21
--- pkgsrc/lang/py38-html-docs/distinfo:1.20    Wed Jun  7 13:25:08 2023
+++ pkgsrc/lang/py38-html-docs/distinfo Fri Aug 25 08:25:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2023/06/07 13:25:08 adam Exp $
+$NetBSD: distinfo,v 1.21 2023/08/25 08:25:28 adam Exp $
 
-BLAKE2s (python-3.8.17-docs-html.tar.bz2) = f6463779ea317208022e6433b4cfb6e0bcc38d6ff5867a55a87d03711637d038
-SHA512 (python-3.8.17-docs-html.tar.bz2) = ab29fc066df0edcaf40dab079cf8fcaa68b895da053ce9cf3d8d776510d804ccfb17ba04e5464ed5edaeb938aaac8aa51bba67c7c3dff80f65cc67bd2d902a1a
-Size (python-3.8.17-docs-html.tar.bz2) = 6737444 bytes
+BLAKE2s (python-3.8.18-docs-html.tar.bz2) = 6ea23400ef08185c43fdaf4f2317ed25475424d49905832b718bfdc7063f945c
+SHA512 (python-3.8.18-docs-html.tar.bz2) = 80bdbec04355644f4b114e74da3334b4980d783a52ac8c999ede72f39b6137d94f1aaca248a386cfa02d778a10bdd7919ad82932f0aa000b16c102c8cee67e52
+Size (python-3.8.18-docs-html.tar.bz2) = 6729312 bytes

Index: pkgsrc/lang/python38/dist.mk
diff -u pkgsrc/lang/python38/dist.mk:1.18 pkgsrc/lang/python38/dist.mk:1.19
--- pkgsrc/lang/python38/dist.mk:1.18   Wed Jun  7 13:25:08 2023
+++ pkgsrc/lang/python38/dist.mk        Fri Aug 25 08:25:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.18 2023/06/07 13:25:08 adam Exp $
+# $NetBSD: dist.mk,v 1.19 2023/08/25 08:25:28 adam Exp $
 
-PY_DISTVERSION=        3.8.17
+PY_DISTVERSION=        3.8.18
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python38/distinfo

Index: pkgsrc/lang/python38/distinfo
diff -u pkgsrc/lang/python38/distinfo:1.31 pkgsrc/lang/python38/distinfo:1.32
--- pkgsrc/lang/python38/distinfo:1.31  Wed Jun  7 13:25:08 2023
+++ pkgsrc/lang/python38/distinfo       Fri Aug 25 08:25:28 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.31 2023/06/07 13:25:08 adam Exp $
+$NetBSD: distinfo,v 1.32 2023/08/25 08:25:28 adam Exp $
 
-BLAKE2s (Python-3.8.17.tar.xz) = 508faca087976f569823fecd8ca464398c26c2027b68a345d1ee122e9ddfd1c0
-SHA512 (Python-3.8.17.tar.xz) = bc7e02acfebba86e4394f02195993500fac9347a52c7b49727eb0cdda38786ae917234272872d75effaddb042810d9682ef5627b0cc199f8aa0d5d3e315ddc0e
-Size (Python-3.8.17.tar.xz) = 20696584 bytes
+BLAKE2s (Python-3.8.18.tar.xz) = 50d4cf46bbe1837031e576173873b90ca0b329c6ebb73fbcaea97f3cd0e4b406
+SHA512 (Python-3.8.18.tar.xz) = 0be1d85cafade25e99b8277ba51d7b9b3a3d2dbbcc52fd0d1c633c47982e5dd87fd7a0ca180a78d7801d79a8ecafa79bd9d501d544cd7b6da53ea409daa70adf
+Size (Python-3.8.18.tar.xz) = 20696952 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