diff options
author | gdt <gdt@pkgsrc.org> | 2010-04-07 14:57:49 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2010-04-07 14:57:49 +0000 |
commit | 29567e1e5b787f62cd0377185ef618d8449b6045 (patch) | |
tree | 8968efe2465bdf74391567bc3d3566d0c7da5b87 /lang/python25/distinfo | |
parent | 780856b068b485811befc0b0f5aa2fe71349ac43 (diff) | |
download | pkgsrc-29567e1e5b787f62cd0377185ef618d8449b6045.tar.gz |
Update to 2.5.5, a minor security fix release with very few changes relative to 2.5.4.
(ok to update during freeze by wiz@)
Extension Modules
-----------------
- expat: Fix DoS via XML document with malformed UTF-8 sequences
(CVE_2009_3560).
- expat: Fix DoS via malformed XML (CVE-2009-3720).
Core and builtins
-----------------
- Issue #6990: Fix threading.local subclasses leaving old state around
after a reference cycle GC which could be recycled by new locals.
Library
-------
- Issue #7403: logging: Fixed possible race condition in lock creation.
- Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop
forever on incomplete input. That caused tarfile.open() to hang when used
with mode 'r' or 'r:bz2' and a fileobj argument that contained no data or
partial bzip2 compressed data.
Diffstat (limited to 'lang/python25/distinfo')
-rw-r--r-- | lang/python25/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python25/distinfo b/lang/python25/distinfo index 4f95f6e8823..f98caa303ca 100644 --- a/lang/python25/distinfo +++ b/lang/python25/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2010/01/27 08:43:04 wiz Exp $ +$NetBSD: distinfo,v 1.13 2010/04/07 14:57:49 gdt Exp $ -SHA1 (Python-2.5.4.tar.bz2) = 0f2e819d6381f72f26c734e00a6780b3933ea404 -RMD160 (Python-2.5.4.tar.bz2) = 3a76c83464c3b1c38a60351ab054e33ac7195663 -Size (Python-2.5.4.tar.bz2) = 9821313 bytes +SHA1 (Python-2.5.5.tar.bz2) = dcf1abd94a1ab4155dcd3668cca42c5bfc81159f +RMD160 (Python-2.5.5.tar.bz2) = 4754238d415142466778560d989582464385654c +Size (Python-2.5.5.tar.bz2) = 9822917 bytes SHA1 (patch-aa) = d44e67645dc86ff14f5daf5705de02c6f330cc48 SHA1 (patch-ab) = d35025df83e70d129f9fbcd277652b0eea83b026 SHA1 (patch-ac) = 4de5b8dc20b41dc3bb4acd38011ef59570318d3f |