summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-30 09:00:58 +0000
committergrant <grant@pkgsrc.org>2004-05-30 09:00:58 +0000
commit8dd32e13dec3c3a0758433fc8e5a269e453a1881 (patch)
treea9658c5e5a45e3f96ac22385f5858299174d038f
parentb031888a9c344b2ea271bbc4b08af867a69a40db (diff)
downloadpkgsrc-8dd32e13dec3c3a0758433fc8e5a269e453a1881.tar.gz
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
-rw-r--r--mail/exim/patches/patch-ad4
-rw-r--r--mail/exim/patches/patch-ae6
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/exim/patches/patch-ad b/mail/exim/patches/patch-ad
index 8f55f66d052..c5198dd40cc 100644
--- a/mail/exim/patches/patch-ad
+++ b/mail/exim/patches/patch-ad
@@ -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 --git a/mail/exim/patches/patch-ae b/mail/exim/patches/patch-ae
index e440e7c7d24..a00f8d92e40 100644
--- a/mail/exim/patches/patch-ae
+++ b/mail/exim/patches/patch-ae
@@ -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 @@ $NetBSD: patch-ae,v 1.5 2003/09/02 10:33:42 abs Exp $
# 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