2014-07-26 08:19:38 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Reverting some changes which made building on Darwin to fail. |
2014-07-17 17:26:49 by Ryo ONODERA | Files touched by this commit (8) |
Log message: Fix SCO OpenServer 5.0.7/3.2 build. |
2014-07-02 11:53:16 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message: Changes 2.7.8: The openssl version bundled in the Windows installer has been updated. A regression in the mimetypes module on Windows has been fixed. A possible overflow in the buffer type has been fixed. A bug in the CGIHTTPServer module which allows arbitrary execution of code in \ the server root has been patched. A regression in the handling of UNC paths in os.path.join has been fixed |
2014-07-02 10:22:02 by Havard Eidnes | Files touched by this commit (4) |
Log message: Apply a fix for directory-traversal vulnerability, ref. http://bugs.python.org/issue21766 Bump PKGREVISION. |
2014-06-11 07:55:58 by Richard PALO | Files touched by this commit (3) |
Log message: avoid conflicting declaration of gethostname on SunOS |
2014-06-09 19:58:31 by Havard Eidnes | Files touched by this commit (7) |
Log message: Add patches to fix the remaining two functions reported as being 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 11:02:42 by OBATA Akio | Files touched by this commit (1) |
Log message: DLLs for PLIST.Cygwin are handled automatically now. |
2014-06-02 08:12:03 by Adam Ciarcinski | Files touched by this commit (7) |
Log message: Changes 2.7.7: 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 02:31:07 by OBATA Akio | Files touched by this commit (2) |
Log message: search openssl header file from prefered ssl_incs over system inc_dirs. |
2014-05-20 18:48:00 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Fix detecting OpenSSL, in particular on OS X. |