diff options
author | drochner <drochner@pkgsrc.org> | 2008-08-05 10:13:34 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-08-05 10:13:34 +0000 |
commit | ed29f353e53a586e49614169cfc64033e6106bd9 (patch) | |
tree | 65242015e7a4059c45576f2449fc16053cffc6c9 /lang/python24/Makefile | |
parent | 8006572be3026bfc9c8a65f2ba57bf00f5a68cb3 (diff) | |
download | pkgsrc-ed29f353e53a586e49614169cfc64033e6106bd9.tar.gz |
add patches from upstream svn rev.65333, fix integer overflows in
memory allocation (CVE-2008-2315)
Diffstat (limited to 'lang/python24/Makefile')
-rw-r--r-- | lang/python24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index e4dc5d65048..1b28e0f0ad0 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2008/07/14 14:42:51 joerg Exp $ +# $NetBSD: Makefile,v 1.45 2008/08/05 10:13:34 drochner Exp $ DISTNAME= Python-2.4.5 PKGNAME= python24-2.4.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang python MASTER_SITES= http://www.python.org/ftp/python/2.4.5/ EXTRACT_SUFX= .tar.bz2 |