pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python34



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Mar 20 19:29:11 UTC 2019

Modified Files:
        pkgsrc/lang/python34: Makefile PLIST dist.mk distinfo

Log Message:
python34: updated to 3.4.10

Python 3.4.10 final

Security
bpo-36216: Changes urlsplit() to raise ValueError when the URL contains characters that decompose under IDNA encoding (NFKC-normalization) into characters that affect how the URL is parsed.
bpo-35121: Don’t send cookies of domain A without Domain attribute to domain B when domain A is a suffix match of domain B while using a cookiejar with http.cookiejar.DefaultCookiePolicy policy.

Library
bpo-35121: Don’t set cookie for a request when the request path is a prefix match of the cookie’s path attribute but doesn’t end with “/”.

Python 3.4.10 release candidate 1

Security
bpo-35746: [CVE-2019-5010] Fix a NULL pointer deref in ssl module. The cert parser did not handle CRL distribution points with empty DP or URI correctly. A malicious or buggy certificate can result 
into segfault. Vulnerability (TALOS-2018-0758).
bpo-34791: The xml.sax and xml.dom.domreg no longer use environment variables to override parser implementations when sys.flags.ignore_environment is set by -E or -I arguments.
bpo-34623: CVE-2018-14647: The C accelerated _elementtree module now initializes hash randomization salt from _Py_HashSecret instead of libexpat’s default CSPRNG.

Library
bpo-33329: Fix multiprocessing regression on newer glibcs


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/python34/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/python34/PLIST \
    pkgsrc/lang/python34/dist.mk
cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/python34/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/python34/Makefile
diff -u pkgsrc/lang/python34/Makefile:1.29 pkgsrc/lang/python34/Makefile:1.30
--- pkgsrc/lang/python34/Makefile:1.29  Sat Mar  2 13:23:35 2019
+++ pkgsrc/lang/python34/Makefile       Wed Mar 20 19:29:11 2019
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2019/03/02 13:23:35 adam Exp $
+# $NetBSD: Makefile,v 1.30 2019/03/20 19:29:11 adam Exp $
 
 .include "dist.mk"
 
 PKGNAME=       python34-${PY_DISTVERSION}
-PKGREVISION=   1
 CATEGORIES=    lang python
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/lang/python34/PLIST
diff -u pkgsrc/lang/python34/PLIST:1.10 pkgsrc/lang/python34/PLIST:1.11
--- pkgsrc/lang/python34/PLIST:1.10     Mon Feb  5 17:35:12 2018
+++ pkgsrc/lang/python34/PLIST  Wed Mar 20 19:29:11 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/02/05 17:35:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/03/20 19:29:11 adam Exp $
 bin/2to3-${PY_VER_SUFFIX}
 bin/pydoc${PY_VER_SUFFIX}
 bin/python${PY_VER_SUFFIX}
@@ -2842,6 +2842,7 @@ lib/python${PY_VER_SUFFIX}/test/subproce
 lib/python${PY_VER_SUFFIX}/test/support/__init__.py
 lib/python${PY_VER_SUFFIX}/test/support/__init__.pyc
 lib/python${PY_VER_SUFFIX}/test/support/__init__.pyo
+lib/python${PY_VER_SUFFIX}/test/talos-2019-0758.pem
 lib/python${PY_VER_SUFFIX}/test/test___all__.py
 lib/python${PY_VER_SUFFIX}/test/test___all__.pyc
 lib/python${PY_VER_SUFFIX}/test/test___all__.pyo
Index: pkgsrc/lang/python34/dist.mk
diff -u pkgsrc/lang/python34/dist.mk:1.10 pkgsrc/lang/python34/dist.mk:1.11
--- pkgsrc/lang/python34/dist.mk:1.10   Tue Aug  7 08:44:41 2018
+++ pkgsrc/lang/python34/dist.mk        Wed Mar 20 19:29:11 2019
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.10 2018/08/07 08:44:41 adam Exp $
+# $NetBSD: dist.mk,v 1.11 2019/03/20 19:29:11 adam Exp $
 
-PY_DISTVERSION=        3.4.9
+PY_DISTVERSION=        3.4.10
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python34/distinfo

Index: pkgsrc/lang/python34/distinfo
diff -u pkgsrc/lang/python34/distinfo:1.33 pkgsrc/lang/python34/distinfo:1.34
--- pkgsrc/lang/python34/distinfo:1.33  Sat Mar  2 13:23:35 2019
+++ pkgsrc/lang/python34/distinfo       Wed Mar 20 19:29:11 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.33 2019/03/02 13:23:35 adam Exp $
+$NetBSD: distinfo,v 1.34 2019/03/20 19:29:11 adam Exp $
 
-SHA1 (Python-3.4.9.tar.xz) = 83ea4018f6e5f1db87c4e54c8a48ba6a8350abd4
-RMD160 (Python-3.4.9.tar.xz) = 941536bcadacd7c42c3f3fa94aa42186443ea673
-SHA512 (Python-3.4.9.tar.xz) = 4ca37abfb99d04ed360002dbba18cc9fbecc6c02b14e3796c353800a2982ad2d18dd73150c29f37f57a02f60a7b3b34364b95f454e3cda68bd174fce2341bd3f
-Size (Python-3.4.9.tar.xz) = 14541804 bytes
+SHA1 (Python-3.4.10.tar.xz) = 68fe143c56d438343d4142a4953d607124e85ca2
+RMD160 (Python-3.4.10.tar.xz) = 050bb8f215d9b5ed8287b2a9f9faa6448d7513a5
+SHA512 (Python-3.4.10.tar.xz) = d5d27d68049b61f135e21b12a800dbd4fc521d6935de178de6e2e88a989cda511d3c8fead90d14e38d2db0e528a74b22674e0da01c51ff4fad7d335ec6c3dbbc
+Size (Python-3.4.10.tar.xz) = 14559088 bytes
 SHA1 (patch-Lib_ctypes_util.py) = 2bd826c0996bbbc8f8986ba0502a33ab90194ed9
 SHA1 (patch-Lib_distutils_command_install.py) = 9b44f339f65f029b7f17dbc654739a7ae3c12780
 SHA1 (patch-Lib_distutils_unixccompiler.py) = 7d6df07921ad3357757d4681a964256b560b3f57



Home | Main Index | Thread Index | Old Index