diff options
author | itojun <itojun> | 2001-08-01 02:39:38 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-08-01 02:39:38 +0000 |
commit | cf461bc75e0c67ce0c288315ddc4e4110edb5f80 (patch) | |
tree | ffa59705433b29912a2f56933a30c77b8173a4a9 /mail/sendmail/Makefile | |
parent | 826c2ec8f53f5fd1ca0e403da00215eb3904b689 (diff) | |
download | pkgsrc-cf461bc75e0c67ce0c288315ddc4e4110edb5f80.tar.gz |
upgrade to 8.11.5. minor bug fixes from 8.11.4.
patch-zz (security patch on signal handling) is now in 8.11.5.
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 15fd8ca56ec..fb23c687a54 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2001/05/29 03:31:26 itojun Exp $ +# $NetBSD: Makefile,v 1.38 2001/08/01 02:39:38 itojun Exp $ -DISTNAME= sendmail.8.11.4 -PKGNAME= sendmail-8.11.4 +DISTNAME= sendmail.8.11.5 +PKGNAME= sendmail-8.11.5 CATEGORIES= mail MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/sendmail/ \ |