summarylogtreecommitdiffstats
path: root/exim-typo-d05685413.patch
diff options
context:
space:
mode:
authorNathaniel Clark2022-07-05 11:58:22 -0400
committerNathaniel Clark2022-07-05 11:58:22 -0400
commit4d4462ca854466648ea184e5ea4f4b35c3a711fb (patch)
treee4b9286160ded8735f8c3aa67c9b953d03b04ad3 /exim-typo-d05685413.patch
parent18b2ac436031d1bba8bbdfb623c700a890d36184 (diff)
downloadaur-4d4462ca854466648ea184e5ea4f4b35c3a711fb.tar.gz
Update to 4.96
Requires pcre2 (instead of pcre) Add patches * Typo in drtables (already landed to exim master) * OpenDMARC 1.4.x fix (Fedora patch to exim) requires opendmarc >= 1.4.0 Signed-off-by: Nathaniel Clark <Nathaniel.Clark@misrule.us>
Diffstat (limited to 'exim-typo-d05685413.patch')
-rw-r--r--exim-typo-d05685413.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/exim-typo-d05685413.patch b/exim-typo-d05685413.patch
new file mode 100644
index 000000000000..45869bd2bc29
--- /dev/null
+++ b/exim-typo-d05685413.patch
@@ -0,0 +1,19 @@
+commit d05685413efd3262b4a5622717f90bba351f1074
+Author: Jeremy Harris <jgh146exb@wizmail.org>
+Date: Sun Jun 26 12:29:05 2022 +0100
+
+ typo
+
+diff --git a/src/src/drtables.c b/src/src/drtables.c
+index b2f2a4b33..30eb855e3 100644
+--- a/src/src/drtables.c
++++ b/src/src/drtables.c
+@@ -736,7 +736,7 @@ else
+ {
+ char * name = ent->d_name;
+ int len = (int)strlen(name);
+- if (regex_match(regex_islookupmod, US name, len, NUL))
++ if (regex_match(regex_islookupmod, US name, len, NULL))
+ {
+ int pathnamelen = len + (int)strlen(LOOKUP_MODULE_DIR) + 2;
+ void *dl;