diff options
author | itojun <itojun@pkgsrc.org> | 2001-08-21 06:49:53 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-08-21 06:49:53 +0000 |
commit | 6a9a83339064d2dbbcf47bd3b60bdaeab9a06f7c (patch) | |
tree | ec0813b85cc58a254ef326552086b75d14170e0f /mail/sendmail/Makefile | |
parent | d4f0e2715c518b03d83b14681d3299bf9b207550 (diff) | |
download | pkgsrc-6a9a83339064d2dbbcf47bd3b60bdaeab9a06f7c.tar.gz |
upgrade to 8.11.6. fixes a security problem with command line processing.
Diffstat (limited to 'mail/sendmail/Makefile')
-rw-r--r-- | mail/sendmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index fb23c687a54..0b0bb56b1d4 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2001/08/01 02:39:38 itojun Exp $ +# $NetBSD: Makefile,v 1.39 2001/08/21 06:49:53 itojun Exp $ -DISTNAME= sendmail.8.11.5 -PKGNAME= sendmail-8.11.5 +DISTNAME= sendmail.8.11.6 +PKGNAME= sendmail-8.11.6 CATEGORIES= mail MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/sendmail/ \ |