2013-04-29 12:49:41 by Thomas Klausner | Files touched by this commit (25) | |
Log message:
Remove python31.
There are three python3 versions in pkgsrc, python31, python32 and
python33.
The last published update for python was only released for python27,
python32 and python33 -- not for python31.
No reason for keeping python31 was brought up in two weeks
on pkgsrc-users, so remove it.
|
2013-02-08 13:23:25 by Thomas Klausner | Files touched by this commit (2) |
Log message:
When using destdir, the clean stage isn't privileged.
|
2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) | |
Log message:
PKGREVISION bumps for the security/openssl 1.0.1d update.
|
2012-10-02 22:11:57 by Aleksej Saushev | Files touched by this commit (187) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-09-15 12:07:21 by OBATA Akio | Files touched by this commit (1789) | |
Log message:
recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
2012-05-13 11:00:43 by OBATA Akio | Files touched by this commit (4) |
Log message:
fixes reverse condition usage of CHECK_BUILTIN.openssl.
|
2012-04-14 13:22:07 by OBATA Akio | Files touched by this commit (4) |
Log message:
Update python31 to 3.1.5.
(CVE-2012-0845 is already fixed in pkgsrc)
What's New in Python 3.1.5?
===========================
*Release date: 2012-04-08*
Core and Builtins
-----------------
- Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED
environment variable, to provide an opt-in way to protect against denial of
service attacks due to hash collisions within the dict and set types. Patch
by David Malcolm, based on work by Victor Stinner.
Library
-------
- Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash
table internal to the pyexpat module's copy of the expat library to avoid a
denial of service due to hash collisions. Patch by David Malcolm with some
modifications by the expat project.
- Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in
SimpleXMLRPCServer upon malformed POST request.
- Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC
IV attack countermeasure.
- Issue #11603: Fix a crash when __str__ is rebound as __repr__. Patch by
Andreas Stührk.
|
2012-03-22 10:24:53 by OBATA Akio | Files touched by this commit (1) |
Log message:
also drop idle3.1 from ALTERNATIVES.
|
2012-03-22 10:20:43 by Mark Davies | Files touched by this commit (4) |
Log message:
Don't install idle3.1. It requires _tkinter which is split out to a
separate package. We have a separate package for idle (py-idle).
|
2012-03-08 08:23:39 by Steven Drake | Files touched by this commit (2) |
Log message:
python install different files on Linux-2.* and Linux-3.*
|