pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python25



Module Name:    pkgsrc
Committed By:   obache
Date:           Sat Jun  4 05:08:20 UTC 2011

Modified Files:
        pkgsrc/lang/python25: Makefile dist.mk distinfo
        pkgsrc/lang/python25/patches: patch-ad patch-am
Removed Files:
        pkgsrc/lang/python25/patches: patch-ba patch-bb patch-bc

Log Message:
Update python25 to 2.5.6.
(contains already fixed issues, #11662 patch-b{a,b}, #8674,#7673 patch-bc)

What's New in Python 2.5.6?
===========================

*Release date: 26-May-2011*

What's New in Python 2.5.6c1?
=============================

*Release date: 17-Apr-2011*

Library
-------

- Issue #11442: Add a charset parameter to the Content-type in SimpleHTTPServer
  to avoid XSS attacks.

- Issue #11662: Make urllib and urllib2 ignore redirections if the
  scheme is not HTTP, HTTPS or FTP (CVE-2011-1521).

- Issue #8674: Fixed a number of incorrect or undefined-behaviour-inducing
  overflow checks in the audioop module (CVE-2010-1634).

- Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop
  module, ensure that the input string length is a multiple of the frame size.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/python25/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/python25/dist.mk
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/python25/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/python25/patches/patch-ad
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/python25/patches/patch-am
cvs rdiff -u -r1.3 -r0 pkgsrc/lang/python25/patches/patch-ba \
    pkgsrc/lang/python25/patches/patch-bb \
    pkgsrc/lang/python25/patches/patch-bc

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