ports/core (3.0): [notify] exim: updated to 4.83.
commit 387455ddd3ad397ccc69e10cb301bcea79d7f6d1 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Wed Jul 23 17:03:15 2014 +0200 [notify] exim: updated to 4.83. See http://seclists.org/oss-sec/2014/q3/214 for more information. diff --git a/exim/.footprint b/exim/.footprint index 0cd5790..98ceb74 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.82.1-1 +lrwxrwxrwx root/root usr/bin/mailq -> ../sbin/exim-4.83-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.82.1-1 --rwsr-xr-x root/root usr/sbin/exim-4.82.1-1 +lrwxrwxrwx root/root usr/sbin/exim -> exim-4.83-1 +-rwsr-xr-x root/root usr/sbin/exim-4.83-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.82.1-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.82.1-1 +lrwxrwxrwx root/root usr/sbin/sendmail -> exim-4.83-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 db1f2fd..00b507a 100644 --- a/exim/.md5sum +++ b/exim/.md5sum @@ -1,4 +1,4 @@ e00ba95600b51e47d8fedb0ed24d2bf3 exim -4544696ce6689ba9141a0697f25a74cb exim-4.82.1.tar.bz2 -6de7850fc2414e2195d2ee3b812d6d14 exim-compile_number.patch +fc6790f346a50a3c87be96b335b9c8ae exim-4.83.tar.bz2 +2941f9a7044c38b7bca496b843e10584 exim-compile_number.patch 10b49e3305c2dda37d6d840f6f4280ee exim-config.patch diff --git a/exim/Pkgfile b/exim/Pkgfile index 0c8993d..aed638c 100644 --- a/exim/Pkgfile +++ b/exim/Pkgfile @@ -4,8 +4,8 @@ # Depends on: db openssl libpcre tcp_wrappers name=exim -version=4.82.1 -release=2 +version=4.83 +release=1 source=(ftp://ftp.exim.org/pub/exim/exim4/$name-$version.tar.bz2 \ $name $name-config.patch $name-compile_number.patch) diff --git a/exim/exim-compile_number.patch b/exim/exim-compile_number.patch index 3794ef6..a68c25b 100644 --- a/exim/exim-compile_number.patch +++ b/exim/exim-compile_number.patch @@ -1,7 +1,7 @@ -diff -Nru exim-4.82.orig/OS/Makefile-Base exim-4.82/OS/Makefile-Base ---- exim-4.82.orig/OS/Makefile-Base 2013-10-28 15:29:04.754760862 +0100 -+++ exim-4.82/OS/Makefile-Base 2013-10-28 15:29:52.016435763 +0100 -@@ -457,7 +457,7 @@ +diff -rupN exim-4.83.orig/OS/Makefile-Base exim-4.83/OS/Makefile-Base +--- exim-4.83.orig/OS/Makefile-Base 2014-07-23 15:39:50.700697125 +0200 ++++ exim-4.83/OS/Makefile-Base 2014-07-23 15:41:06.597953279 +0200 +@@ -457,7 +457,7 @@ PHDRS = ../config.h ../dbfunctions.h ../ # Update Exim's version information and build the version object. @@ -10,12 +10,12 @@ diff -Nru exim-4.82.orig/OS/Makefile-Base exim-4.82/OS/Makefile-Base @../scripts/reversion cnumber.h: version.h ---- exim-4.82.1.orig/src/version.sh 2014-05-28 19:30:19.828197324 +0200 -+++ exim-4.82.1/src/version.sh 2014-05-28 19:50:48.119490963 +0200 +diff -rupN exim-4.83.orig/src/version.sh exim-4.83/src/version.sh +--- exim-4.83.orig/src/version.sh 2014-07-23 15:39:50.650698931 +0200 ++++ exim-4.83/src/version.sh 2014-07-23 15:41:59.726032700 +0200 @@ -1,4 +1,4 @@ # automatically generated file - see ../scripts/reversion - EXIM_RELEASE_VERSION="4.82" --EXIM_VARIANT_VERSION="_1-5b7a7c0-XX" + EXIM_RELEASE_VERSION="4.83" + EXIM_VARIANT_VERSION="" -EXIM_COMPILE_NUMBER="1" -+EXIM_VARIANT_VERSION=".1" +EXIM_COMPILE_NUMBER="0"
participants (1)
-
crux@crux.nu