summarylogtreecommitdiffstats
path: root/exim-opendmarc-1.4.patch
diff options
context:
space:
mode:
authorNathaniel Clark2023-11-21 09:03:07 -0500
committerNathaniel Clark2023-11-21 09:03:07 -0500
commit69ed0abe3924b77a25102cd3695280d1feb761de (patch)
tree5344c032675bf9a937a266eec1e6bb1cb65f5e9f /exim-opendmarc-1.4.patch
parentf06846e555c0907dff44ee7c9e66c26634e4c01e (diff)
downloadaur-69ed0abe3924b77a25102cd3695280d1feb761de.tar.gz
Update to 4.97
Add new dependency on AUR package perl-file-fcntllock. Update systemd file to be more similar to systemd files in upstream exim repo. Remove patches as they have landed for this release. Signed-off-by: Nathaniel Clark <Nathaniel.Clark@misrule.us>
Diffstat (limited to 'exim-opendmarc-1.4.patch')
-rw-r--r--exim-opendmarc-1.4.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/exim-opendmarc-1.4.patch b/exim-opendmarc-1.4.patch
deleted file mode 100644
index c128e7998027..000000000000
--- a/exim-opendmarc-1.4.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/dmarc.c b/src/dmarc.c
---- a/src/dmarc.c
-+++ b/src/dmarc.c
-@@ -459,7 +459,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)