Age | Commit message (Expand) | Author | Files | Lines |
2013-02-06 | PKGREVISION bumps for the security/openssl 1.0.1d update. | jperkin | 1 | -2/+2 |
2012-12-21 | Revert previous as it breaks clang. PR 47342 | dholland | 2 | -16/+5 |
2012-12-16 | Use -Werror=format when checking HAVE_ATTRIBUTE_FORMAT_PARSETUPLE, so | dholland | 2 | -5/+21 |
2012-10-02 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 |
2012-09-15 | recursive bump from libffi shlib major bump | obache | 1 | -2/+2 |
2012-08-14 | as with python27: avoid POSIX semaphores on NetBSD, this is broken | drochner | 3 | -3/+18 |
2012-05-13 | fixes reverse condition usage of CHECK_BUILTIN.openssl. | obache | 1 | -3/+3 |
2012-05-07 | Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) | dholland | 1 | -2/+2 |
2012-05-05 | Fix build of py26-expat against expat-2.0. Bump revision. | joerg | 2 | -1/+20 |
2012-04-14 | Update python26 to 2.6.8. | obache | 31 | -1468/+10 |
2012-03-25 | Add a fix for the DoS vulnerability reported in CVE-2012-1150 taken | tron | 29 | -5/+1445 |
2012-02-15 | add patch from Python issue#14001 to fix xmlrpc server endless loop | drochner | 3 | -3/+22 |
2012-01-18 | Revbump after updating db5 | adam | 1 | -1/+2 |
2011-12-16 | On SunOS, don't ever override _XOPEN_SOURCE if it is already set. | hans | 2 | -1/+16 |
2011-11-08 | Change a unused variable referacne to a fixed string that I missed when | sbd | 2 | -4/+4 |
2011-10-31 | Improve the gdbm_compat handling by searching any ndbm.h found for the | sbd | 2 | -14/+37 |
2011-10-28 | Internally, Python has a set of modules depending on "platform". The | dsainty | 2 | -7/+18 |
2011-10-18 | Deal with the fact that if /usr/include/ndbm.h exists on Linux it probably | sbd | 2 | -7/+14 |
2011-10-01 | Debian (and therefore Ubuntu) have taken to hiding some libraries | dsainty | 2 | -14/+42 |
2011-09-30 | Make this build on Mac OS X Lion. Fixes PR pkg/45389. | yyamano | 4 | -1/+228 |
2011-09-16 | Fix for intereger overflow when compiled with Clang | adam | 1 | -1/+8 |
2011-09-14 | Teach configure about SunOS 5.11, preventing some pyconfig.h weirdness. | hans | 2 | -5/+31 |
2011-09-12 | Fix build on MirBSD by adding the respective stanzas to configure and fix | bsiegert | 4 | -11/+46 |
2011-06-04 | Update python26 to 2.6.7. | obache | 5 | -60/+7 |
2011-05-15 | Recent SunOS has netpacket/packet.h, but it is not what Python expects. | hans | 1 | -1/+2 |
2011-04-23 | Correct path to Python interpreter in all ".py" files to fix build | tron | 1 | -12/+3 |
2011-04-23 | more replace interpreter line. | obache | 1 | -1/+8 |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 2 | -3/+4 |
2011-04-15 | comment out BUILDLINK_INCDIRS/BUILDLINK_LIBDIRS/BUILDLINK_TRANSFORM | drochner | 1 | -4/+4 |
2011-03-28 | fix a security issue, using patches from upstream: | drochner | 4 | -3/+55 |
2011-02-28 | Add fix for the information disclosure vulnerability reported in SA43463 | tron | 3 | -3/+100 |
2011-02-05 | Build shared library on OpenBSD too. | hiramatsu | 2 | -4/+4 |
2011-01-03 | Fix find_library_file on Darwin | adam | 1 | -1/+7 |
2010-12-25 | * Remove a redundant hunk for Darwin, | obache | 3 | -20/+14 |
2010-11-23 | Add fix for CVE-2010-3492 and update the fix for CVE-2010-3493. Both | tron | 6 | -43/+224 |
2010-11-17 | Add fix for SA41968 (CVE-2010-3493) from the 2.7 branch repo | tez | 3 | -3/+43 |
2010-09-22 | Remove unwanted hunk from patch-au. | obache | 2 | -18/+5 |
2010-09-17 | Share distfile related information for each python variants with | obache | 2 | -7/+12 |
2010-09-16 | fixes one more typo in comments. | obache | 2 | -4/+4 |
2010-09-16 | some fixes and improvements | obache | 6 | -18/+13 |
2010-09-07 | bump PKGREV for recent change, requested by tron | drochner | 1 | -1/+2 |
2010-09-06 | -add workaround for bind_textdomain_codeset()-problem like in python25 | drochner | 6 | -22/+18 |
2010-09-04 | Update to python-2.6.6. | obache | 14 | -499/+193 |
2010-06-29 | Add fix for CVE-2010-2089 taken from Red Hat's Bugzilla database. | tron | 3 | -2/+330 |
2010-06-05 | pydoc needs to be an alternative | lukem | 1 | -0/+1 |
2010-05-02 | Update to 2.6.5: | wiz | 8 | -74/+87 |
2010-04-18 | Nav.o now gets build and installed on 64-bit Mac OS X | adam | 2 | -8/+3 |
2010-02-11 | Because we unconditionally try to build the bsddb module now, | tnn | 2 | -11/+11 |
2010-02-11 | remove unused vars | tnn | 1 | -3/+1 |
2010-02-11 | Try to deal with building dbm.so in case of BDB_TYPE=db4. | tnn | 2 | -12/+23 |