diff options
author | drochner <drochner> | 2003-01-22 17:05:33 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-01-22 17:05:33 +0000 |
commit | 79231330aa96647d2efc04f40398be066c9f2438 (patch) | |
tree | fdaa8e6a43722a22b99305e958558b2ed949b96e /lang/python21-pth/Makefile | |
parent | 3691e781b23985cd4abb890c002b515c6e45f9be (diff) | |
download | pkgsrc-79231330aa96647d2efc04f40398be066c9f2438.tar.gz |
security fix: don't use guessable temp file names in execvpe()
Diffstat (limited to 'lang/python21-pth/Makefile')
-rw-r--r-- | lang/python21-pth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python21-pth/Makefile b/lang/python21-pth/Makefile index 8d178983351..6ac36ab0de2 100644 --- a/lang/python21-pth/Makefile +++ b/lang/python21-pth/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2002/09/04 14:25:17 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/22 17:05:33 drochner Exp $ # DISTNAME= Python-2.1.3 PKGNAME= python21-pth-2.1.3 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.python.org/pub/python/2.1.3/ EXTRACT_SUFX= .tgz |