pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2016Q2]: pkgsrc/lang/python34 Pullup ticket #5091 - requested ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a020095447c
branches:  pkgsrc-2016Q2
changeset: 408879:1a020095447c
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Tue Sep 06 19:07:05 2016 +0000

description:
Pullup ticket #5091 - requested by sevan
lang/python34: security fix

Revisions pulled up:
- lang/python34/PLIST                                           1.7
- lang/python34/dist.mk                                         1.6
- lang/python34/distinfo                                        1.21

---
   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Sat Jul  2 15:23:33 UTC 2016

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

   Log Message:
   Changes 3.4.5:
   Core and Builtins
   Issue 26478: Fix semantic bugs when using binary operators with dictionary views and tuples.
   Issue 26171: Fix possible integer overflow and heap corruption in zipimporter.get_data().
   Library
   Issue 26556: Update expat to 2.1.1, fixes CVE-2015-1283.
   Fix TLS stripping vulnerability in smptlib, CVE-2016-0772. Reported by Team Oststrom
   Issue 25939: On Windows open the cert store readonly in ssl.enum_certificates.
   Issue 26012: Don?t traverse into symlinks for ** pattern in pathlib.Path.[r]glob().
   Issue 24120: Ignore PermissionError when traversing a tree with pathlib.Path.[r]glob(). Patch by Ulrich Petri.
   Skip getaddrinfo if host is already resolved. Patch by A. Jesse Jiryu Davis.
   Add asyncio.timeout() context manager.
   Issue 26050: Add asyncio.StreamReader.readuntil() method. Patch by ???? ?????????.
   Tests
   Issue 25940: Changed test_ssl to use self-signed.pythontest.net. This avoids relying on svn.python.org, which recently changed root certificate.

diffstat:

 lang/python34/PLIST    |   9 +++++----
 lang/python34/dist.mk  |   4 ++--
 lang/python34/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 11 deletions(-)

diffs (71 lines):

diff -r 4a67b498db2f -r 1a020095447c lang/python34/PLIST
--- a/lang/python34/PLIST       Tue Sep 06 19:04:27 2016 +0000
+++ b/lang/python34/PLIST       Tue Sep 06 19:07:05 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2016/05/13 16:35:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.6.2.1 2016/09/06 19:07:05 bsiegert Exp $
 bin/2to3-${PY_VER_SUFFIX}
 bin/pydoc${PY_VER_SUFFIX}
 bin/python${PY_VER_SUFFIX}
@@ -1318,8 +1318,8 @@
 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-7.1.2-py2.py3-none-any.whl
-lib/python${PY_VER_SUFFIX}/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl
+lib/python${PY_VER_SUFFIX}/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl
+lib/python${PY_VER_SUFFIX}/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl
 lib/python${PY_VER_SUFFIX}/ensurepip/_uninstall.py
 lib/python${PY_VER_SUFFIX}/ensurepip/_uninstall.pyc
 lib/python${PY_VER_SUFFIX}/ensurepip/_uninstall.pyo
@@ -2453,10 +2453,12 @@
 lib/python${PY_VER_SUFFIX}/test/bytecode_helper.py
 lib/python${PY_VER_SUFFIX}/test/bytecode_helper.pyc
 lib/python${PY_VER_SUFFIX}/test/bytecode_helper.pyo
+lib/python${PY_VER_SUFFIX}/test/capath/0e4015b9.0
 lib/python${PY_VER_SUFFIX}/test/capath/4e1295a3.0
 lib/python${PY_VER_SUFFIX}/test/capath/5ed36f99.0
 lib/python${PY_VER_SUFFIX}/test/capath/6e88d7b8.0
 lib/python${PY_VER_SUFFIX}/test/capath/99d0fa06.0
+lib/python${PY_VER_SUFFIX}/test/capath/ce7b8643.0
 lib/python${PY_VER_SUFFIX}/test/cfgparser.1
 lib/python${PY_VER_SUFFIX}/test/cfgparser.2
 lib/python${PY_VER_SUFFIX}/test/cfgparser.3
@@ -2685,7 +2687,6 @@
 lib/python${PY_VER_SUFFIX}/test/gdb_sample.py
 lib/python${PY_VER_SUFFIX}/test/gdb_sample.pyc
 lib/python${PY_VER_SUFFIX}/test/gdb_sample.pyo
-lib/python${PY_VER_SUFFIX}/test/https_svn_python_org_root.pem
 lib/python${PY_VER_SUFFIX}/test/ieee754.txt
 lib/python${PY_VER_SUFFIX}/test/imghdrdata/python.bmp
 lib/python${PY_VER_SUFFIX}/test/imghdrdata/python.gif
diff -r 4a67b498db2f -r 1a020095447c lang/python34/dist.mk
--- a/lang/python34/dist.mk     Tue Sep 06 19:04:27 2016 +0000
+++ b/lang/python34/dist.mk     Tue Sep 06 19:07:05 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.5 2016/05/13 16:35:03 adam Exp $
+# $NetBSD: dist.mk,v 1.5.2.1 2016/09/06 19:07:05 bsiegert Exp $
 
-PY_DISTVERSION=        3.4.4
+PY_DISTVERSION=        3.4.5
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python34/distinfo
diff -r 4a67b498db2f -r 1a020095447c lang/python34/distinfo
--- a/lang/python34/distinfo    Tue Sep 06 19:04:27 2016 +0000
+++ b/lang/python34/distinfo    Tue Sep 06 19:07:05 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.20 2016/05/13 16:35:03 adam Exp $
+$NetBSD: distinfo,v 1.20.2.1 2016/09/06 19:07:05 bsiegert Exp $
 
-SHA1 (Python-3.4.4.tar.xz) = 0e4c9265a2ab0004ac51f0010d47c22ef4c1640c
-RMD160 (Python-3.4.4.tar.xz) = 86f5979b30fb17b4b612007585d6a34d4ae75f2c
-SHA512 (Python-3.4.4.tar.xz) = 2e114636f2b8bc02f30816cc69781e24065855bc294bb500b8cc44913a21fb6061a6918d4ac810511c829f183ec026897f73848cc026679b34fa6ff5d6e8166f
-Size (Python-3.4.4.tar.xz) = 14307620 bytes
+SHA1 (Python-3.4.5.tar.xz) = 882e83e0286b253ee651aa3f9a5d27ebc46e6632
+RMD160 (Python-3.4.5.tar.xz) = 47604be01f37671a16c17e27316af327a1048fd6
+SHA512 (Python-3.4.5.tar.xz) = b548a5338d141b3086dea372fa2cc245ba5350ee9f0d1304ef6222dc45380b66d380b092e547d54206d56ca68563b95036f445f97f72bb0ef1d48f81a74a3d4c
+Size (Python-3.4.5.tar.xz) = 14516820 bytes
 SHA1 (patch-Lib_distutils_unixccompiler.py) = 7d6df07921ad3357757d4681a964256b560b3f57
 SHA1 (patch-aa) = 14359f8d0527eff08073c0aea60dfe8961d9255d
 SHA1 (patch-ah) = 1c4eec742ab26f77c6326b7d12e44e26be493c0f



Home | Main Index | Thread Index | Old Index