diff options
author | Juergen Daubert <jue@jue.li> | 2015-06-22 14:15:11 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2015-06-22 14:15:11 +0200 |
commit | 5da0fcf73ec11dfa0028027c87174c80757beb46 (patch) | |
tree | 51bc06b49174af419b4c0f80bf20fa105034722b /exim | |
parent | eca3dfe6291679059ce8ed26aac7a2b9c81cbfa4 (diff) | |
download | core-5da0fcf73ec11dfa0028027c87174c80757beb46.tar.gz core-5da0fcf73ec11dfa0028027c87174c80757beb46.tar.xz |
exim: remove support for tcp_wrappers
Diffstat (limited to 'exim')
-rw-r--r-- | exim/.md5sum | 2 | ||||
-rw-r--r-- | exim/Pkgfile | 2 | ||||
-rw-r--r-- | exim/exim-config.patch | 17 |
3 files changed, 9 insertions, 12 deletions
diff --git a/exim/.md5sum b/exim/.md5sum index 9983a5f8..a3a3a02c 100644 --- a/exim/.md5sum +++ b/exim/.md5sum @@ -1,4 +1,4 @@ b6fddc1a24ae23d24d925782eeebec8b exim ebae28762b6f125726283dc9434e8709 exim-4.85.tar.bz2 2bd7bff400bcb92f9b3d7cbe141ab5fc exim-compile_number.patch -39b61381a24b275e4cae49118c15b935 exim-config.patch +5bf7e3218a7bdc7c3011dbdfa7f7d9f7 exim-config.patch diff --git a/exim/Pkgfile b/exim/Pkgfile index e9ae6be8..d208e7be 100644 --- a/exim/Pkgfile +++ b/exim/Pkgfile @@ -5,7 +5,7 @@ name=exim version=4.85 -release=2 +release=3 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-config.patch b/exim/exim-config.patch index 2896bfcc..1f32b455 100644 --- a/exim/exim-config.patch +++ b/exim/exim-config.patch @@ -1,6 +1,6 @@ diff -Nru exim-4.85.orig/src/EDITME exim-4.85/src/EDITME ---- exim-4.85.orig/src/EDITME 2015-01-18 14:47:46.495497019 +0100 -+++ exim-4.85/src/EDITME 2015-01-18 14:48:02.728233566 +0100 +--- exim-4.85.orig/src/EDITME 2015-06-22 14:09:18.481256220 +0200 ++++ exim-4.85/src/EDITME 2015-06-22 14:10:38.945035474 +0200 @@ -72,7 +72,7 @@ # this would be wanted. ############################################################################### @@ -123,15 +123,12 @@ diff -Nru exim-4.85.orig/src/EDITME exim-4.85/src/EDITME #------------------------------------------------------------------------------ -@@ -981,9 +981,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: +@@ -983,7 +983,7 @@ # --# USE_TCP_WRAPPERS=yes -+USE_TCP_WRAPPERS=yes + # USE_TCP_WRAPPERS=yes # CFLAGS=-O -I/usr/local/include -# EXTRALIBS_EXIM=-L/usr/local/lib -lwrap -+EXTRALIBS_EXIM=-lwrap ++# EXTRALIBS_EXIM=-lwrap # # but of course there may need to be other things in CFLAGS and EXTRALIBS_EXIM # as well. @@ -175,8 +172,8 @@ diff -Nru exim-4.85.orig/src/EDITME exim-4.85/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.85.orig/src/configure.default exim-4.85/src/configure.default ---- exim-4.85.orig/src/configure.default 2015-01-18 14:47:46.505496651 +0100 -+++ exim-4.85/src/configure.default 2015-01-18 14:48:02.728233566 +0100 +--- exim-4.85.orig/src/configure.default 2015-06-22 14:09:18.487922647 +0200 ++++ exim-4.85/src/configure.default 2015-06-22 14:09:44.610318588 +0200 @@ -54,7 +54,7 @@ # +local_domains, +relay_to_domains, and +relay_from_hosts, respectively. They # are all colon-separated lists: |