summaryrefslogtreecommitdiff
path: root/lang/python/srcdist.mk
AgeCommit message (Collapse)AuthorFilesLines
2008-04-20Pullup ticket 2334 - requested by drochnerspz1-3/+3
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
2007-06-08Correct version number for Python 2.4.x.tron1-3/+3
2006-04-12update python24 to 2.4.3drochner1-3/+3
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.
2005-10-02sync with new Python 2.4 versionrecht1-3/+3
2005-05-10Fix srcdist.mk usage for _PYTHON_VERSION 24, and add reminder comment toabs1-3/+3
python24/Makefile for next update
2005-02-16Update two more occurances of the old version number.tron1-3/+3
2005-02-16Update Python 2.3.x version number here, too.tron1-2/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-5/+5
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.
2004-12-05add Python 2.4recht1-2/+12
2004-06-02catch up with the Python 2.3.4 updaterecht1-4/+4
2003-12-23update to 2.3.3recht1-4/+4
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.
2003-12-08Update to Python 2.3.2recht1-4/+4
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)
2003-08-04prepare for Python-2.3drochner1-2/+12
2003-06-06update Python22 to 2.2.3drochner1-4/+4
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.
2002-10-25another Python versiondrochner1-2/+2
2002-10-15Upgrade python22 package from 2.2.1 to 2.2.2.tsarna1-4/+4
Mostly bug fixes, a few enhancements, notably in the email package.
2002-08-20teach it about python21-pthdrochner1-2/+2
2002-04-15update for new distfilesdrochner1-7/+7
2002-01-29tell it about Python-1.5drochner1-1/+11
2002-01-28collect definition for stuff built from the Python source distributiondrochner1-0/+48
(ie Python itself and various modules which depend on additional libs - eg ncurses and gdbm) in one place