summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-30 09:01:43 +0000
committergrant <grant@pkgsrc.org>2004-05-30 09:01:43 +0000
commit8fbd46cb818ae8c47e2cbab84061a1c1f4e29832 (patch)
tree266a4b83a89be9649fb8053a0deaa689b7f05e9f
parent8dd32e13dec3c3a0758433fc8e5a269e453a1881 (diff)
downloadpkgsrc-8fbd46cb818ae8c47e2cbab84061a1c1f4e29832.tar.gz
Pull up revision 1.2 (requested by abs in ticket #28):
Update exim to exim-4.33nb1 (from 4.22nb5) - Fix buffer overflow listed at http://www.guninski.com/exim1.html - Leave nb1 to indicate we have a local change from stock 4.33 - 1086 lines of changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33 - Remove dependancy on exim-user - now looks up EXIM_{USER,GROUP} at runtime
-rw-r--r--mail/exim/patches/patch-af8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/exim/patches/patch-af b/mail/exim/patches/patch-af
index bc6c7c763d4..93c746b14e5 100644
--- a/mail/exim/patches/patch-af
+++ b/mail/exim/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.1 2004/03/14 19:26:37 abs Exp $
+$NetBSD: patch-af,v 1.1.2.1 2004/05/30 09:01:43 grant Exp $
---- src/daemon.c.orig 2003-08-18 13:52:53.000000000 +0100
+--- src/daemon.c.orig Wed May 5 11:08:35 2004
+++ src/daemon.c
-@@ -719,6 +719,7 @@ daemon_go(void)
+@@ -756,6 +756,7 @@ daemon_go(void)
{
int *listen_sockets = NULL;
int listen_socket_count = 0;
@@ -10,7 +10,7 @@ $NetBSD: patch-af,v 1.1 2004/03/14 19:26:37 abs Exp $
ip_address_item *addresses = NULL;
/* If any debugging options are set, turn on the D_pid bit so that all
-@@ -736,9 +737,17 @@ if (background_daemon)
+@@ -1082,9 +1083,17 @@ if (background_daemon)
{
log_close_all(); /* Just in case anything was logged earlier */
search_tidyup(); /* Just in case any were used in reading the config. */