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.6 (reques...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95c61dd74986
branches:  pkgsrc-2004Q1
changeset: 471430:95c61dd74986
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun May 30 09:00:58 2004 +0000

description:
Pull up revision 1.6 (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-ad |  4 ++--
 mail/exim/patches/patch-ae |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 26ae138c4c79 -r 95c61dd74986 mail/exim/patches/patch-ad
--- a/mail/exim/patches/patch-ad        Sun May 30 09:00:35 2004 +0000
+++ b/mail/exim/patches/patch-ad        Sun May 30 09:00:58 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ad,v 1.5 2003/09/02 10:33:42 abs Exp $
+$NetBSD: patch-ad,v 1.5.4.1 2004/05/30 09:00:58 grant Exp $
 
---- OS/Makefile-NetBSD.orig    2003-08-12 16:39:51.000000000 +0100
+--- OS/Makefile-NetBSD.orig    Wed May  5 11:08:35 2004
 +++ OS/Makefile-NetBSD
 @@ -1,7 +1,7 @@
  # Exim: OS-specific make file for NetBSD (ELF object format)
diff -r 26ae138c4c79 -r 95c61dd74986 mail/exim/patches/patch-ae
--- a/mail/exim/patches/patch-ae        Sun May 30 09:00:35 2004 +0000
+++ b/mail/exim/patches/patch-ae        Sun May 30 09:00:58 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ae,v 1.5 2003/09/02 10:33:42 abs Exp $
+$NetBSD: patch-ae,v 1.5.4.1 2004/05/30 09:01:22 grant Exp $
 
---- scripts/exim_install.orig  2003-08-12 16:39:53.000000000 +0100
+--- scripts/exim_install.orig  Wed May  5 11:08:35 2004
 +++ scripts/exim_install
 @@ -79,6 +79,8 @@ if [ "${SYSTEM_ALIASES_FILE}" = "" ] ; t
    SYSTEM_ALIASES_FILE=/etc/aliases
@@ -11,7 +11,7 @@
  # Allow INST_xx to over-ride xx
  case "$INST_BIN_DIRECTORY"       in ?*) BIN_DIRECTORY="$INST_BIN_DIRECTORY";; esac
  case "$INST_CONFIGURE_FILE"      in ?*) CONFIGURE_FILE="$INST_CONFIGURE_FILE";; esac
-@@ -381,15 +383,8 @@ elif [ ! -f ${CONFIGURE_FILE} ]; then
+@@ -389,15 +391,8 @@ elif [ ! -f ${CONFIGURE_FILE} ]; then
      echo $com "*** Exim installation ${ver}failed ***"
      exit 1
    fi



Home | Main Index | Thread Index | Old Index