summaryrefslogtreecommitdiff
path: root/lang/python26
AgeCommit message (Expand)AuthorFilesLines
2012-05-13fixes reverse condition usage of CHECK_BUILTIN.openssl.obache1-3/+3
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
2012-05-05Fix build of py26-expat against expat-2.0. Bump revision.joerg2-1/+20
2012-04-14Update python26 to 2.6.8.obache31-1468/+10
2012-03-25Add a fix for the DoS vulnerability reported in CVE-2012-1150 takentron29-5/+1445
2012-02-15add patch from Python issue#14001 to fix xmlrpc server endless loopdrochner3-3/+22
2012-01-18Revbump after updating db5adam1-1/+2
2011-12-16On SunOS, don't ever override _XOPEN_SOURCE if it is already set.hans2-1/+16
2011-11-08Change a unused variable referacne to a fixed string that I missed whensbd2-4/+4
2011-10-31Improve the gdbm_compat handling by searching any ndbm.h found for thesbd2-14/+37
2011-10-28Internally, Python has a set of modules depending on "platform". Thedsainty2-7/+18
2011-10-18Deal with the fact that if /usr/include/ndbm.h exists on Linux it probablysbd2-7/+14
2011-10-01Debian (and therefore Ubuntu) have taken to hiding some librariesdsainty2-14/+42
2011-09-30Make this build on Mac OS X Lion. Fixes PR pkg/45389.yyamano4-1/+228
2011-09-16Fix for intereger overflow when compiled with Clangadam1-1/+8
2011-09-14Teach configure about SunOS 5.11, preventing some pyconfig.h weirdness.hans2-5/+31
2011-09-12Fix build on MirBSD by adding the respective stanzas to configure and fixbsiegert4-11/+46
2011-06-04Update python26 to 2.6.7.obache5-60/+7
2011-05-15Recent SunOS has netpacket/packet.h, but it is not what Python expects.hans1-1/+2
2011-04-23Correct path to Python interpreter in all ".py" files to fix buildtron1-12/+3
2011-04-23more replace interpreter line.obache1-1/+8
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2011-04-15comment out BUILDLINK_INCDIRS/BUILDLINK_LIBDIRS/BUILDLINK_TRANSFORMdrochner1-4/+4
2011-03-28fix a security issue, using patches from upstream:drochner4-3/+55
2011-02-28Add fix for the information disclosure vulnerability reported in SA43463tron3-3/+100
2011-02-05Build shared library on OpenBSD too.hiramatsu2-4/+4
2011-01-03Fix find_library_file on Darwinadam1-1/+7
2010-12-25* Remove a redundant hunk for Darwin,obache3-20/+14
2010-11-23Add fix for CVE-2010-3492 and update the fix for CVE-2010-3493. Bothtron6-43/+224
2010-11-17Add fix for SA41968 (CVE-2010-3493) from the 2.7 branch repotez3-3/+43
2010-09-22Remove unwanted hunk from patch-au.obache2-18/+5
2010-09-17Share distfile related information for each python variants withobache2-7/+12
2010-09-16fixes one more typo in comments.obache2-4/+4
2010-09-16some fixes and improvementsobache6-18/+13
2010-09-07bump PKGREV for recent change, requested by trondrochner1-1/+2
2010-09-06-add workaround for bind_textdomain_codeset()-problem like in python25drochner6-22/+18
2010-09-04Update to python-2.6.6.obache14-499/+193
2010-06-29Add fix for CVE-2010-2089 taken from Red Hat's Bugzilla database.tron3-2/+330
2010-06-05pydoc needs to be an alternativelukem1-0/+1
2010-05-02Update to 2.6.5:wiz8-74/+87
2010-04-18Nav.o now gets build and installed on 64-bit Mac OS Xadam2-8/+3
2010-02-11Because we unconditionally try to build the bsddb module now,tnn2-11/+11
2010-02-11remove unused varstnn1-3/+1
2010-02-11Try to deal with building dbm.so in case of BDB_TYPE=db4.tnn2-12/+23
2010-02-11Avoid accessing an unused variable in the case that no dbm headers arejoerg2-5/+20
2010-01-26Fix build problems under Mac OS X reported by Taylor R Campbelltron4-9/+8
2010-01-21Added LICENSE information for Python. The license was approved by OSIheinz1-1/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-12-20Disable ipv6 on Tru64, configure complains about buggy getaddrinfo()tnn1-1/+6
2009-11-16Teach plistlib to parse unsigned integers as externalized by NetBSD proplib(3).jakllsch3-3/+19