Subject: CVS commit: pkgsrc/lang/python27
From: Christian E. Hopps
Date: 2014-12-16 08:07:32
Message id: 20141216070732.62D5D98@cvs.netbsd.org

Log Message:
Update to 2.7.9 removing patches that were incorporated. Significant
changes include:

- The entirety of Python 3.4's ssl module has been backported for
  Python 2.7.9. See PEP 466 for justification.
- HTTPS certificate validation using the system's certificate store
  is now enabled by default. See PEP 476 for details.
- SSLv3 has been disabled by default in httplib and its reverse
  dependencies due to the POODLE attack.
- The ensurepip module module has been backported, which provides the
  pip package manager in every Python 2.7 installation. See PEP 477.

Files:
RevisionActionfile
1.9modifypkgsrc/lang/python27/dist.mk
1.48modifypkgsrc/lang/python27/distinfo
1.1removepkgsrc/lang/python27/patches/patch-Include_node.h
1.1removepkgsrc/lang/python27/patches/patch-Lib_poplib.py
1.1removepkgsrc/lang/python27/patches/patch-Lib_smtplib.py
1.1removepkgsrc/lang/python27/patches/patch-Lib_test_test__poplib.py
1.1removepkgsrc/lang/python27/patches/patch-Lib_test_test_smtplib.py
1.5removepkgsrc/lang/python27/patches/patch-Misc_NEWS
1.3removepkgsrc/lang/python27/patches/patch-Modules___ssl.c
1.1removepkgsrc/lang/python27/patches/patch-Objects_unicodeobject.c
1.1removepkgsrc/lang/python27/patches/patch-Python_codecs.c