diff options
-rw-r--r-- | mail/exim/Makefile | 5 | ||||
-rw-r--r-- | mail/exim/distinfo | 10 | ||||
-rw-r--r-- | mail/exim/patches/patch-aa | 15 |
3 files changed, 15 insertions, 15 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 315b49b7d2f..884f37f057f 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2006/11/20 11:56:42 abs Exp $ +# $NetBSD: Makefile,v 1.81 2007/01/10 12:54:36 abs Exp $ -DISTNAME= exim-4.63 -PKGREVISION= 1 +DISTNAME= exim-4.66 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ diff --git a/mail/exim/distinfo b/mail/exim/distinfo index b62cc0368fc..592e783b530 100644 --- a/mail/exim/distinfo +++ b/mail/exim/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.35 2006/11/20 11:56:42 abs Exp $ +$NetBSD: distinfo,v 1.36 2007/01/10 12:54:36 abs Exp $ -SHA1 (exim-4.63.tar.bz2) = 44bb57c26bee29500d0b80ba57997e5325f144d0 -RMD160 (exim-4.63.tar.bz2) = 43ff82bad9e097da670d6b5c77e672b3edc3945b -Size (exim-4.63.tar.bz2) = 1586169 bytes -SHA1 (patch-aa) = 11de4fdeea6a99f8347dbfff5c7d76fb3ed904d1 +SHA1 (exim-4.66.tar.bz2) = 4a2ac2cd51865b57610e2b153e20c305b7f9f504 +RMD160 (exim-4.66.tar.bz2) = 4481c9ca4932be9ab5f4f0a66b99f3e2f8e6c5fa +Size (exim-4.66.tar.bz2) = 1584704 bytes +SHA1 (patch-aa) = d6c067e75f16275b4d8c4e46c8ded0627cb11ae4 SHA1 (patch-ab) = 1c6e7882346974390c22e7b9e09a76c5ed670d1d SHA1 (patch-ac) = a3ecdafc44ad2212b00e49de594efb26612b0b75 SHA1 (patch-ad) = 52c768378483bf02295d46c01d55f955697834eb diff --git a/mail/exim/patches/patch-aa b/mail/exim/patches/patch-aa index f339bda7cc6..066c3b7ee62 100644 --- a/mail/exim/patches/patch-aa +++ b/mail/exim/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.17 2006/11/20 11:56:42 abs Exp $ +$NetBSD: patch-aa,v 1.18 2007/01/10 12:54:36 abs Exp $ ---- Local/Makefile.pkgsrc.orig 2006-11-15 11:58:34.000000000 +0000 +--- Local/Makefile.pkgsrc.orig 2007-01-10 12:40:16.000000000 +0000 +++ Local/Makefile.pkgsrc @@ -100,7 +100,7 @@ # /usr/local/sbin. The installation script will try to create this directory, @@ -56,13 +56,14 @@ $NetBSD: patch-aa,v 1.17 2006/11/20 11:56:42 abs Exp $ #------------------------------------------------------------------------------ -@@ -473,10 +473,10 @@ FIXED_NEVER_USERS=root +@@ -473,11 +473,11 @@ FIXED_NEVER_USERS=root # included in the Exim binary. You will then need to set up the run time # configuration to make use of the mechanism(s) selected. -# AUTH_CRAM_MD5=yes +AUTH_CRAM_MD5=yes # AUTH_CYRUS_SASL=yes + # AUTH_DOVECOT=yes -# AUTH_PLAINTEXT=yes -# AUTH_SPA=yes +AUTH_PLAINTEXT=yes @@ -70,7 +71,7 @@ $NetBSD: patch-aa,v 1.17 2006/11/20 11:56:42 abs Exp $ #------------------------------------------------------------------------------ -@@ -629,7 +629,7 @@ HEADERS_CHARSET="ISO-8859-1" +@@ -643,7 +643,7 @@ HEADERS_CHARSET="ISO-8859-1" # %s. This will be replaced by one of the strings "main", "panic", or "reject" # to form the final file names. Some installations may want something like this: @@ -79,7 +80,7 @@ $NetBSD: patch-aa,v 1.17 2006/11/20 11:56:42 abs Exp $ # which results in files with names /var/log/exim_mainlog, etc. The directory # in which the log files are placed must exist; Exim does not try to create -@@ -870,11 +870,11 @@ SYSTEM_ALIASES_FILE=/etc/aliases +@@ -884,11 +884,11 @@ SYSTEM_ALIASES_FILE=/etc/aliases # haven't got Perl, Exim will still build and run; you just won't be able to # use those utilities. @@ -96,7 +97,7 @@ $NetBSD: patch-aa,v 1.17 2006/11/20 11:56:42 abs Exp $ #------------------------------------------------------------------------------ -@@ -1068,7 +1068,7 @@ TMPDIR="/tmp" +@@ -1082,7 +1082,7 @@ TMPDIR="/tmp" # (process id) to a file so that it can easily be identified. The path of the # file can be specified here. Some installations may want something like this: @@ -105,7 +106,7 @@ $NetBSD: patch-aa,v 1.17 2006/11/20 11:56:42 abs Exp $ # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory # using the name "exim-daemon.pid". -@@ -1104,3 +1104,10 @@ TMPDIR="/tmp" +@@ -1118,3 +1118,10 @@ TMPDIR="/tmp" # SUPPORT_MOVE_FROZEN_MESSAGES=yes # End of EDITME for Exim 4. |