exim: update to 4.89
This commit is contained in:
parent
99291c8bd2
commit
1cbce39070
@ -1,3 +1,3 @@
|
||||
2e73c992dc8491a33f225efbe4da9e32 exim
|
||||
4cc10c910fd18bb9e299e98bc0a32ed2 exim-4.88.tar.bz2
|
||||
5feb7fa529dbc67eb5c346d057c87aee exim-config.patch
|
||||
b569ec80c495dffc54545895e680ed61 exim-4.89.tar.xz
|
||||
f1f6867cb984a61f85d42fdb4fa83677 exim-config.patch
|
||||
|
@ -1,7 +1,7 @@
|
||||
untrusted comment: verify with /etc/ports/core.pub
|
||||
RWRJc1FUaeVeqnNgiO5/02rhnbRVMFT7lJspYjqHxZE79n1I+lUxtHuThG9ZZuAwhbUJElhbUKrFNBBv7vjlCFv/vcUEhkTL1gA=
|
||||
SHA256 (Pkgfile) = aab21680761fd124c3a5476f9f151985927a891524129e80247a866514ff118d
|
||||
RWRJc1FUaeVeqhIJ9mHT05pb8v8Ph3tyPQEEYeyKJsFmPASZ+cgglIWEtfC4VucLMyE1f/kWHmW2Ax25gRtj3whtsQZr9CAcogU=
|
||||
SHA256 (Pkgfile) = 3fe635ae525bee4d14f83eca7f9ccbaafb4c8ffc9a9dc6d6d11a72c0b1af29a5
|
||||
SHA256 (.footprint) = 3e5fe8471a7a9057c0c7486c016ea2ed1dc5ebd72adc13c23f432ef468d2fc5d
|
||||
SHA256 (exim-4.88.tar.bz2) = 119d5fd7e31fc224e84dfa458fe182f200856bae7adf852a8287c242161f8a2d
|
||||
SHA256 (exim-4.89.tar.xz) = 0c490a1ca97bbb22d6079d2896de19af48ac3af109ea5f307dbc6b49c66e9626
|
||||
SHA256 (exim) = 850f72cb4d069dc8d15ce138623e6b6a7fe33f5daebe37fbf93c7801fa2d6134
|
||||
SHA256 (exim-config.patch) = f08a8a61eb8adf021bb9c8e0305409faba75feed4483f7b7228a7549e7a26e02
|
||||
SHA256 (exim-config.patch) = eef009451af3e97d8089f97db0e1a008157aaaea346703da412158443012614b
|
||||
|
@ -4,9 +4,9 @@
|
||||
# Depends on: db openssl libpcre
|
||||
|
||||
name=exim
|
||||
version=4.88
|
||||
version=4.89
|
||||
release=1
|
||||
source=(ftp://ftp.exim.org/pub/exim/exim4/$name-$version.tar.bz2 \
|
||||
source=(ftp://ftp.exim.org/pub/exim/exim4/$name-$version.tar.xz \
|
||||
$name $name-config.patch)
|
||||
|
||||
build() {
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -Nru exim-4.88.orig/src/EDITME exim-4.88/src/EDITME
|
||||
--- exim-4.88.orig/src/EDITME 2016-12-29 18:27:45.679586999 +0100
|
||||
+++ exim-4.88/src/EDITME 2016-12-29 18:28:11.548657444 +0100
|
||||
diff -Nru exim-4.89.orig/src/EDITME exim-4.89/src/EDITME
|
||||
--- exim-4.89.orig/src/EDITME 2017-03-08 11:08:51.225985193 +0100
|
||||
+++ exim-4.89/src/EDITME 2017-03-08 11:12:46.989840413 +0100
|
||||
@@ -72,7 +72,7 @@
|
||||
# this would be wanted.
|
||||
###############################################################################
|
||||
@ -66,7 +66,7 @@ diff -Nru exim-4.88.orig/src/EDITME exim-4.88/src/EDITME
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
@@ -622,14 +622,14 @@
|
||||
@@ -622,7 +622,7 @@
|
||||
# included in the Exim binary. You will then need to set up the run time
|
||||
# configuration to make use of the mechanism(s) selected.
|
||||
|
||||
@ -75,15 +75,16 @@ diff -Nru exim-4.88.orig/src/EDITME exim-4.88/src/EDITME
|
||||
# AUTH_CYRUS_SASL=yes
|
||||
# AUTH_DOVECOT=yes
|
||||
# AUTH_GSASL=yes
|
||||
# AUTH_GSASL_PC=libgsasl
|
||||
@@ -630,7 +630,7 @@
|
||||
# AUTH_HEIMDAL_GSSAPI=yes
|
||||
# AUTH_HEIMDAL_GSSAPI_PC=heimdal-gssapi
|
||||
# AUTH_HEIMDAL_GSSAPI_PC=heimdal-gssapi heimdal-krb5
|
||||
-# AUTH_PLAINTEXT=yes
|
||||
+AUTH_PLAINTEXT=yes
|
||||
# AUTH_SPA=yes
|
||||
# AUTH_TLS=yes
|
||||
|
||||
@@ -734,10 +734,10 @@
|
||||
@@ -745,10 +745,10 @@
|
||||
# leave these settings commented out.
|
||||
|
||||
# This setting is required for any TLS support (either OpenSSL or GnuTLS)
|
||||
@ -96,7 +97,7 @@ diff -Nru exim-4.88.orig/src/EDITME exim-4.88/src/EDITME
|
||||
# TLS_LIBS=-lssl -lcrypto
|
||||
|
||||
# Uncomment the first and either the second or the third of these if you
|
||||
@@ -820,7 +820,7 @@
|
||||
@@ -831,7 +831,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:
|
||||
|
||||
@ -105,7 +106,7 @@ diff -Nru exim-4.88.orig/src/EDITME exim-4.88/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
|
||||
@@ -869,7 +869,7 @@
|
||||
@@ -880,7 +880,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.
|
||||
|
||||
@ -114,7 +115,7 @@ diff -Nru exim-4.88.orig/src/EDITME exim-4.88/src/EDITME
|
||||
COMPRESS_SUFFIX=gz
|
||||
|
||||
|
||||
@@ -884,7 +884,7 @@
|
||||
@@ -895,7 +895,7 @@
|
||||
# ZCAT_COMMAND=zcat
|
||||
#
|
||||
# Or specify the full pathname:
|
||||
@ -123,7 +124,7 @@ diff -Nru exim-4.88.orig/src/EDITME exim-4.88/src/EDITME
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Compiling in support for embedded Perl: If you want to be able to
|
||||
@@ -1021,7 +1021,7 @@
|
||||
@@ -1036,7 +1036,7 @@
|
||||
#
|
||||
# USE_TCP_WRAPPERS=yes
|
||||
# CFLAGS=-O -I/usr/local/include
|
||||
@ -132,7 +133,7 @@ diff -Nru exim-4.88.orig/src/EDITME exim-4.88/src/EDITME
|
||||
#
|
||||
# but of course there may need to be other things in CFLAGS and EXTRALIBS_EXIM
|
||||
# as well.
|
||||
@@ -1054,7 +1054,7 @@
|
||||
@@ -1069,7 +1069,7 @@
|
||||
# aliases). The following setting can be changed to specify a different
|
||||
# location for the system alias file.
|
||||
|
||||
@ -141,7 +142,7 @@ diff -Nru exim-4.88.orig/src/EDITME exim-4.88/src/EDITME
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
@@ -1083,7 +1083,7 @@
|
||||
@@ -1098,7 +1098,7 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# Uncomment this setting to include IPv6 support.
|
||||
|
||||
@ -150,7 +151,7 @@ diff -Nru exim-4.88.orig/src/EDITME exim-4.88/src/EDITME
|
||||
|
||||
###############################################################################
|
||||
# THINGS YOU ALMOST NEVER NEED TO MENTION #
|
||||
@@ -1104,13 +1104,13 @@
|
||||
@@ -1119,13 +1119,13 @@
|
||||
# haven't got Perl, Exim will still build and run; you just won't be able to
|
||||
# use those utilities.
|
||||
|
||||
@ -171,7 +172,7 @@ diff -Nru exim-4.88.orig/src/EDITME exim-4.88/src/EDITME
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
@@ -1312,7 +1312,7 @@
|
||||
@@ -1327,7 +1327,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:
|
||||
|
||||
@ -180,9 +181,9 @@ diff -Nru exim-4.88.orig/src/EDITME exim-4.88/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.88.orig/src/configure.default exim-4.88/src/configure.default
|
||||
--- exim-4.88.orig/src/configure.default 2016-12-29 18:27:45.679586999 +0100
|
||||
+++ exim-4.88/src/configure.default 2016-12-29 18:28:11.548657444 +0100
|
||||
diff -Nru exim-4.89.orig/src/configure.default exim-4.89/src/configure.default
|
||||
--- exim-4.89.orig/src/configure.default 2017-03-08 11:08:51.229318534 +0100
|
||||
+++ exim-4.89/src/configure.default 2017-03-08 11:09:06.722686163 +0100
|
||||
@@ -55,7 +55,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