ports/opt (2.2): exim: update to 4.64
commit db52184a56f4a605811ef9ca8caeabcd56ac0a7e Author: Juergen Daubert <jue@jue.li> Date: Wed Dec 20 17:57:48 2006 +0100 exim: update to 4.64 diff --git a/exim/.footprint b/exim/.footprint index 992ed46..5b2aeb7 100644 --- a/exim/.footprint +++ b/exim/.footprint @@ -6,15 +6,15 @@ drwxr-xr-x root/root etc/rc.d/ -rwxr-xr-x root/root etc/rc.d/exim drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -lrwxrwxrwx root/root usr/bin/mailq -> ../sbin/exim-4.63-1 +lrwxrwxrwx root/root usr/bin/mailq -> ../sbin/exim-4.64-1 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/exim.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/exicyclog -rwxr-xr-x root/root usr/sbin/exigrep -lrwxrwxrwx root/root usr/sbin/exim -> exim-4.63-1 --rwsr-xr-x root/root usr/sbin/exim-4.63-1 +lrwxrwxrwx root/root usr/sbin/exim -> exim-4.64-1 +-rwsr-xr-x root/root usr/sbin/exim-4.64-1 -rwxr-xr-x root/root usr/sbin/exim_checkaccess -rwxr-xr-x root/root usr/sbin/exim_dbmbuild -rwxr-xr-x root/root usr/sbin/exim_dumpdb @@ -27,7 +27,7 @@ lrwxrwxrwx root/root usr/sbin/exim -> exim-4.63-1 -rwxr-xr-x root/root usr/sbin/exiqgrep -rwxr-xr-x root/root usr/sbin/exiqsumm -rwxr-xr-x root/root usr/sbin/exiwhat -lrwxrwxrwx root/root usr/sbin/sendmail -> exim-4.63-1 +lrwxrwxrwx root/root usr/sbin/sendmail -> exim-4.64-1 drwxr-xr-x root/root var/ drwxr-xr-x root/root var/log/ drwxr-x--- mail/mail var/log/exim/ diff --git a/exim/.md5sum b/exim/.md5sum index b3190bf..5828504 100644 --- a/exim/.md5sum +++ b/exim/.md5sum @@ -1,3 +1,3 @@ f1682811a7fd2897153c5b0e33177509 exim -dde2d5f7106d51607409af94174db46c exim-4.63.tar.bz2 -acc159b50022cb2e1574df1bde2d9784 exim-config.patch +619e99bc1fee9d584b19fd8327f641af exim-4.64.tar.bz2 +f9edb79bd90e2b6e8233b2ef26e95aa9 exim-config.patch diff --git a/exim/Pkgfile b/exim/Pkgfile index e3c25d8..fa1995b 100644 --- a/exim/Pkgfile +++ b/exim/Pkgfile @@ -4,8 +4,8 @@ # Depends on: db, openssl name=exim -version=4.63 -release=2 +version=4.64 +release=1 source=(ftp://ftp.exim.org/pub/exim/exim4/$name-$version.tar.bz2 \ $name $name-config.patch) diff --git a/exim/exim-config.patch b/exim/exim-config.patch index 61b1611..3a15f48 100644 --- a/exim/exim-config.patch +++ b/exim/exim-config.patch @@ -1,6 +1,6 @@ -diff -Nru exim-4.63.orig/src/EDITME exim-4.63/src/EDITME ---- exim-4.63.orig/src/EDITME 2006-11-10 17:10:12.000000000 +0100 -+++ exim-4.63/src/EDITME 2006-11-10 17:10:25.000000000 +0100 +diff -Nru exim-4.64.orig/src/EDITME exim-4.64/src/EDITME +--- exim-4.64.orig/src/EDITME 2006-12-20 17:25:02.883289610 +0100 ++++ exim-4.64/src/EDITME 2006-12-20 17:28:48.227111555 +0100 @@ -74,7 +74,7 @@ # this would be wanted. ############################################################################### @@ -67,19 +67,20 @@ diff -Nru exim-4.63.orig/src/EDITME exim-4.63/src/EDITME #------------------------------------------------------------------------------ -@@ -473,9 +473,9 @@ +@@ -473,10 +473,10 @@ # 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_PLAINTEXT=yes # AUTH_SPA=yes -@@ -562,10 +562,10 @@ +@@ -576,10 +576,10 @@ # leave these settings commented out. # This setting is required for any TLS support (either OpenSSL or GnuTLS) @@ -92,7 +93,7 @@ diff -Nru exim-4.63.orig/src/EDITME exim-4.63/src/EDITME # Uncomment these settings if you are using GnuTLS # USE_GNUTLS=yes -@@ -629,7 +629,7 @@ +@@ -643,7 +643,7 @@ # %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: @@ -101,7 +102,7 @@ diff -Nru exim-4.63.orig/src/EDITME exim-4.63/src/EDITME # 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 -@@ -678,7 +678,7 @@ +@@ -692,7 +692,7 @@ # files. Both the name of the command and the suffix that it adds to files # need to be defined here. See also the EXICYCLOG_MAX configuration. @@ -110,7 +111,7 @@ diff -Nru exim-4.63.orig/src/EDITME exim-4.63/src/EDITME COMPRESS_SUFFIX=gz -@@ -686,7 +686,7 @@ +@@ -700,7 +700,7 @@ # If the exigrep utility is fed compressed log files, it tries to uncompress # them using this command. @@ -119,7 +120,7 @@ diff -Nru exim-4.63.orig/src/EDITME exim-4.63/src/EDITME #------------------------------------------------------------------------------ -@@ -796,9 +796,9 @@ +@@ -810,9 +810,9 @@ # You may well also have to specify a local "include" file and an additional # library for TCP wrappers, so you probably need something like this: # @@ -131,7 +132,7 @@ diff -Nru exim-4.63.orig/src/EDITME exim-4.63/src/EDITME # # but of course there may need to be other things in CFLAGS and EXTRALIBS_EXIM # as well. -@@ -824,7 +824,7 @@ +@@ -838,7 +838,7 @@ # aliases). The following setting can be changed to specify a different # location for the system alias file. @@ -140,7 +141,7 @@ diff -Nru exim-4.63.orig/src/EDITME exim-4.63/src/EDITME #------------------------------------------------------------------------------ -@@ -870,10 +870,10 @@ +@@ -884,10 +884,10 @@ # haven't got Perl, Exim will still build and run; you just won't be able to # use those utilities. @@ -155,7 +156,7 @@ diff -Nru exim-4.63.orig/src/EDITME exim-4.63/src/EDITME # PERL_COMMAND=/usr/bin/perl -@@ -1068,7 +1068,7 @@ +@@ -1082,7 +1082,7 @@ # (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: @@ -164,9 +165,9 @@ diff -Nru exim-4.63.orig/src/EDITME exim-4.63/src/EDITME # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory # using the name "exim-daemon.pid". -diff -Nru exim-4.63.orig/src/configure.default exim-4.63/src/configure.default ---- exim-4.63.orig/src/configure.default 2006-11-10 17:10:12.000000000 +0100 -+++ exim-4.63/src/configure.default 2006-11-10 17:11:00.000000000 +0100 +diff -Nru exim-4.64.orig/src/configure.default exim-4.64/src/configure.default +--- exim-4.64.orig/src/configure.default 2006-12-20 17:25:03.073284153 +0100 ++++ exim-4.64/src/configure.default 2006-12-20 17:25:18.952828014 +0100 @@ -56,7 +56,7 @@ # +local_domains, +relay_to_domains, and +relay_from_hosts, respectively. They # are all colon-separated lists:
participants (1)
-
crux@crux.nu