diff options
author | tron <tron> | 2006-11-01 13:32:32 +0000 |
---|---|---|
committer | tron <tron> | 2006-11-01 13:32:32 +0000 |
commit | db9cb031d86c96851435ff2f9355a25ed8e71668 (patch) | |
tree | 989b78709d3f412f9fa2b0abd36e4e322fbb18ba /mail/mutt/Makefile | |
parent | f1aa1f5261337e610269b09fb932a321239b7f7b (diff) | |
download | pkgsrc-db9cb031d86c96851435ff2f9355a25ed8e71668.tar.gz |
Make sure that a temporary has been opened with proper permissions.
That fixes the security problem reported in CVE-2006-5298.
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 1ef5c3f257b..333c2c78402 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.144 2006/07/14 19:55:56 tron Exp $ +# $NetBSD: Makefile,v 1.145 2006/11/01 13:32:32 tron Exp $ DISTNAME= mutt-1.4.2.2i +PKGREVISION= 1 PKGNAME= ${DISTNAME:C/i$//} CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ |