exim: enable IPv6 support
This commit is contained in:
parent
327a13bbfc
commit
1776682801
@ -1,4 +1,4 @@
|
||||
d0022b47423fae3a46168e84ee0cc3df exim
|
||||
1443a4a88d6b78ad9b6a681c51437b55 exim-4.86.2.tar.bz2
|
||||
f8232b63f2abfb86b4ae77a1db3d2c79 exim-compile_number.patch
|
||||
229111aefc713582f9d6dbb687e5de75 exim-config.patch
|
||||
e0cb481dd114e6e7640342bacae1cbe5 exim-config.patch
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
name=exim
|
||||
version=4.86.2
|
||||
release=1
|
||||
release=2
|
||||
source=(ftp://ftp.exim.org/pub/exim/exim4/$name-$version.tar.bz2 \
|
||||
$name $name-config.patch
|
||||
$name-compile_number.patch)
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -Nru exim-4.86.orig/src/EDITME exim-4.86/src/EDITME
|
||||
--- exim-4.86.orig/src/EDITME 2015-07-27 09:39:41.648775117 +0200
|
||||
+++ exim-4.86/src/EDITME 2015-07-27 09:40:20.660715194 +0200
|
||||
diff -Nru exim-4.86.2.orig/src/EDITME exim-4.86.2/src/EDITME
|
||||
--- exim-4.86.2.orig/src/EDITME 2016-03-13 12:36:10.099306370 +0100
|
||||
+++ exim-4.86.2/src/EDITME 2016-03-13 12:37:02.604031333 +0100
|
||||
@@ -72,7 +72,7 @@
|
||||
# this would be wanted.
|
||||
###############################################################################
|
||||
@ -141,6 +141,15 @@ diff -Nru exim-4.86.orig/src/EDITME exim-4.86/src/EDITME
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
@@ -1059,7 +1059,7 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# Uncomment this setting to include IPv6 support.
|
||||
|
||||
-# HAVE_IPV6=yes
|
||||
+HAVE_IPV6=yes
|
||||
|
||||
###############################################################################
|
||||
# THINGS YOU ALMOST NEVER NEED TO MENTION #
|
||||
@@ -1080,13 +1080,13 @@
|
||||
# haven't got Perl, Exim will still build and run; you just won't be able to
|
||||
# use those utilities.
|
||||
@ -171,9 +180,9 @@ diff -Nru exim-4.86.orig/src/EDITME exim-4.86/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.86.orig/src/configure.default exim-4.86/src/configure.default
|
||||
--- exim-4.86.orig/src/configure.default 2015-07-27 09:39:41.645441903 +0200
|
||||
+++ exim-4.86/src/configure.default 2015-07-27 09:39:57.651536934 +0200
|
||||
diff -Nru exim-4.86.2.orig/src/configure.default exim-4.86.2/src/configure.default
|
||||
--- exim-4.86.2.orig/src/configure.default 2016-03-13 12:36:10.099306370 +0100
|
||||
+++ exim-4.86.2/src/configure.default 2016-03-13 12:36:24.978759386 +0100
|
||||
@@ -54,7 +54,7 @@
|
||||
# +local_domains, +relay_to_domains, and +relay_from_hosts, respectively. They
|
||||
# are all colon-separated lists:
|
||||
|
Loading…
x
Reference in New Issue
Block a user