Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-15 | apply fix for CVE-2012-0845 to other Python versions too | drochner | 3 | -3/+22 | |
(2.4 is not affected) | |||||
2012-01-18 | Revbump after updating db5 | adam | 1 | -2/+2 | |
2011-12-16 | On SunOS, don't ever override _XOPEN_SOURCE if it is already set. | hans | 2 | -1/+16 | |
Fixes build on SunOS with gcc>=4.6. | |||||
2011-11-08 | Change a unused variable referacne to a fixed string that I missed when | sbd | 2 | -4/+4 | |
coping the Mac OS X sdk filename handling. Thank to Matthias Rampke in PR#45581 for catching this. | |||||
2011-10-31 | Improve the gdbm_compat handling by searching any ndbm.h found for the | sbd | 2 | -32/+43 | |
string 'This file is part of GDBM' and ignoring it if it dose. Thanks to obache@ for the idea. | |||||
2011-10-18 | Deal with the fact that if /usr/include/ndbm.h exists on Linux it probably | sbd | 2 | -5/+34 | |
belongs to gdbm_compat. I.E. _don't_ use ndbm on Linux. | |||||
2011-09-14 | No more sunaudiodev in Python 3.1 | hans | 1 | -5/+1 | |
2011-09-10 | Fixes disabling pyexpat module. | obache | 4 | -7/+7 | |
PR pkg/45345 by Pierre Allegraud. Bump PKGREVISION. | |||||
2011-09-06 | PLIST fix for Linux | cheusov | 1 | -2/+2 | |
2011-09-06 | revert previous commit | cheusov | 1 | -2/+2 | |
2011-09-06 | PLIST fix for Linux | cheusov | 1 | -2/+2 | |
2011-06-22 | PLIST fix for Darwin + pkglint cosmetics | adam | 3 | -492/+9 | |
2011-06-17 | Add missing custom PLIST entries for _sha256.so and _sha512.so | reed | 4 | -11/+20 | |
for some systems that have older openssl. (The Makefile part was already there but was unused.) Also replace interpreter for all scripts. This caused the build attempt to rebuild opcode_targets.h. But that uses "python" which does not exist yet. | |||||
2011-06-17 | Add python3.1 version 3.1.4. | reed | 23 | -0/+5084 | |
I will commit some additional changes for this separately. |