diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2008-06-04 22:10:11 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2008-06-04 22:10:11 +0000 |
commit | 8ec9420050f914387695543be6a4db725e41acc2 (patch) | |
tree | 61a1679e2b36bc5b29ed08d6d2328213d4b82464 /textproc/po4a/Makefile | |
parent | 1608cc891d3b07902fc3ce1300b5dbb50c78af56 (diff) | |
download | pkgsrc-8ec9420050f914387695543be6a4db725e41acc2.tar.gz |
Stop po4a from writing files with known names into world-writable directories.
Fixes CVE-2007-4462.
Diffstat (limited to 'textproc/po4a/Makefile')
-rw-r--r-- | textproc/po4a/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/po4a/Makefile b/textproc/po4a/Makefile index b5ab72df6cd..1bdcc562d62 100644 --- a/textproc/po4a/Makefile +++ b/textproc/po4a/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2007/07/25 17:13:58 he Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/04 22:10:11 tonnerre Exp $ # DISTNAME= po4a-0.23 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://alioth.debian.org/download.php/1317/ |