diff options
author | drochner <drochner@pkgsrc.org> | 2011-05-07 14:32:02 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-05-07 14:32:02 +0000 |
commit | de69eb8385daf11ebbefa214051de9e890aec35d (patch) | |
tree | 5f413777a59e0937f18e354cf65dacf3c32ee57c /mail/exim/Makefile | |
parent | 9ef496041f738ef984b8d8c865fb83c75078c123 (diff) | |
download | pkgsrc-de69eb8385daf11ebbefa214051de9e890aec35d.tar.gz |
add patch from upstream to fix format string vulnerability (CVE-2011-1764)
bump PKGREV
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 1a93c4df290..c00a67a32ba 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.106 2011/03/22 13:52:19 adam Exp $ +# $NetBSD: Makefile,v 1.107 2011/05/07 14:32:02 drochner Exp $ DISTNAME= exim-4.75 +PKGREVISION= 1 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ http://dl.ambiweb.de/mirrors/ftp.exim.org/exim/exim4/ |