summaryrefslogtreecommitdiff
path: root/lang/python25/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-09-02pullup ticket #2511 - requested by tronrtr1-2/+6
python25: update for security fixes revisions pulled up: pkgsrc/lang/python25/Makefile 1.7,1.8 pkgsrc/lang/python25/distinfo 1.6 pkgsrc/lang/python25/patches/patch-at 1.2 pkgsrc/lang/python25/patches/patch-ba 1.1 pkgsrc/lang/python25/patches/patch-bb 1.1 pkgsrc/lang/python25/patches/patch-bc 1.1 pkgsrc/lang/python25/patches/patch-bd 1.1 pkgsrc/lang/python25/patches/patch-be 1.1 pkgsrc/lang/python25/patches/patch-bf 1.1 pkgsrc/lang/python25/patches/patch-bg 1.1 pkgsrc/lang/python25/patches/patch-bh 1.1 pkgsrc/lang/python25/patches/patch-bi 1.1 pkgsrc/lang/python25/patches/patch-bj 1.1 pkgsrc/lang/python25/patches/patch-bk 1.1 pkgsrc/lang/python25/patches/patch-ca 1.1 pkgsrc/lang/python25/patches/patch-cb 1.1 pkgsrc/lang/python25/patches/patch-cc 1.1 pkgsrc/lang/python25/patches/patch-cd 1.1 pkgsrc/lang/python25/patches/patch-ce 1.1 pkgsrc/lang/python25/patches/patch-da 1.1 pkgsrc/lang/python25/patches/patch-db 1.1 pkgsrc/lang/python25/patches/patch-ea 1.1 Module Name: pkgsrc Committed By: joerg Date: Mon Jul 14 14:42:51 UTC 2008 Modified Files: pkgsrc/lang/python25: Makefile Log Message: Always build depend on readline, so that devel/py-readline can pick up the right config. Bump revision. ------------------------------------------------------------------------ Module Name: pkgsrc Committed By: tron Date: Sat Aug 30 10:02:33 UTC 2008 Modified Files: pkgsrc/lang/python25: Makefile distinfo pkgsrc/lang/python25/patches: patch-at Added Files: pkgsrc/lang/python25/patches: patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg patch-bh patch-bi patch-bj patch-bk patch-ca patch-cb patch-cc patch-cd patch-ce patch-da patch-db patch-ea Log Message: Add security patches for CVE-2008-2315, CVE-2008-2316, CVE-2008-3142 and CVE-2008-3144 (this one shouldn't affect platforms supported by pkgsrc) all taken from Gentoo. Bump package revision.
2008-06-27Apply patch by Brian de Alwis to fix build problems under Mac OS X Leopard.tron1-13/+3
Tested under Leopard and NetBSD-i386 4.0_STABLE. This fixes PR pkg/39042 by myself.
2008-04-25Shorten staircase.tnn1-5/+4
2008-04-25Fix PLIST for systems that have builtin OpenSSL < 0.9.8, such as NetBSD-3.tnn1-2/+13
While here, fix typo in previous.
2008-04-25Convert to PLIST_VARStnn1-24/+16
2008-04-24We're not in pkgsrc-wip anymore, so replace 'wip' with 'lang' inbjs1-5/+6
paths to PLIST.*. ;) While here, patch sunaudiodev.c to use AUDIO_GETBUFINFO (when available) and BSD AUDIO_FLUSH on NetBSD and OpenBSD. This could be #ifdef AUDIO_FLUSH, but for now I am only certain about these two platforms. Bump PKGREVISION.
2008-04-24Here's python25-2.5.2, courtesy of pkgsrc-wip.tnn1-0/+172
It probably needs plenty more polishing, especially on !NetBSD. Python 2.4 will remain the default for some time. For the new features in Python 2.5, look here: * http://docs.python.org/whatsnew/whatsnew25.html