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  7 13:23:58 UTC 2023

Modified Files:
        pkgsrc/lang/py37-html-docs: Makefile distinfo
        pkgsrc/lang/python37: PLIST dist.mk distinfo

Log Message:
python37 py37-html-docs: updated to 3.7.17

Python 3.7.17

Security
gh-103142: The version of OpenSSL used in our binary builds has been upgraded to 1.1.1u to address several CVEs.
gh-99889: Fixed a security in flaw in uu.decode() that could allow for directory traversal based on the input if no out_file was specified.
gh-104049: Do not expose the local on-disk location in directory indexes produced by http.client.SimpleHTTPRequestHandler.
gh-102153: urllib.parse.urlsplit() now strips leading C0 control and space characters following the specification for URLs defined by WHATWG in response to CVE-2023-24329. Patch by Illia Volochii.
gh-101727: Updated the OpenSSL version used in Windows and macOS binary release builds to 1.1.1t to address CVE-2023-0286, CVE-2022-4303, and CVE-2022-4303 per the OpenSSL 2023-02-07 security 
advisory.
gh-101283: subprocess.Popen now uses a safer approach to find cmd.exe when launching with shell=True. Patch by Eryk Sun, based on a patch by Oleg Iarygin.

Library
gh-101997: Upgrade pip wheel bundled with ensurepip (pip 23.0.1)

Build
gh-102306: Avoid GHA CI macOS test_posix failure by using the appropriate macOS SDK.

Windows
gh-100180: Update Windows installer to OpenSSL 1.1.1s


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/py37-html-docs/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/py37-html-docs/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/python37/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/python37/dist.mk
cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/python37/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/py37-html-docs/Makefile
diff -u pkgsrc/lang/py37-html-docs/Makefile:1.16 pkgsrc/lang/py37-html-docs/Makefile:1.17
--- pkgsrc/lang/py37-html-docs/Makefile:1.16    Wed Oct 12 08:38:36 2022
+++ pkgsrc/lang/py37-html-docs/Makefile Wed Jun  7 13:23:58 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2022/10/12 08:38:36 adam Exp $
+# $NetBSD: Makefile,v 1.17 2023/06/07 13:23:58 adam Exp $
 
-VERS=          3.7.15
+VERS=          3.7.17
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py37-html-docs-${VERS}
 CATEGORIES=    lang python

Index: pkgsrc/lang/py37-html-docs/distinfo
diff -u pkgsrc/lang/py37-html-docs/distinfo:1.18 pkgsrc/lang/py37-html-docs/distinfo:1.19
--- pkgsrc/lang/py37-html-docs/distinfo:1.18    Wed Oct 12 08:38:36 2022
+++ pkgsrc/lang/py37-html-docs/distinfo Wed Jun  7 13:23:58 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/10/12 08:38:36 adam Exp $
+$NetBSD: distinfo,v 1.19 2023/06/07 13:23:58 adam Exp $
 
-BLAKE2s (python-3.7.15-docs-html.tar.bz2) = 6799b3f4759ed2c2499fe048d5071c8a15b9f59eb3e06e77062b4ae0df7007a5
-SHA512 (python-3.7.15-docs-html.tar.bz2) = 84702207e8f1d29e0f0672b360f6139e269b5a4d57fbcf28d187093978dab169f5cf50c78cf02f34f5667426b727265f568121bcc616920e2acc1ffee2c4565a
-Size (python-3.7.15-docs-html.tar.bz2) = 6275339 bytes
+BLAKE2s (python-3.7.17-docs-html.tar.bz2) = 2b28498fe9b575287cc0d541d7f687f3f84b49390245a9a6224b2142d81c13be
+SHA512 (python-3.7.17-docs-html.tar.bz2) = 6af9e2d5460e730b328d19f52a2503385aeb0a9abc07b2bd2fdb58d6139c75d51101d0a0d9e7d18df0009db8f357a193a2c66b29ea6fe336f96ca97474741059
+Size (python-3.7.17-docs-html.tar.bz2) = 6296352 bytes

Index: pkgsrc/lang/python37/PLIST
diff -u pkgsrc/lang/python37/PLIST:1.15 pkgsrc/lang/python37/PLIST:1.16
--- pkgsrc/lang/python37/PLIST:1.15     Mon Sep 12 07:58:55 2022
+++ pkgsrc/lang/python37/PLIST  Wed Jun  7 13:23:58 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2022/09/12 07:58:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2023/06/07 13:23:58 adam Exp $
 bin/2to3-${PY_VER_SUFFIX}
 bin/pydoc${PY_VER_SUFFIX}
 bin/python${PY_VER_SUFFIX}
@@ -1375,7 +1375,7 @@ lib/python${PY_VER_SUFFIX}/ensurepip/__i
 lib/python${PY_VER_SUFFIX}/ensurepip/__main__.py
 lib/python${PY_VER_SUFFIX}/ensurepip/__main__.pyc
 lib/python${PY_VER_SUFFIX}/ensurepip/__main__.pyo
-lib/python${PY_VER_SUFFIX}/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl
+lib/python${PY_VER_SUFFIX}/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl
 lib/python${PY_VER_SUFFIX}/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl
 lib/python${PY_VER_SUFFIX}/ensurepip/_uninstall.py
 lib/python${PY_VER_SUFFIX}/ensurepip/_uninstall.pyc

Index: pkgsrc/lang/python37/dist.mk
diff -u pkgsrc/lang/python37/dist.mk:1.17 pkgsrc/lang/python37/dist.mk:1.18
--- pkgsrc/lang/python37/dist.mk:1.17   Tue May  2 16:06:59 2023
+++ pkgsrc/lang/python37/dist.mk        Wed Jun  7 13:23:58 2023
@@ -1,8 +1,8 @@
-# $NetBSD: dist.mk,v 1.17 2023/05/02 16:06:59 nikita Exp $
+# $NetBSD: dist.mk,v 1.18 2023/06/07 13:23:58 adam Exp $
 
-PY_DISTVERSION=        3.7.16
+PY_DISTVERSION=        3.7.17
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python37/distinfo
 PATCHDIR=      ${.CURDIR}/../../lang/python37/patches
-MASTER_SITES=  http://www.python.org/ftp/python/${PY_DISTVERSION}/
+MASTER_SITES=  https://www.python.org/ftp/python/${PY_DISTVERSION}/

Index: pkgsrc/lang/python37/distinfo
diff -u pkgsrc/lang/python37/distinfo:1.35 pkgsrc/lang/python37/distinfo:1.36
--- pkgsrc/lang/python37/distinfo:1.35  Tue May  2 16:06:59 2023
+++ pkgsrc/lang/python37/distinfo       Wed Jun  7 13:23:58 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.35 2023/05/02 16:06:59 nikita Exp $
+$NetBSD: distinfo,v 1.36 2023/06/07 13:23:58 adam Exp $
 
-BLAKE2s (Python-3.7.16.tar.xz) = b44ff05cad4d23bd2712e1920a49063de62a86a7c67fddf4b4c2e7ac0ea3fae0
-SHA512 (Python-3.7.16.tar.xz) = 8e650226a3e9304e144ac19bd67bf04d96ea24b770b25a462dd5b2c4de6673bc2980cd8bd89fd2880d2192fa2b80eb070f9f7cd4cd83a0169ec2e8a868a243ff
-Size (Python-3.7.16.tar.xz) = 18136404 bytes
+BLAKE2s (Python-3.7.17.tar.xz) = d6a20f74b8f8c8c1934b091f8a585459d3db4be3d1888797f9715f6bf138b40b
+SHA512 (Python-3.7.17.tar.xz) = 86ba1c953e7b4bce70445d1616cc0d428b50937f6a874811584df8bf23c3e2ba3e5d48dec00e629a47f4216f3ca50dc5389cd485fbc315f51000d8750403b5f0
+Size (Python-3.7.17.tar.xz) = 18066196 bytes
 SHA1 (patch-Lib___osx__support.py) = dbec9925c1a0b6b845101df9825af52d83317773
 SHA1 (patch-Lib_ctypes_____init____.py) = ded12eb372028288d85ba88b43e45549c6f48144
 SHA1 (patch-Lib_ctypes_macholib_dyld.py) = 267f0b39f116bc9df0b24c277b48ce59cfecd397



Home | Main Index | Thread Index | Old Index