diff options
author | drochner <drochner@pkgsrc.org> | 2008-04-11 10:44:08 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-04-11 10:44:08 +0000 |
commit | b9e90c2488ee8965c3a07dee075ba3b29b3d9c29 (patch) | |
tree | fc851de1d0e0dcac8137976d5a80432ea6e56a14 | |
parent | 95931af4964d6bbb94529ffde9a4704f44056b96 (diff) | |
download | pkgsrc-b9e90c2488ee8965c3a07dee075ba3b29b3d9c29.tar.gz |
update to 2.4.5
This release includes just a small number of fixes, primarily preventing
crashes of the interpreter in certain boundary cases.
-rw-r--r-- | lang/python24/Makefile | 9 | ||||
-rw-r--r-- | lang/python24/PLIST.common | 3 | ||||
-rw-r--r-- | lang/python24/distinfo | 8 |
3 files changed, 9 insertions, 11 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 9cb2b700f32..80edd24bbdc 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2008/04/11 10:32:33 drochner Exp $ +# $NetBSD: Makefile,v 1.42 2008/04/11 10:44:08 drochner Exp $ -DISTNAME= Python-2.4.4 -PKGNAME= python24-2.4.4 -PKGREVISION= 2 +DISTNAME= Python-2.4.5 +PKGNAME= python24-2.4.5 CATEGORIES= lang python -MASTER_SITES= http://www.python.org/ftp/python/2.4.4/ +MASTER_SITES= http://www.python.org/ftp/python/2.4.5/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org diff --git a/lang/python24/PLIST.common b/lang/python24/PLIST.common index 4f99fff2e5d..2b0bba56468 100644 --- a/lang/python24/PLIST.common +++ b/lang/python24/PLIST.common @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST.common,v 1.8 2007/06/08 14:16:15 wiz Exp $ +@comment $NetBSD: PLIST.common,v 1.9 2008/04/11 10:44:08 drochner Exp $ bin/pydoc${PY_VER_SUFFIX} bin/python${PY_VER_SUFFIX} bin/smtpd${PY_VER_SUFFIX}.py include/python${PY_VER_SUFFIX}/Python.h -include/python${PY_VER_SUFFIX}/Python-ast.h include/python${PY_VER_SUFFIX}/abstract.h include/python${PY_VER_SUFFIX}/bitset.h include/python${PY_VER_SUFFIX}/boolobject.h diff --git a/lang/python24/distinfo b/lang/python24/distinfo index 978cb809998..133932011b4 100644 --- a/lang/python24/distinfo +++ b/lang/python24/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2008/04/11 10:32:33 drochner Exp $ +$NetBSD: distinfo,v 1.28 2008/04/11 10:44:08 drochner Exp $ -SHA1 (Python-2.4.4.tar.bz2) = 9e0971f93df8acbd947378d0d16a32fcc8897ba2 -RMD160 (Python-2.4.4.tar.bz2) = 4c7b5b70178fe69881b62201ef0bab55037d8708 -Size (Python-2.4.4.tar.bz2) = 8158073 bytes +SHA1 (Python-2.4.5.tar.bz2) = 6e9e1ac2b70cc10c36063a25ab5a5ddb53177107 +RMD160 (Python-2.4.5.tar.bz2) = b43f2114697be751f03ec7cfb46f8c4946a73097 +Size (Python-2.4.5.tar.bz2) = 8159705 bytes SHA1 (patch-aa) = 310309e6778fd809b7758efa8db7333ed498e5e5 SHA1 (patch-ab) = 98b94620baf5d9d5e8681529297124c2d07a901b SHA1 (patch-ac) = 4a7a83c9a7bb26254d17907fe15f895276910364 |