From 2f8ce390ab19b1fb66c78300c892a18afaeefeae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Wed, 27 Mar 2019 13:15:13 +0100 Subject: [PATCH] Enabled DANE support Resolves: rhbz#1693202 --- exim-4.92-dane-enable.patch | 13 +++++++++++++ exim.spec | 8 +++++++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 exim-4.92-dane-enable.patch diff --git a/exim-4.92-dane-enable.patch b/exim-4.92-dane-enable.patch new file mode 100644 index 0000000..32c6fc9 --- /dev/null +++ b/exim-4.92-dane-enable.patch @@ -0,0 +1,13 @@ +diff --git a/src/EDITME b/src/EDITME +index e3b98e9..d621c46 100644 +--- a/src/EDITME ++++ b/src/EDITME +@@ -372,7 +372,7 @@ PCRE_CONFIG=yes + # Uncomment the following line to add DANE support + # Note: Enabling this unconditionally overrides DISABLE_DNSSEC + # For DANE under GnuTLS we need an additional library. See TLS_LIBS below. +-# SUPPORT_DANE=yes ++SUPPORT_DANE=yes + + #------------------------------------------------------------------------------ + # Additional libraries and include directories may be required for some diff --git a/exim.spec b/exim.spec index 04b0c89..f7d5a7d 100644 --- a/exim.spec +++ b/exim.spec @@ -12,7 +12,7 @@ Summary: The exim mail transfer agent Name: exim Version: 4.92 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ Url: http://www.exim.org/ @@ -57,6 +57,7 @@ Patch27: exim-4.92-environment.patch # Workaround for NIS removal from glibc, bug 1534920 Patch33: exim-4.90.1-nsl-fix.patch Patch40: exim-4.92-support-proxies.patch +Patch41: exim-4.92-dane-enable.patch Requires: /etc/pki/tls/certs /etc/pki/tls/private Requires: /etc/aliases @@ -175,6 +176,7 @@ greylisting unconditional. %patch27 -p1 -b .environment %patch33 -p1 -b .nsl-fix %patch40 -p1 -b .proxy +%patch41 -p1 -b .dane-enable cp src/EDITME Local/Makefile sed -i 's@^# LOOKUP_MODULE_DIR=.*@LOOKUP_MODULE_DIR=%{_libdir}/exim/%{version}-%{release}/lookups@' Local/Makefile @@ -489,6 +491,10 @@ fi %{_sysconfdir}/cron.daily/greylist-tidy.sh %changelog +* Wed Mar 27 2019 Jaroslav Škarvada - 4.92-7 +- Enabled DANE support + Resolves: rhbz#1693202 + * Wed Mar 20 2019 Peter Robinson 4.92-6 - Drop F-23 conditionals, and related obsolete bits