summaryrefslogtreecommitdiff
path: root/lang/python34/Makefile
diff options
context:
space:
mode:
authorwen <wen>2017-01-19 01:25:09 +0000
committerwen <wen>2017-01-19 01:25:09 +0000
commit5fba5fb30795c3e07a159df395d9d9ac69026a7e (patch)
treed99cddef548958509aeb14c553562bb377c270ec /lang/python34/Makefile
parentc321394f5453b67baa6ec326f91bdc94c10e6492 (diff)
downloadpkgsrc-5fba5fb30795c3e07a159df395d9d9ac69026a7e.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/python34/Makefile')
-rw-r--r--lang/python34/Makefile3
1 files changed, 1 insertions, 2 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