exim: remove support for tcp_wrappers

This commit is contained in:
Juergen Daubert 2015-06-22 14:15:11 +02:00
parent eca3dfe629
commit 5da0fcf73e
3 changed files with 9 additions and 12 deletions

View File

@ -1,4 +1,4 @@
b6fddc1a24ae23d24d925782eeebec8b exim b6fddc1a24ae23d24d925782eeebec8b exim
ebae28762b6f125726283dc9434e8709 exim-4.85.tar.bz2 ebae28762b6f125726283dc9434e8709 exim-4.85.tar.bz2
2bd7bff400bcb92f9b3d7cbe141ab5fc exim-compile_number.patch 2bd7bff400bcb92f9b3d7cbe141ab5fc exim-compile_number.patch
39b61381a24b275e4cae49118c15b935 exim-config.patch 5bf7e3218a7bdc7c3011dbdfa7f7d9f7 exim-config.patch

View File

@ -5,7 +5,7 @@
name=exim name=exim
version=4.85 version=4.85
release=2 release=3
source=(ftp://ftp.exim.org/pub/exim/exim4/$name-$version.tar.bz2 \ source=(ftp://ftp.exim.org/pub/exim/exim4/$name-$version.tar.bz2 \
$name $name-config.patch $name $name-config.patch
$name-compile_number.patch) $name-compile_number.patch)

View File

@ -1,6 +1,6 @@
diff -Nru exim-4.85.orig/src/EDITME exim-4.85/src/EDITME 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.orig/src/EDITME 2015-06-22 14:09:18.481256220 +0200
+++ exim-4.85/src/EDITME 2015-01-18 14:48:02.728233566 +0100 +++ exim-4.85/src/EDITME 2015-06-22 14:10:38.945035474 +0200
@@ -72,7 +72,7 @@ @@ -72,7 +72,7 @@
# this would be wanted. # 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 @@ @@ -983,7 +983,7 @@
# 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:
# #
-# USE_TCP_WRAPPERS=yes # USE_TCP_WRAPPERS=yes
+USE_TCP_WRAPPERS=yes
# CFLAGS=-O -I/usr/local/include # CFLAGS=-O -I/usr/local/include
-# EXTRALIBS_EXIM=-L/usr/local/lib -lwrap -# 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 # but of course there may need to be other things in CFLAGS and EXTRALIBS_EXIM
# as well. # 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 # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory
# using the name "exim-daemon.pid". # using the name "exim-daemon.pid".
diff -Nru exim-4.85.orig/src/configure.default exim-4.85/src/configure.default 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.orig/src/configure.default 2015-06-22 14:09:18.487922647 +0200
+++ exim-4.85/src/configure.default 2015-01-18 14:48:02.728233566 +0100 +++ exim-4.85/src/configure.default 2015-06-22 14:09:44.610318588 +0200
@@ -54,7 +54,7 @@ @@ -54,7 +54,7 @@
# +local_domains, +relay_to_domains, and +relay_from_hosts, respectively. They # +local_domains, +relay_to_domains, and +relay_from_hosts, respectively. They
# are all colon-separated lists: # are all colon-separated lists: