diff options
author | tonio <tonio@pkgsrc.org> | 2006-11-03 18:19:07 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-11-03 18:19:07 +0000 |
commit | fbeafb3c91d66fb086a6ea3b5a8013862a938c4a (patch) | |
tree | f50a549bdcb9380437e631a0573c0ad3c17f9f7b /mail/mutt-devel/Makefile | |
parent | df66ce977514826bc065a1362c151ba7667bc45c (diff) | |
download | pkgsrc-fbeafb3c91d66fb086a6ea3b5a8013862a938c4a.tar.gz |
Make sure that a temporary has been opened with proper permissions.
Fixes the security problem reported in CVE-2006-5298.
Patch from tron@ for the mail/mutt package
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 5d3d9bae670..c45eaecfb78 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2006/08/16 10:42:05 tonio Exp $ +# $NetBSD: Makefile,v 1.53 2006/11/03 18:19:07 tonio Exp $ DISTNAME= mutt-1.5.13 +PKGREVISION= 1 CATEGORIES= mail MUTT_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ |