From 566176665d0777a1eb7dee4b0aeb3e1342a4aad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 4 May 2021 20:26:14 +0200 Subject: [PATCH] Dropped opendmarc-1.4-build-fix patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems opendmarc-1.4 wasn't pushed to the buildroot yet. Signed-off-by: Jaroslav Škarvada --- exim-4.94.2-opendmarc-1.4-build-fix.patch | 11 ----------- exim.spec | 3 --- 2 files changed, 14 deletions(-) delete mode 100644 exim-4.94.2-opendmarc-1.4-build-fix.patch diff --git a/exim-4.94.2-opendmarc-1.4-build-fix.patch b/exim-4.94.2-opendmarc-1.4-build-fix.patch deleted file mode 100644 index 73dea10..0000000 --- a/exim-4.94.2-opendmarc-1.4-build-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/dmarc.c -+++ b/src/dmarc.c -@@ -446,7 +446,7 @@ if (!dmarc_abort && !sender_host_authenticated) - vs == PDKIM_VERIFY_INVALID ? DMARC_POLICY_DKIM_OUTCOME_TMPFAIL : - DMARC_POLICY_DKIM_OUTCOME_NONE; - libdm_status = opendmarc_policy_store_dkim(dmarc_pctx, US sig->domain, -- dkim_result, US""); -+ sig->selector, dkim_result, US""); - DEBUG(D_receive) - debug_printf("DMARC adding DKIM sender domain = %s\n", sig->domain); - if (libdm_status != DMARC_PARSE_OKAY) diff --git a/exim.spec b/exim.spec index 3ffcc7f..8ebbd0d 100644 --- a/exim.spec +++ b/exim.spec @@ -46,8 +46,6 @@ Patch0: exim-4.94.2-config.patch Patch1: exim-4.94-libdir.patch Patch2: exim-4.94-dlopen-localscan.patch Patch3: exim-4.85-pic.patch -# https://bugs.exim.org/show_bug.cgi?id=2728 -Patch4: exim-4.94.2-opendmarc-1.4-build-fix.patch Requires: /etc/pki/tls/certs /etc/pki/tls/private Requires: /etc/aliases @@ -162,7 +160,6 @@ greylisting unconditional. %patch1 -p1 -b .libdir %patch2 -p1 -b .dl %patch3 -p1 -b .fpic -%patch4 -p1 -b .opendmarc-1.4-build-fix cp src/EDITME Local/Makefile sed -i 's@^# LOOKUP_MODULE_DIR=.*@LOOKUP_MODULE_DIR=%{_libdir}/exim/%{version}-%{release}/lookups@' Local/Makefile