pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q1]: pkgsrc/mail/exim/patches Pull up revision 1.2 (reques...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c4a424eb0cd
branches:  pkgsrc-2004Q1
changeset: 471431:9c4a424eb0cd
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun May 30 09:01:43 2004 +0000

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

diffstat:

 mail/exim/patches/patch-af |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 95c61dd74986 -r 9c4a424eb0cd mail/exim/patches/patch-af
--- a/mail/exim/patches/patch-af        Sun May 30 09:00:58 2004 +0000
+++ b/mail/exim/patches/patch-af        Sun May 30 09:01:43 2004 +0000
@@ -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 @@
  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. */



Home | Main Index | Thread Index | Old Index