pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang python37 py37-html-docs: updated to 3.7.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6589d5c4c82
branches:  trunk
changeset: 386631:c6589d5c4c82
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 12 08:38:36 2022 +0000

description:
python37 py37-html-docs: updated to 3.7.15

Python 3.7.15

Security

gh-97616: Fix multiplying a list by an integer (list *= int): detect the integer overflow when the new allocated length is close to the maximum size. Issue reported by Jordan Limor. Patch by Victor 
Stinner.
gh-97612: Fix a shell code injection vulnerability in the get-remote-certificate.py example script. The script no longer uses a shell to run openssl commands. Issue reported and initial fix by Caleb 
Shortt. Patch by Victor Stinner.

Core and Builtins

gh-96848: Fix command line parsing: reject -X int_max_str_digits option with no value (invalid) when the PYTHONINTMAXSTRDIGITS environment variable is set to a valid limit. Patch by Victor Stinner.
gh-95778: When ValueError is raised if an integer is larger than the limit, mention the sys.set_int_max_str_digits() function in the error message. Patch by Victor Stinner.

Library

gh-97005: Update bundled libexpat to 2.4.9

Windows

gh-96577: Fixes a potential buffer overrun in msilib.

diffstat:

 lang/py37-html-docs/Makefile |  4 ++--
 lang/py37-html-docs/distinfo |  8 ++++----
 lang/python37/dist.mk        |  4 ++--
 lang/python37/distinfo       |  8 ++++----
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (53 lines):

diff -r c552adb2e79c -r c6589d5c4c82 lang/py37-html-docs/Makefile
--- a/lang/py37-html-docs/Makefile      Wed Oct 12 08:37:52 2022 +0000
+++ b/lang/py37-html-docs/Makefile      Wed Oct 12 08:38:36 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2022/09/12 07:58:55 adam Exp $
+# $NetBSD: Makefile,v 1.16 2022/10/12 08:38:36 adam Exp $
 
-VERS=          3.7.14
+VERS=          3.7.15
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py37-html-docs-${VERS}
 CATEGORIES=    lang python
diff -r c552adb2e79c -r c6589d5c4c82 lang/py37-html-docs/distinfo
--- a/lang/py37-html-docs/distinfo      Wed Oct 12 08:37:52 2022 +0000
+++ b/lang/py37-html-docs/distinfo      Wed Oct 12 08:38:36 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/09/12 07:58:55 adam Exp $
+$NetBSD: distinfo,v 1.18 2022/10/12 08:38:36 adam Exp $
 
-BLAKE2s (python-3.7.14-docs-html.tar.bz2) = ce73ec6eca5399685f8c2cd8371d153b8c4385ad6fc82ace3d88a081bc1c1f6a
-SHA512 (python-3.7.14-docs-html.tar.bz2) = 385e595fd0183d721e856b40f662ce8aca8f10ed189633830a0c1e4c3b2cb509e317a205f9a60143102ece4fa856e81050ae3fddc02b01a3af5a43c02468fcf4
-Size (python-3.7.14-docs-html.tar.bz2) = 6276520 bytes
+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
diff -r c552adb2e79c -r c6589d5c4c82 lang/python37/dist.mk
--- a/lang/python37/dist.mk     Wed Oct 12 08:37:52 2022 +0000
+++ b/lang/python37/dist.mk     Wed Oct 12 08:38:36 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.15 2022/09/12 07:58:55 adam Exp $
+# $NetBSD: dist.mk,v 1.16 2022/10/12 08:38:36 adam Exp $
 
-PY_DISTVERSION=        3.7.14
+PY_DISTVERSION=        3.7.15
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python37/distinfo
diff -r c552adb2e79c -r c6589d5c4c82 lang/python37/distinfo
--- a/lang/python37/distinfo    Wed Oct 12 08:37:52 2022 +0000
+++ b/lang/python37/distinfo    Wed Oct 12 08:38:36 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.33 2022/09/12 07:58:55 adam Exp $
+$NetBSD: distinfo,v 1.34 2022/10/12 08:38:36 adam Exp $
 
-BLAKE2s (Python-3.7.14.tar.xz) = 67239d49031f78c57ec14dcb96beb338cae1fa1dc90f3df5c9e60db2fe3cfdfb
-SHA512 (Python-3.7.14.tar.xz) = 8951d927c848ab0500e7093e80a9c9f98cc4d5e408031dce2ac06c8fc2326511b2b3abada01b89ccc4c148236091bb0addbe9a086135f28a504a857a2e52c7f5
-Size (Python-3.7.14.tar.xz) = 18121168 bytes
+BLAKE2s (Python-3.7.15.tar.xz) = 88be85eec1aa74145810f3ab0b84baecd416499fb7aa70d9808a2cdfcc82907c
+SHA512 (Python-3.7.15.tar.xz) = f2ad9b900b31f7af970615d15102bea95759291a024ec3f6d5637893240f0b11094a319883fd39918d2103b283e65db1b6aa375935e22822f7ac8e745fdf4973
+Size (Python-3.7.15.tar.xz) = 18123180 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