diff options
author | wen <wen@pkgsrc.org> | 2017-01-19 01:25:09 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-01-19 01:25:09 +0000 |
commit | b9a920e19ae7b4f243b0c261c87a127f2b197f54 (patch) | |
tree | 559ce2c17139c205934ab80770c135570e4f2d13 /lang | |
parent | 65dd4dc829155e3e87b74f0590879f8dac912b3d (diff) | |
download | pkgsrc-b9a920e19ae7b4f243b0c261c87a127f2b197f54.tar.gz |
Update to 3.4.6
Upstream changes:
What's New in Python 3.4.6?
===========================
Release date: 2017-01-16
There were no changes between 3.4.6rc1 and 3.4.6 final.
What's New in Python 3.4.6rc1?
==============================
Release date: 2017-01-02
Core and Builtins
-----------------
- Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
when decode astral characters. Patch by Xiang Zhang.
- Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
build.
Library
-------
- Issue #28563: Fixed possible DoS and arbitrary code execution when handle
plural form selections in the gettext module. The expression parser now
supports exact syntax supported by GNU gettext.
- In the curses module, raise an error if window.getstr() or window.instr() is
passed a negative value.
- Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
- Issue #27774: Fix possible Py_DECREF on unowned object in _sre.
- Issue #27760: Fix possible integer overflow in binascii.b2a_qp.
- Issue #27758: Fix possible integer overflow in the _csv module for large record
lengths.
- Issue #27568: Prevent HTTPoxy attack (CVE-2016-1000110). Ignore the
HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates
that the script is in CGI mode.
- Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
Patch by Mark Williams.
Build
-----
- Issue #28248: Update Windows build to use OpenSSL 1.0.2j.
Tests
-----
- Issue #27369: In test_pyexpat, avoid testing an error message detail that
changed in Expat 2.2.0.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python34/Makefile | 3 | ||||
-rw-r--r-- | lang/python34/PLIST | 6 | ||||
-rw-r--r-- | lang/python34/dist.mk | 4 | ||||
-rw-r--r-- | lang/python34/distinfo | 10 |
4 files changed, 11 insertions, 12 deletions
diff --git a/lang/python34/Makefile b/lang/python34/Makefile index f5780b2ef30..3aeed64be78 100644 --- a/lang/python34/Makefile +++ b/lang/python34/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2016/09/18 12:36:41 kamil Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/19 01:25:09 wen Exp $ .include "dist.mk" PKGNAME= python34-${PY_DISTVERSION} -PKGREVISION= 1 CATEGORIES= lang python MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/lang/python34/PLIST b/lang/python34/PLIST index 48cadbe8f60..572b5bc43b1 100644 --- a/lang/python34/PLIST +++ b/lang/python34/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2016/07/02 15:23:33 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2017/01/19 01:25:09 wen 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-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/_bundled/pip-9.0.1-py2.py3-none-any.whl +lib/python${PY_VER_SUFFIX}/ensurepip/_bundled/setuptools-28.8.0-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 diff --git a/lang/python34/dist.mk b/lang/python34/dist.mk index 72b805ceaa5..d9b7fdaa38b 100644 --- a/lang/python34/dist.mk +++ b/lang/python34/dist.mk @@ -1,6 +1,6 @@ -# $NetBSD: dist.mk,v 1.6 2016/07/02 15:23:33 adam Exp $ +# $NetBSD: dist.mk,v 1.7 2017/01/19 01:25:09 wen Exp $ -PY_DISTVERSION= 3.4.5 +PY_DISTVERSION= 3.4.6 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 92255dbfa1b..3dc9c25acb4 100644 --- a/lang/python34/distinfo +++ b/lang/python34/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.23 2017/01/05 23:16:42 roy Exp $ +$NetBSD: distinfo,v 1.24 2017/01/19 01:25:09 wen Exp $ -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 (Python-3.4.6.tar.xz) = ef7dbec63d45760701534990511d686e3acbbe4f +RMD160 (Python-3.4.6.tar.xz) = a669de69e6728141a6c960877c486c1f094b560d +SHA512 (Python-3.4.6.tar.xz) = f6785cf6a99a8a27823baefe59cc20e34cbec01bb444c8600e7f49b5437159d5137f9d80fce26e219846d71bfe98f68bc6f0c87719a34db0050a4eaca95959ac +Size (Python-3.4.6.tar.xz) = 14473592 bytes SHA1 (patch-Lib_distutils_unixccompiler.py) = 7d6df07921ad3357757d4681a964256b560b3f57 SHA1 (patch-aa) = 14359f8d0527eff08073c0aea60dfe8961d9255d SHA1 (patch-ah) = 0acdfcbf3ebcb96b18a1cf28f18b286aa507a62f |