| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-07-05 | Pullup ticket #4441 - requested by he | tron | 4 | -8/+54 | |
| lang/python27: security patch Revisions pulled up: - lang/python27/distinfo 1.43 - lang/python27/patches/patch-Lib_CGIHTTPServer.py 1.1 - lang/python27/patches/patch-Lib_test_test__httpservers.py 1.1 - lang/python27/patches/patch-Misc_NEWS 1.4 --- Module Name: pkgsrc Committed By: he Date: Wed Jul 2 08:22:02 UTC 2014 Modified Files: pkgsrc/lang/python27: distinfo pkgsrc/lang/python27/patches: patch-Misc_NEWS Added Files: pkgsrc/lang/python27/patches: patch-Lib_CGIHTTPServer.py patch-Lib_test_test__httpservers.py Log Message: Apply a fix for directory-traversal vulnerability, ref. http://bugs.python.org/issue21766 Bump PKGREVISION. | |||||
| 2014-06-11 | avoid conflicting declaration of gethostname on SunOS | richard | 3 | -3/+22 | |
| 2014-06-09 | Add patches to fix the remaining two functions reported as being | he | 7 | -2/+200 | |
| vulnerable to CVE-2013-1752, following the general theme of overflow of line lengths. This fixes the smtp and pop functions. Taken / adapted from http://bugs.python.org/issue16041 and http://bugs.python.org/issue16042. PKGREVISION bumped. | |||||
| 2014-06-08 | DLLs for PLIST.Cygwin are handled automatically now. | obache | 1 | -2/+0 | |
| 2014-06-02 | Changes 2.7.7: | adam | 7 | -87/+98 | |
| This is a regularly scheduled 2.7 series bugfix and includes numerous bugfixes (http://hg.python.org/cpython/raw-file/f89216059edf/Misc/NEWS) over 2.7.6. | |||||
| 2014-05-21 | search openssl header file from prefered ssl_incs over system inc_dirs. | obache | 2 | -6/+20 | |
| 2014-05-20 | Fix detecting OpenSSL, in particular on OS X. | adam | 2 | -17/+5 | |
| 2014-05-10 | SA56624 is CVE-2014-1912. | obache | 2 | -4/+4 | |
| 2014-04-13 | Reapply reverted commit from obache@. Original description: | bsiegert | 3 | -10/+40 | |
| Prevent to detect unwanted builtin openssl. After bump of BUILDLINK_API_DEPENDS.openssl to 1.0.1c, buitin openssl is not acceptable for various platforms. | |||||
| 2014-03-27 | Update readline-6.3 patch from upstream, for builtin GNU readline<4.2. | obache | 2 | -9/+31 | |
| 2014-03-27 | revert last commit, should not be committed during freeze. | obache | 3 | -40/+10 | |
| 2014-03-27 | Prevent to detect unwanted builtin openssl. | obache | 3 | -10/+40 | |
| After bump of BUILDLINK_API_DEPENDS.openssl to 1.0.1c, buitin openssl is not acceptable for various platforms. | |||||
| 2014-03-15 | Fix py-readline build with readline 6.3. | dholland | 2 | -1/+24 | |
| 2014-03-12 | For smtpd.py, only rename with ${PYVERSUFFIX} to be installed as a tool, | obache | 5 | -11/+12 | |
| or rename of module name affect to other parts using this module. Noticed by Benjamin Lorenz in tech-pkg@. Additionally, set ALTERNATIVE for bin/smtpd.py. | |||||
| 2014-02-12 | Remove now unnecessary package list handling for OpenSSL 0.9.*. | tron | 2 | -14/+2 | |
| 2014-02-12 | Recursive PKGREVISION bump for OpenSSL API version bump. | tron | 1 | -2/+2 | |
| 2014-02-09 | Add fix for security vulnerability reported in SA56624. | tron | 3 | -2/+23 | |
| Patch taken from Python Mercurial repository. | |||||
| 2013-12-14 | The nullbytecert.pem is actually part of Python 2.7.6 so trying to patch it | bsiegert | 2 | -100/+1 | |
| into existence fails on MirBSD. Remove the patch, which is no longer needed. | |||||
| 2013-12-12 | Search the SDK path on OSX, otherwise for Xcode 5 certain modules will not | jperkin | 1 | -1/+7 | |
| be built, due to the headers not being installed in /usr/include by default. | |||||
| 2013-11-12 | Changes 2.7.6: | adam | 8 | -213/+60 | |
| This is a 2.7 series bugfix release. Most importantly, it resolves an issue that caused the interactive prompt to crash on OS X 10.9. It also includes numerous bugfixes over 2.7.5. | |||||
| 2013-11-10 | Fixes missing rpath in pkg-config file. | obache | 1 | -2/+4 | |
| Bump PKGREVISION. | |||||
| 2013-10-15 | PowerPC64 is a 64bit platform. | joerg | 1 | -2/+2 | |
| 2013-09-20 | Bump PKGREVISION. | ryoon | 1 | -2/+3 | |
| * Pass /usr/bin/env interpreter check for more files, fix build on OmniOS. | |||||
| 2013-09-13 | don't set Mac OS X target version: stick to the current one | adam | 2 | -3/+13 | |
| 2013-09-10 | Always pass rpath argument with -Wl prefix, especially if clang is not called | joerg | 3 | -6/+18 | |
| gcc. Bump revision. | |||||
| 2013-08-18 | patch for CVE-2013-4238 taken from | spz | 7 | -5/+291 | |
| http://hg.python.org/cpython/rev/bd2360476bdb | |||||
| 2013-07-15 | * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes | ryoon | 1 | -2/+1 | |
| are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk". | |||||
| 2013-05-27 | This is a 2.7 series bugfix release. It contains several regression fixes to ↵ | adam | 4 | -11/+16 | |
| 2.7.4. Modules with regressions fixed include zipfile, gzip, and logging. | |||||
| 2013-05-19 | dylib entry not needed in PLIST.Darwin | adam | 1 | -2/+1 | |
| 2013-04-17 | Improve Cygwin support. | obache | 8 | -3/+117 | |
| 2013-04-17 | Add MKDIR_P to the configure env. | sbd | 1 | -1/+2 | |
| 2013-04-13 | Cygwin also require gmake to build. | obache | 1 | -2/+2 | |
| 2013-04-12 | Changes 2.7.4: | adam | 15 | -308/+109 | |
| This is a 2.7 series bugfix release. It includes hundreds of bugfixes over 2.7.3. | |||||
| 2013-02-08 | When using destdir, the clean stage isn't privileged. | wiz | 1 | -1/+3 | |
| 2013-02-06 | PKGREVISION bumps for the security/openssl 1.0.1d update. | jperkin | 1 | -2/+2 | |
| 2012-12-21 | Revert previous; Joerg says it breaks on clang. (It would be nice if | dholland | 2 | -14/+3 | |
| clang didn't masquerade as gcc and then turn out to be incompatible.) Reopens PR 47342, but I'll deal. | |||||
| 2012-12-16 | Use -Werror=format when checking HAVE_ATTRIBUTE_FORMAT_PARSETUPLE, so | dholland | 2 | -3/+19 | |
| injecting -Wall -Wno-error does not cause the test to produce the wrong answer. (If it does, the wrong information is installed in /usr/include, and ultimately provokes PR 47342.) | |||||
| 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 | |
| (additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update) | |||||
| 2012-08-14 | avoid POSIX semaphores on NetBSD -- at least on -current they cause | drochner | 3 | -2/+18 | |
| serious misbehavior (access to closed file descriptors, fd leaks) which makes eg xentools completely unusable bump PKGREV | |||||
| 2012-05-13 | fixes reverse condition usage of CHECK_BUILTIN.openssl. | obache | 1 | -3/+3 | |
| 2012-05-10 | "sys.platform is now always 'linux2' on Linux", so revert the linux3 handling | sbd | 2 | -6/+4 | |
| and always set PY_PLATNAME to 'linux2'. | |||||
| 2012-05-07 | Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) | dholland | 1 | -2/+2 | |
| It turns out there were a lot of these. | |||||
| 2012-04-13 | Changes 2.7.3: | adam | 37 | -3293/+47 | |
| * An ordered dictionary type * New unittest features including test skipping, new assert methods, and test discovery * A much faster io module * Automatic numbering of fields in the str.format() method * Float repr improvements backported from 3.x * Tile support for Tkinter * A backport of the memoryview object from 3.x * Set literals * Set and dictionary comprehensions * Dictionary views * New syntax for nested with statements * The sysconfig module | |||||
| 2012-03-27 | Fix build on OpenBSD-5.x, treat same as OpenBSD-4.[789]. | obache | 2 | -4/+13 | |
| 2012-03-24 | Add a fix for the DoS vulnerability reported in CVE-2012-1150 taken | tron | 29 | -9/+3238 | |
| from the Python Mercurial repository. | |||||
| 2012-03-16 | Pickup PLIST.Linux2 from python27 not python24 - fix build on at least ↵ | abs | 1 | -2/+2 | |
| RedHat ES 5.6 | |||||
| 2012-03-05 | python install different files on Linux-2.* and Linux-3.* | sbd | 2 | -2/+6 | |
| 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 | -1/+2 | |
