| Age | Commit message (Collapse) | Author | Files | Lines |
|
security updates for python24
Revisions pulled up:
- pkgsrc/lang/python24/Makefile 1.41,1.42
- pkgsrc/lang/python24/distinfo 1.27,1.28
- pkgsrc/lang/python24/PLIST.common 1.9
- pkgsrc/lang/python24/patches/patch-au 1.1
- pkgsrc/lang/python/srcdist.mk 1.20
Module Name: pkgsrc
Committed By: drochner
Date: Fri Apr 11 10:32:33 UTC 2008
Modified Files:
pkgsrc/lang/python24: Makefile distinfo
Added Files:
pkgsrc/lang/python24/patches: patch-au
Log Message:
fix possible buffer overflow by negative atguments to zlib.flush(),
from upstream CVS, bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 pkgsrc/lang/python24/Makefile
cvs rdiff -r1.26 -r1.27 pkgsrc/lang/python24/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/lang/python24/patches/patch-au
---
Module Name: pkgsrc
Committed By: drochner
Date: Fri Apr 11 10:44:09 UTC 2008
Modified Files:
pkgsrc/lang/python24: Makefile PLIST.common distinfo
Log Message:
update to 2.4.5
This release includes just a small number of fixes, primarily preventing
crashes of the interpreter in certain boundary cases.
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 pkgsrc/lang/python24/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/lang/python24/PLIST.common
cvs rdiff -r1.27 -r1.28 pkgsrc/lang/python24/distinfo
---
Module Name: pkgsrc
Committed By: drochner
Date: Fri Apr 11 10:44:48 UTC 2008
Modified Files:
pkgsrc/lang/python: srcdist.mk
Log Message:
update for 2.4.5
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/lang/python/srcdist.mk
|
|
|
|
Python 2.4 is now in bugfix-only mode, no new features are being added. At
least 50 bugs have been squashed since Python 2.4.2, including a number of
bugs and potential bugs found by Coverity.
|
|
|
|
python24/Makefile for next update
|
|
|
|
|
|
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
|
|
|
|
|
|
This is a bug-fix release for Python 2.3 that fixes a number of bugs,
including a couple of serious errors with weakrefs and the cyclic garbage
collector. There are also a number of fixes to the standard library
- see the release notes ( http://www.python.org/2.3.3/NEWS.html )for details.
|
|
Changes in Python:
Quite a few fixes.. See NEWS for details.
Changes in the pkg:
- add FreeBSD patches from the FreeBSD port
- add fix for a fatal bug in type's GC handling causes segfaults
(via FreeBSD port)
see http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u
- always build the db 1.85 module (on all platforms)
|
|
|
|
This is a bugfix release.
Also, use the LINK_ALL_LIBGCC_HACK just introduced to link the
interpreter against libgcc. This should fix PR pkg/16144 in the
Python2.2 (and NetBSD-1.5) case.
|
|
|
|
Mostly bug fixes, a few enhancements, notably in the email package.
|
|
|
|
|
|
|
|
(ie Python itself and various modules which depend on additional libs
- eg ncurses and gdbm) in one place
|