summaryrefslogtreecommitdiff
path: root/lang/python22/patches
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10Fixed mremap on NetBSD.rillig1-0/+15
2006-04-13Strip of anything after the version number in distutils.util.get_platformjoerg1-0/+13
on DragonFly. Since that version is used e.g. as part of the file name for python eggs, it makes handling easier to match normal pkgsrc platform policy. Bump revisions of all Python packages.
2006-01-09Add DragonFly support. While here, add netbsd4 for future joy.joerg5-18/+104
Use PTHREAD_* instead of hardcoded -lpthread.
2005-11-16Fix Python's makesetup script to treat -pthread as linker flag.joerg1-0/+12
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 PCRErecht3-0/+100
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-04apply the security fix fromdrochner1-0/+70
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-0/+30
2004-08-29Extend some checks to also test for netbsd2 as sys.platform.recht2-4/+42
Bump PKGREVISIONS accordingly.
2004-05-16Build python module for zlib unconditionally. This makesminskim1-13/+38
python2[12]{,-pth} build on platforms where zlib.h is not in /usr/include.
2003-06-06update Python22 to 2.2.3drochner2-15/+28
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-0/+13
succeeds on alpha
2002-10-16Add an unofficial patch that allows xmlrpclib to supply Basic Auth.tsarna1-0/+88
Shouldn't affect other uses, just ads a missing feature.
2002-09-24Add Zoularis/Linux supporttsarna1-5/+52
2002-04-15update to 2.2.1drochner3-73/+11
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 passingjlam2-14/+54
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,drochner3-4/+107
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-3/+32
-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 pkgdrochner2-0/+23