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:   wen
Date:           Thu Jan 19 01:25:09 UTC 2017

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/python34/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/python34/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/python34/dist.mk
cvs rdiff -u -r1.23 -r1.24 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.17 pkgsrc/lang/python34/Makefile:1.18
--- pkgsrc/lang/python34/Makefile:1.17  Sun Sep 18 12:36:41 2016
+++ pkgsrc/lang/python34/Makefile       Thu Jan 19 01:25:09 2017
@@ -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@localhost

Index: pkgsrc/lang/python34/PLIST
diff -u pkgsrc/lang/python34/PLIST:1.7 pkgsrc/lang/python34/PLIST:1.8
--- pkgsrc/lang/python34/PLIST:1.7      Sat Jul  2 15:23:33 2016
+++ pkgsrc/lang/python34/PLIST  Thu Jan 19 01:25:09 2017
@@ -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/__i
 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

Index: pkgsrc/lang/python34/dist.mk
diff -u pkgsrc/lang/python34/dist.mk:1.6 pkgsrc/lang/python34/dist.mk:1.7
--- pkgsrc/lang/python34/dist.mk:1.6    Sat Jul  2 15:23:33 2016
+++ pkgsrc/lang/python34/dist.mk        Thu Jan 19 01:25:09 2017
@@ -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

Index: pkgsrc/lang/python34/distinfo
diff -u pkgsrc/lang/python34/distinfo:1.23 pkgsrc/lang/python34/distinfo:1.24
--- pkgsrc/lang/python34/distinfo:1.23  Thu Jan  5 23:16:42 2017
+++ pkgsrc/lang/python34/distinfo       Thu Jan 19 01:25:09 2017
@@ -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



Home | Main Index | Thread Index | Old Index