summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortv <tv>2006-09-05 20:06:06 +0000
committertv <tv>2006-09-05 20:06:06 +0000
commit91fdd4dd5fe1a81b48835e527ebf38c0a8c576b7 (patch)
treec296add97785feadd4683c08355be14c3fd80ec9 /mail
parent982504df0d00e29acbd31daba5625dd557e3db7b (diff)
downloadpkgsrc-91fdd4dd5fe1a81b48835e527ebf38c0a8c576b7.tar.gz
Add source patch to address issue originally found in Sendmail 8.13.7;
may also affect 8.12.11: http://secunia.com/advisories/21637/
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail812/Makefile4
-rw-r--r--mail/sendmail812/distinfo9
-rw-r--r--mail/sendmail812/patches/patch-al12
3 files changed, 19 insertions, 6 deletions
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile
index 596ff578aaf..5988b302808 100644
--- a/mail/sendmail812/Makefile
+++ b/mail/sendmail812/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2006/06/14 18:57:34 adrianp Exp $
+# $NetBSD: Makefile,v 1.13 2006/09/05 20:06:06 tv Exp $
.include "options.mk"
.include "../../mail/sendmail812/Makefile.common"
PKGNAME= sendmail-${DIST_VERS}
-PKGREVISION= 3
+PKGREVISION= 4
COMMENT= The well known Mail Transport Agent
HAS_SIG= yes
diff --git a/mail/sendmail812/distinfo b/mail/sendmail812/distinfo
index b5887f3af39..690cccf4175 100644
--- a/mail/sendmail812/distinfo
+++ b/mail/sendmail812/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.5 2006/06/14 18:57:34 adrianp Exp $
+$NetBSD: distinfo,v 1.6 2006/09/05 20:06:06 tv Exp $
-SHA1 (sendmail.8.12.11.tar.gz) = ce1ba0e50740c548f8555f1a905d8514e6637f95
-RMD160 (sendmail.8.12.11.tar.gz) = a80ceccbe3425ea01ce6cb89f2226f83b3562b64
-Size (sendmail.8.12.11.tar.gz) = 1899112 bytes
SHA1 (8.12.11.p0) = aeef47bf434c13d91ba1c1e777cf81a2ba283290
RMD160 (8.12.11.p0) = 267afdf9abc4636d0750bddf3b7bd16fe9b2fd5b
Size (8.12.11.p0) = 71804 bytes
+SHA1 (sendmail.8.12.11.tar.gz) = ce1ba0e50740c548f8555f1a905d8514e6637f95
+RMD160 (sendmail.8.12.11.tar.gz) = a80ceccbe3425ea01ce6cb89f2226f83b3562b64
+Size (sendmail.8.12.11.tar.gz) = 1899112 bytes
SHA1 (patch-aa) = cf9a68f5e6d6fd6e13a806a7d1e6ebab18fc9c6f
SHA1 (patch-ab) = a2abf6e78772e257e2a1973e7730159ff24a91aa
SHA1 (patch-ac) = 96c19300b4188dbcbd202768eea912f675dadc27
@@ -17,3 +17,4 @@ SHA1 (patch-ah) = b876e92147bce47fee5f77106c2a1b281fac743f
SHA1 (patch-ai) = d17bc0a551fa5efd59f4822ca59049e166e59d86
SHA1 (patch-aj) = 6901b3efacf02ba5f71fbfb6056b1eced9d4c037
SHA1 (patch-ak) = 2668680ec507ce4b59acae1a985e3af105c51816
+SHA1 (patch-al) = a2fecb277272932a7deb72d15e5b6f6f295a3cd3
diff --git a/mail/sendmail812/patches/patch-al b/mail/sendmail812/patches/patch-al
new file mode 100644
index 00000000000..0fe011daa25
--- /dev/null
+++ b/mail/sendmail812/patches/patch-al
@@ -0,0 +1,12 @@
+$NetBSD: patch-al,v 1.1 2006/09/05 20:06:06 tv Exp $
+
+--- sendmail/main.c.orig 2003-11-06 19:09:31.000000000 -0500
++++ sendmail/main.c
+@@ -2910,6 +2910,7 @@ finis(drop, cleanup, exitstat)
+ dropenvelope(CurEnv, true, false);
+ sm_rpool_free(CurEnv->e_rpool);
+ CurEnv->e_rpool = NULL;
++ CurEnv->e_to = NULL;
+ }
+ else
+ poststats(StatFile);