summaryrefslogtreecommitdiff
path: root/lang/python34
diff options
context:
space:
mode:
authoradam <adam>2016-07-02 15:23:33 +0000
committeradam <adam>2016-07-02 15:23:33 +0000
commit54210480c79e2abab1a314f781ec9f11f495b578 (patch)
tree4c4c8828099a8df9a590fcf1839b3d50b36e6076 /lang/python34
parentd7541da6c1920b36067270b0b07ad8ec4c625f26 (diff)
downloadpkgsrc-54210480c79e2abab1a314f781ec9f11f495b578.tar.gz
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 (limited to 'lang/python34')
-rw-r--r--lang/python34/PLIST9
-rw-r--r--lang/python34/dist.mk4
-rw-r--r--lang/python34/distinfo10
3 files changed, 12 insertions, 11 deletions
diff --git a/lang/python34/PLIST b/lang/python34/PLIST
index bfe97ff2d43..48cadbe8f60 100644
--- a/lang/python34/PLIST
+++ b/lang/python34/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2016/05/13 16:35:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2016/07/02 15:23:33 adam 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/__init__.pyo
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/buffer_tests.pyo
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/future_test2.pyo
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 --git a/lang/python34/dist.mk b/lang/python34/dist.mk
index 1b3c1d6482f..72b805ceaa5 100644
--- a/lang/python34/dist.mk
+++ b/lang/python34/dist.mk
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.5 2016/05/13 16:35:03 adam Exp $
+# $NetBSD: dist.mk,v 1.6 2016/07/02 15:23:33 adam 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 --git a/lang/python34/distinfo b/lang/python34/distinfo
index 2e43794d36f..82a2ccc8f12 100644
--- a/lang/python34/distinfo
+++ b/lang/python34/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.20 2016/05/13 16:35:03 adam Exp $
+$NetBSD: distinfo,v 1.21 2016/07/02 15:23:33 adam 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