2011-04-23 12:39:01 by Matthias Scheler | Files touched by this commit (1) |
Log message: Correct path to Python interpreter in all ".py" files to fix build with revision 1.26 of "pkgsrc/mk/check/check-interpreter.mk". Bump package revision because the binary package changed. |
2011-04-23 03:41:36 by OBATA Akio | Files touched by this commit (1) |
Log message: more replace interpreter line. |
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message: recursive bump from gettext-lib shlib bump. |
2011-04-15 19:23:24 by Matthias Drochner | Files touched by this commit (4) |
Log message: comment out BUILDLINK_INCDIRS/BUILDLINK_LIBDIRS/BUILDLINK_TRANSFORM definitions which do things behind the client pkgs back, in particular manipulate the library search path It is well possible that this causes some fallout, but I hope it will be small and can be dealt with on a per-pkg basis. (partly) suggested by Mark Davies on tech-pkg |
2011-03-28 18:00:07 by Matthias Drochner | Files touched by this commit (8) |
Log message: fix a security issue, using patches from upstream: stricter redirect handling in urllib, to prevent redirects to eg "file://" URLs (CVE-2011-1521) bump PKGREV |
2011-02-28 23:35:53 by Matthias Scheler | Files touched by this commit (3) |
Log message: Add fix for the information disclosure vulnerability reported in SA43463 taken from the Python SVN repository. |
2011-02-05 10:34:05 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message: Build shared library on OpenBSD too. |
2011-01-03 13:13:21 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: Fix find_library_file on Darwin |
2010-12-25 06:45:15 by OBATA Akio | Files touched by this commit (3) |
Log message: * Remove a redundant hunk for Darwin, * Use $(CC) for LDSHARED on NetBSD and DragonFly like any other. Fixes PR#42598 for that libpython will be linked with sufficient flags. Bump PKGREVISION. |
2010-11-23 09:24:05 by Matthias Scheler | Files touched by this commit (6) | |
Log message: Add fix for CVE-2010-3492 and update the fix for CVE-2010-3493. Both fixes taken from the Python 2.7 branch in the Python SVN repository. |