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 | |
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')
-rw-r--r-- | mail/sendmail/Makefile | 6 | ||||
-rw-r--r-- | mail/sendmail/distinfo | 7 | ||||
-rw-r--r-- | mail/sendmail/patches/patch-zz | 15 |
3 files changed, 6 insertions, 22 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/ \ diff --git a/mail/sendmail/distinfo b/mail/sendmail/distinfo index 44b7d77ed26..515192ea832 100644 --- a/mail/sendmail/distinfo +++ b/mail/sendmail/distinfo @@ -1,11 +1,10 @@ -$NetBSD: distinfo,v 1.4 2001/06/25 23:22:51 wiz Exp $ +$NetBSD: distinfo,v 1.5 2001/08/01 02:39:38 itojun Exp $ -SHA1 (sendmail.8.11.4.tar.gz) = 81f586ef7ddcf3e55029742532694501e768b040 -Size (sendmail.8.11.4.tar.gz) = 1356543 bytes +SHA1 (sendmail.8.11.5.tar.gz) = c4ab7279c8a5bdcbb6819b4602430b664ee4f09a +Size (sendmail.8.11.5.tar.gz) = 1374187 bytes SHA1 (patch-aa) = 9458931dc99f8775574b26ed8ca5f530600d7506 SHA1 (patch-ab) = 40d3643d4f82c9761cc4e5abfee90ccd9c65536b SHA1 (patch-ac) = bfb83dbd4209879f58b95f0328d68bb8e56ac119 SHA1 (patch-ad) = 93408922c222d5fe6a14cdd8a00060230a9195b9 SHA1 (patch-ae) = 5e3efecc7ac7ffed40278b3c29dd1152990f3b33 SHA1 (patch-af) = db9e5d94b1b1f4cd7e5c9f25b36772e90e2987fe -SHA1 (patch-zz) = 85f3362fdb7175b9a4e31ea0e953c4dcb9f161e0 diff --git a/mail/sendmail/patches/patch-zz b/mail/sendmail/patches/patch-zz deleted file mode 100644 index f3def2c35b2..00000000000 --- a/mail/sendmail/patches/patch-zz +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-zz,v 1.1 2001/06/25 23:22:52 wiz Exp $ - -From http://www.sendmail.org/~ca/email/patches/daemon.c.8.401.4.62, -see pkg/13267. - ---- sendmail/daemon.c.orig Mon May 28 00:14:40 2001 -+++ sendmail/daemon.c -@@ -2528,6 +2528,7 @@ - } - - /* need to allow signals before execve() so make them harmless */ -+ clear_events(); - oalrm = setsignal(SIGALRM, SIG_DFL); - ochld = setsignal(SIGCHLD, SIG_DFL); - ohup = setsignal(SIGHUP, SIG_DFL); |