diff options
author | tonnerre <tonnerre> | 2009-12-20 16:12:06 +0000 |
---|---|---|
committer | tonnerre <tonnerre> | 2009-12-20 16:12:06 +0000 |
commit | 4cada72fe9ec062fbf8de79e34b422aa1cfd36ba (patch) | |
tree | 8e84bbf7172aa054e6f008d10709aa625fd75267 /sysutils/coreutils/Makefile | |
parent | f1114b5b1693560c4f3ef1726cc322ff4e77af82 (diff) | |
download | pkgsrc-4cada72fe9ec062fbf8de79e34b422aa1cfd36ba.tar.gz |
Add a fix for coreutils' CVE-2009-4135. Instead of using /tmp/coreutils
as temporary directory, use a directory in the builddir.
Diffstat (limited to 'sysutils/coreutils/Makefile')
-rw-r--r-- | sysutils/coreutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 1daa9d4a5be..81b3bee33fc 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2009/08/12 13:36:06 asau Exp $ +# $NetBSD: Makefile,v 1.50 2009/12/20 16:12:06 tonnerre Exp $ .include "../../sysutils/coreutils/Makefile.common" -PKGREVISION= 2 +PKGREVISION= 3 CONFLICTS= fileutils-[0-9]* gnuls-[0-9]* linuxls-[0-9]* sh-utils-[0-9]* textutils-[0-9]* |