Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang python36: updated to 3.6.11
details: https://anonhg.NetBSD.org/pkgsrc/rev/31c91c48c4cd
branches: trunk
changeset: 435065:31c91c48c4cd
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jun 30 05:59:40 2020 +0000
description:
python36: updated to 3.6.11
Python 3.6.11 final
There were no new changes in version 3.6.11.
Python 3.6.11 release candidate 1
Security
bpo-39073: Disallow CR or LF in email.headerregistry.Address arguments to guard against header injection attacks.
bpo-38576: Disallow control characters in hostnames in http.client, addressing CVE-2019-18348. Such potentially malicious header injection URLs now cause a InvalidURL to be raised.
bpo-39503: CVE-2020-8492: The AbstractBasicAuthHandler class of the urllib.request module uses an inefficient regular expression which can be exploited by an attacker to cause a denial of service.
Fix the regex to prevent the catastrophic backtracking. Vulnerability reported by Ben Caller and Matt Schwager.
bpo-39401: Avoid unsafe load of api-ms-win-core-path-l1-1-0.dll at startup on Windows 7.
Core and Builtins
bpo-39510: Fix segfault in readinto() method on closed BufferedReader.
bpo-39421: Fix possible crashes when operating with the functions in the heapq module and custom comparison operators.
Library
bpo-39503: AbstractBasicAuthHandler of urllib.request now parses all WWW-Authenticate HTTP headers and accepts multiple challenges per header: use the realm of the first Basic challenge.
diffstat:
lang/py36-html-docs/Makefile | 4 ++--
lang/py36-html-docs/PLIST | 4 ++--
lang/py36-html-docs/distinfo | 10 +++++-----
lang/python36/Makefile | 3 +--
lang/python36/dist.mk | 4 ++--
lang/python36/distinfo | 10 +++++-----
6 files changed, 17 insertions(+), 18 deletions(-)
diffs (86 lines):
diff -r ebd8b72cbdb3 -r 31c91c48c4cd lang/py36-html-docs/Makefile
--- a/lang/py36-html-docs/Makefile Tue Jun 30 05:56:02 2020 +0000
+++ b/lang/py36-html-docs/Makefile Tue Jun 30 05:59:40 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2019/12/28 22:38:04 adam Exp $
+# $NetBSD: Makefile,v 1.12 2020/06/30 05:59:40 adam Exp $
-VERS= 3.6.10
+VERS= 3.6.11
DISTNAME= python-${VERS}-docs-html
PKGNAME= py36-html-docs-${VERS}
CATEGORIES= lang python
diff -r ebd8b72cbdb3 -r 31c91c48c4cd lang/py36-html-docs/PLIST
--- a/lang/py36-html-docs/PLIST Tue Jun 30 05:56:02 2020 +0000
+++ b/lang/py36-html-docs/PLIST Tue Jun 30 05:59:40 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/07/03 21:09:54 leot Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/06/30 05:59:40 adam Exp $
share/doc/python3.6/.buildinfo
share/doc/python3.6/_images/hashlib-blake2-tree.png
share/doc/python3.6/_images/logging_flow.png
@@ -479,7 +479,7 @@
share/doc/python3.6/_static/doctools.js
share/doc/python3.6/_static/documentation_options.js
share/doc/python3.6/_static/file.png
-share/doc/python3.6/_static/jquery-3.2.1.js
+share/doc/python3.6/_static/jquery-3.4.1.js
share/doc/python3.6/_static/jquery.js
share/doc/python3.6/_static/language_data.js
share/doc/python3.6/_static/minus.png
diff -r ebd8b72cbdb3 -r 31c91c48c4cd lang/py36-html-docs/distinfo
--- a/lang/py36-html-docs/distinfo Tue Jun 30 05:56:02 2020 +0000
+++ b/lang/py36-html-docs/distinfo Tue Jun 30 05:59:40 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/12/28 22:38:04 adam Exp $
+$NetBSD: distinfo,v 1.11 2020/06/30 05:59:40 adam Exp $
-SHA1 (python-3.6.10-docs-html.tar.bz2) = 00187b1cc803c59fe2add12d78ce066cf7cc03eb
-RMD160 (python-3.6.10-docs-html.tar.bz2) = be1dca75f33f83b074172c064df57f7e39e9c483
-SHA512 (python-3.6.10-docs-html.tar.bz2) = 67a0e7973da0314031d9a8993cef4947b8bcab86c2c557364a3acebcc9047529acf22a26f16a26d3126489bc813d6bb7bf39d3e283c490bad434f215af92f754
-Size (python-3.6.10-docs-html.tar.bz2) = 5994263 bytes
+SHA1 (python-3.6.11-docs-html.tar.bz2) = e284002008807bcf495d2ebf4334fa140eaa9ff8
+RMD160 (python-3.6.11-docs-html.tar.bz2) = 6af5ea87e9e365a7f8947e855122fac78c3a912d
+SHA512 (python-3.6.11-docs-html.tar.bz2) = e98745e0f27c466f93d1d0a8883d9285c56c7b7a27915bc2fcc71f44cb10feebcaa5d3e07b8fce478cf64f11b0863182a1df25307ee383bcf0db0b6cd518035d
+Size (python-3.6.11-docs-html.tar.bz2) = 6012332 bytes
diff -r ebd8b72cbdb3 -r 31c91c48c4cd lang/python36/Makefile
--- a/lang/python36/Makefile Tue Jun 30 05:56:02 2020 +0000
+++ b/lang/python36/Makefile Tue Jun 30 05:59:40 2020 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.24 2020/05/21 17:25:13 leot Exp $
+# $NetBSD: Makefile,v 1.25 2020/06/30 05:59:40 adam Exp $
-PKGREVISION= 2
.include "dist.mk"
PKGNAME= python36-${PY_DISTVERSION}
diff -r ebd8b72cbdb3 -r 31c91c48c4cd lang/python36/dist.mk
--- a/lang/python36/dist.mk Tue Jun 30 05:56:02 2020 +0000
+++ b/lang/python36/dist.mk Tue Jun 30 05:59:40 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.11 2019/12/28 22:24:01 adam Exp $
+# $NetBSD: dist.mk,v 1.12 2020/06/30 05:59:40 adam Exp $
-PY_DISTVERSION= 3.6.10
+PY_DISTVERSION= 3.6.11
DISTNAME= Python-${PY_DISTVERSION}
EXTRACT_SUFX= .tar.xz
DISTINFO_FILE= ${.CURDIR}/../../lang/python36/distinfo
diff -r ebd8b72cbdb3 -r 31c91c48c4cd lang/python36/distinfo
--- a/lang/python36/distinfo Tue Jun 30 05:56:02 2020 +0000
+++ b/lang/python36/distinfo Tue Jun 30 05:59:40 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.29 2019/12/28 22:24:01 adam Exp $
+$NetBSD: distinfo,v 1.30 2020/06/30 05:59:40 adam Exp $
-SHA1 (Python-3.6.10.tar.xz) = 781072e4726ff0c6dc9370dbfb9dd781d87987dc
-RMD160 (Python-3.6.10.tar.xz) = cf326d5d0fa468da181c537cbd6b91723e686b64
-SHA512 (Python-3.6.10.tar.xz) = 26147099e1f1a0ffc85febad26e18e991f019599a150887ea0b925e34663fad8e03b3c2a941e2770c1a63960695e173ef32709572c9361e7f2cb862ccf75b28a
-Size (Python-3.6.10.tar.xz) = 17212220 bytes
+SHA1 (Python-3.6.11.tar.xz) = 0840e6b726446fccaef483dad84cce8fdc683077
+RMD160 (Python-3.6.11.tar.xz) = d1577bbfb4fb6b9c47389383e2b5ff9abb7db9e3
+SHA512 (Python-3.6.11.tar.xz) = c76969a6602e095641ba5fd0999a47cf0187eb26559ba9a6e80fe401b8928f6cd9eabd963f615f7c667e48f56603f2508d2b5692c83ea8da1e21292131fb11d6
+Size (Python-3.6.11.tar.xz) = 17213036 bytes
SHA1 (patch-Lib_ctypes_util.py) = 3b7aecb2879cce70c76bd4bc60f2ec577a5bed61
SHA1 (patch-Lib_distutils_command_install.py) = 29204f34296f36ab2b21c745f915ba73caf2b71c
SHA1 (patch-Lib_distutils_sysconfig.py) = 6822eafb4dfded86d7f7353831816aeb8119e6cf
Home |
Main Index |
Thread Index |
Old Index