Enabled DANE support
Resolves: rhbz#1693202
This commit is contained in:
parent
0174c5e926
commit
2f8ce390ab
13
exim-4.92-dane-enable.patch
Normal file
13
exim-4.92-dane-enable.patch
Normal file
@ -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
|
@ -12,7 +12,7 @@
|
|||||||
Summary: The exim mail transfer agent
|
Summary: The exim mail transfer agent
|
||||||
Name: exim
|
Name: exim
|
||||||
Version: 4.92
|
Version: 4.92
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Url: http://www.exim.org/
|
Url: http://www.exim.org/
|
||||||
|
|
||||||
@ -57,6 +57,7 @@ Patch27: exim-4.92-environment.patch
|
|||||||
# Workaround for NIS removal from glibc, bug 1534920
|
# Workaround for NIS removal from glibc, bug 1534920
|
||||||
Patch33: exim-4.90.1-nsl-fix.patch
|
Patch33: exim-4.90.1-nsl-fix.patch
|
||||||
Patch40: exim-4.92-support-proxies.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/pki/tls/certs /etc/pki/tls/private
|
||||||
Requires: /etc/aliases
|
Requires: /etc/aliases
|
||||||
@ -175,6 +176,7 @@ greylisting unconditional.
|
|||||||
%patch27 -p1 -b .environment
|
%patch27 -p1 -b .environment
|
||||||
%patch33 -p1 -b .nsl-fix
|
%patch33 -p1 -b .nsl-fix
|
||||||
%patch40 -p1 -b .proxy
|
%patch40 -p1 -b .proxy
|
||||||
|
%patch41 -p1 -b .dane-enable
|
||||||
|
|
||||||
cp src/EDITME Local/Makefile
|
cp src/EDITME Local/Makefile
|
||||||
sed -i 's@^# LOOKUP_MODULE_DIR=.*@LOOKUP_MODULE_DIR=%{_libdir}/exim/%{version}-%{release}/lookups@' 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
|
%{_sysconfdir}/cron.daily/greylist-tidy.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 27 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 4.92-7
|
||||||
|
- Enabled DANE support
|
||||||
|
Resolves: rhbz#1693202
|
||||||
|
|
||||||
* Wed Mar 20 2019 Peter Robinson <pbrobinson@fedoraproject.org> 4.92-6
|
* Wed Mar 20 2019 Peter Robinson <pbrobinson@fedoraproject.org> 4.92-6
|
||||||
- Drop F-23 conditionals, and related obsolete bits
|
- Drop F-23 conditionals, and related obsolete bits
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user