pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/python27



Module Name:    pkgsrc
Committed By:   chopps
Date:           Tue Dec 16 07:07:32 UTC 2014

Modified Files:
        pkgsrc/lang/python27: dist.mk distinfo
Removed Files:
        pkgsrc/lang/python27/patches: patch-Include_node.h patch-Lib_poplib.py
            patch-Lib_smtplib.py patch-Lib_test_test__poplib.py
            patch-Lib_test_test_smtplib.py patch-Misc_NEWS
            patch-Modules___ssl.c patch-Objects_unicodeobject.c
            patch-Python_codecs.c

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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/python27/dist.mk
cvs rdiff -u -r1.47 -r1.48 pkgsrc/lang/python27/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/python27/patches/patch-Include_node.h \
    pkgsrc/lang/python27/patches/patch-Lib_poplib.py \
    pkgsrc/lang/python27/patches/patch-Lib_smtplib.py \
    pkgsrc/lang/python27/patches/patch-Lib_test_test__poplib.py \
    pkgsrc/lang/python27/patches/patch-Lib_test_test_smtplib.py \
    pkgsrc/lang/python27/patches/patch-Objects_unicodeobject.c \
    pkgsrc/lang/python27/patches/patch-Python_codecs.c
cvs rdiff -u -r1.5 -r0 pkgsrc/lang/python27/patches/patch-Misc_NEWS
cvs rdiff -u -r1.3 -r0 pkgsrc/lang/python27/patches/patch-Modules___ssl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index