summaryrefslogtreecommitdiff
path: root/lang/python22/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2005-11-16Fix Python's makesetup script to treat -pthread as linker flag.joerg1-1/+2
This is needed for databases/py-psycopg at least to compile properly. Since the installed version changed, bump revision.
2005-10-01Add a patch for CAN-2005-2491 (buffer overflow vulnerability in the PCRErecht1-1/+4
library) from ubuntu Linux (via gentoo). For details see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2491
2005-07-29make the fcntl selftest recognize "netbsd3" so that the rightdrochner1-2/+2
structure padding is used not application relevant, so I abstain from bumping PKGREVISION
2005-02-24Add RMD160 digestsagc1-1/+2
2005-02-04apply the security fix fromdrochner1-1/+2
http://www.python.org/security/PSF-2005-001/ This disables hierarchical object lookups in SimpleXMLRPCServer. Unfortunately, this breaks some applications (eg kenosis). Don't shoot me for this. bump PKGREVISION
2005-01-24Backport first-stab Interix support from lang/python23.tv1-1/+2
2004-08-29Extend some checks to also test for netbsd2 as sys.platform.recht1-2/+3
Bump PKGREVISIONS accordingly.
2004-05-16Build python module for zlib unconditionally. This makesminskim1-2/+2
python2[12]{,-pth} build on platforms where zlib.h is not in /usr/include.
2003-06-06update Python22 to 2.2.3drochner1-4/+5
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.
2003-04-08modify a selftest which uses unportable struct packing so that itdrochner1-1/+2
succeeds on alpha
2002-10-16Add an unofficial patch that allows xmlrpclib to supply Basic Auth.tsarna1-1/+2
Shouldn't affect other uses, just ads a missing feature.
2002-10-15Upgrade python22 package from 2.2.1 to 2.2.2.tsarna1-3/+3
Mostly bug fixes, a few enhancements, notably in the email package.
2002-09-24Add Zoularis/Linux supporttsarna1-2/+2
2002-04-15update to 2.2.1drochner1-6/+4
Changes: -Added new builtin function bool() and new builtin constants True and False to ease backporting of code developed for Python 2.3. In 2.2, bool() returns 1 or 0, True == 1, and False == 0. -C API: A type can now inherit its metatype from its base type. -Fixes
2002-04-09Teach the extension building process about buildlink, and allow passingjlam1-2/+3
LDFLAGS to the linker command when linking a python extension. This lets us pass the right flags to correctly find libraries required for certain extensions, e.g. zlib.so.
2002-03-22-remove hardwired "/usr/local" and "/usr/contrib" library search paths,drochner1-2/+4
as suggested by Johnny Lam -don't try to build the "locale" module - it doesn't work anyway -pull up a fix from Python CVS to get more consistent math exceptions (eg pow(1e-200,2) vs. math.pow(1e-200,2)) This will be part of 2.2.1.
2002-01-28-don't build modules which don't work on 64-bit platformsdrochner1-2/+2
-don't even try to build the curses modules - its failure is detected during build but this causes a lot of noise
2002-01-15initial import of a Python-2.2 pkgdrochner1-0/+6