From 68e596d531d7ed7126b82c8ebc74a14d917c2259 Mon Sep 17 00:00:00 2001 From: gdt Date: Wed, 7 Apr 2010 14:57:49 +0000 Subject: 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. --- lang/python25/Makefile | 9 ++++----- lang/python25/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'lang/python25') diff --git a/lang/python25/Makefile b/lang/python25/Makefile index 6bad9cf3fdb..84ca90458cc 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2010/01/27 08:43:04 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2010/04/07 14:57:49 gdt Exp $ -DISTNAME= Python-2.5.4 -PKGNAME= python25-2.5.4 -PKGREVISION= 5 +DISTNAME= Python-2.5.5 +PKGNAME= python25-2.5.5 CATEGORIES= lang python -MASTER_SITES= http://www.python.org/ftp/python/2.5.4/ +MASTER_SITES= http://www.python.org/ftp/python/2.5.5/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org 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 -- cgit v1.2.3