]> git.pld-linux.org Git - packages/exim.git/commitdiff
- up to 4.89 (tons of fixes when compared to 4.88) auto/th/exim-4.89-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 28 Mar 2017 12:53:06 +0000 (14:53 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 28 Mar 2017 12:53:06 +0000 (14:53 +0200)
exim.spec
exim4-EDITME.patch

index f94f0fbe9c973923687ee5ab5d90b6685c2d502d..4c20b9fb6889d51d8df0d617c1aa1a7749cbbf9f 100644 (file)
--- a/exim.spec
+++ b/exim.spec
@@ -23,15 +23,15 @@ Summary:    University of Cambridge Mail Transfer Agent
 Summary(pl.UTF-8):     Agent Transferu Poczty Uniwersytetu w Cambridge
 Summary(pt_BR.UTF-8):  Servidor de correio eletrônico exim
 Name:          exim
-Version:       4.88
+Version:       4.89
 Release:       1
 Epoch:         2
 License:       GPL
 Group:         Networking/Daemons/SMTP
 Source0:       ftp://ftp.exim.org/pub/exim/exim4/%{name}-%{version}.tar.bz2
-# Source0-md5: 4cc10c910fd18bb9e299e98bc0a32ed2
+# Source0-md5: ef78f2f669e429988c61d2dfb5a340b9
 Source1:       ftp://ftp.exim.org/pub/exim/exim4/%{name}-html-%{version}.tar.bz2
-# Source1-md5: 8c428933dd52ab8bf12f21c22083d5a3
+# Source1-md5: 47382a69ca8beb441b8d017dffa00942
 Source2:       %{name}.init
 Source3:       %{name}.cron.db
 Source4:       %{name}4.conf
@@ -69,6 +69,7 @@ BuildRequires:        db-devel
 %{?with_dmarc:BuildRequires:   opendmarc-devel}
 %{?with_hiredis:BuildRequires: hiredis-devel}
 BuildRequires: libidn-devel
+BuildRequires: libidn2-devel
 %{?with_spf:BuildRequires:     libspf2-devel >= 1.2.5-2}
 %{?with_srs:BuildRequires:     libsrs_alt-devel >= 1.0}
 %{?with_lmdb:BuildRequires:    lmdb-devel}
@@ -205,7 +206,8 @@ EXPERIMENTAL_PRDR=yes
 EXPERIMENTAL_DSN_INFO=yes
 EXPERIMENTAL_QUEUEFILE=yes
 SUPPORT_I18N=yes
-LDFLAGS+= -lidn
+SUPPORT_I18N_2008=yes
+LDFLAGS+= -lidn -lidn2
 SUPPORT_PROXY=yes
 %if %{with dmarc}
 EXPERIMENTAL_DMARC=yes
index c0e5270be8a2bc769ae606fbebfc8e21efc9096d..d89f5aab50ec4ae38269c8614165efd3f42cbd99 100644 (file)
@@ -101,6 +101,7 @@ diff -urN exim-4.64.org/src/EDITME exim-4.64/src/EDITME
  # AUTH_GSASL_PC=libgsasl
  # AUTH_HEIMDAL_GSSAPI=yes
  # AUTH_HEIMDAL_GSSAPI_PC=heimdal-gssapi
+ # AUTH_HEIMDAL_GSSAPI_PC=heimdal-gssapi heimdal-krb5
 -# AUTH_PLAINTEXT=yes
 -# AUTH_SPA=yes
 -# AUTH_TLS=yes
@@ -108,7 +109,6 @@ diff -urN exim-4.64.org/src/EDITME exim-4.64/src/EDITME
 +AUTH_SPA=yes
 +AUTH_TLS=yes
  
 @@ -610,7 +611,7 @@
  # one that is set in the headers_charset option. The default setting is
  # defined by this setting:
This page took 0.447955 seconds and 4 git commands to generate.