diff --git a/exim-4.92-dlopen-localscan.patch b/exim-4.92-dlopen-localscan.patch index 3c2f00c..fcaba35 100644 --- a/exim-4.92-dlopen-localscan.patch +++ b/exim-4.92-dlopen-localscan.patch @@ -2,7 +2,7 @@ diff --git a/src/EDITME b/src/EDITME index a42cd6f..0acd673 100644 --- a/src/EDITME +++ b/src/EDITME -@@ -822,6 +822,20 @@ TLS_LIBS=-lssl -lcrypto +@@ -822,6 +822,21 @@ TLS_LIBS=-lssl -lcrypto # specified in INCLUDE. @@ -13,6 +13,7 @@ index a42cd6f..0acd673 100644 +# description of the API to this function, see the Exim specification. + +DLOPEN_LOCAL_SCAN=yes ++HAVE_LOCAL_SCAN=yes + +# If you set DLOPEN_LOCAL_SCAN, then you need to include -rdynamic in the +# linker flags. Without it, the loaded .so won't be able to access any diff --git a/exim-4.92-support-proxies.patch b/exim-4.92-support-proxies.patch index 22f20e7..dd7789c 100644 --- a/exim-4.92-support-proxies.patch +++ b/exim-4.92-support-proxies.patch @@ -1,8 +1,8 @@ diff --git a/src/EDITME b/src/EDITME -index 4e3a9a3..e3b98e9 100644 +index 4c20169..fbfade3 100644 --- a/src/EDITME +++ b/src/EDITME -@@ -972,12 +972,12 @@ SUPPORT_PAM=yes +@@ -973,12 +973,12 @@ SUPPORT_PAM=yes # If you may want to use outbound (client-side) proxying, using Socks5, # uncomment the line below. diff --git a/exim.spec b/exim.spec index 06fb620..33495e0 100644 --- a/exim.spec +++ b/exim.spec @@ -12,7 +12,7 @@ Summary: The exim mail transfer agent Name: exim Version: 4.92.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Url: http://www.exim.org/ @@ -485,6 +485,9 @@ fi %{_sysconfdir}/cron.daily/greylist-tidy.sh %changelog +* Thu Oct 10 2019 Jaroslav Škarvada - 4.92.3-3 +- Enabled local_scan + * Thu Oct 10 2019 Jaroslav Škarvada - 4.92.3-2 - Dropped sysvinit artifacts