pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sendmail812 Add source patch to address issue ori...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2742a86a7c12
branches:  trunk
changeset: 518281:2742a86a7c12
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Sep 05 20:06:06 2006 +0000

description:
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:

 mail/sendmail812/Makefile         |   4 ++--
 mail/sendmail812/distinfo         |   9 +++++----
 mail/sendmail812/patches/patch-al |  12 ++++++++++++
 3 files changed, 19 insertions(+), 6 deletions(-)

diffs (56 lines):

diff -r e45f1a5cc641 -r 2742a86a7c12 mail/sendmail812/Makefile
--- a/mail/sendmail812/Makefile Tue Sep 05 20:02:50 2006 +0000
+++ b/mail/sendmail812/Makefile Tue Sep 05 20:06:06 2006 +0000
@@ -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 -r e45f1a5cc641 -r 2742a86a7c12 mail/sendmail812/distinfo
--- a/mail/sendmail812/distinfo Tue Sep 05 20:02:50 2006 +0000
+++ b/mail/sendmail812/distinfo Tue Sep 05 20:06:06 2006 +0000
@@ -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 (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 (8.12.11.p0) = aeef47bf434c13d91ba1c1e777cf81a2ba283290
-RMD160 (8.12.11.p0) = 267afdf9abc4636d0750bddf3b7bd16fe9b2fd5b
-Size (8.12.11.p0) = 71804 bytes
 SHA1 (patch-aa) = cf9a68f5e6d6fd6e13a806a7d1e6ebab18fc9c6f
 SHA1 (patch-ab) = a2abf6e78772e257e2a1973e7730159ff24a91aa
 SHA1 (patch-ac) = 96c19300b4188dbcbd202768eea912f675dadc27
@@ -17,3 +17,4 @@
 SHA1 (patch-ai) = d17bc0a551fa5efd59f4822ca59049e166e59d86
 SHA1 (patch-aj) = 6901b3efacf02ba5f71fbfb6056b1eced9d4c037
 SHA1 (patch-ak) = 2668680ec507ce4b59acae1a985e3af105c51816
+SHA1 (patch-al) = a2fecb277272932a7deb72d15e5b6f6f295a3cd3
diff -r e45f1a5cc641 -r 2742a86a7c12 mail/sendmail812/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sendmail812/patches/patch-al Tue Sep 05 20:06:06 2006 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index