summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opendkim-2.11.0-comment-separator.patch13
-rw-r--r--opendkim.spec3
2 files changed, 15 insertions, 1 deletions
diff --git a/opendkim-2.11.0-comment-separator.patch b/opendkim-2.11.0-comment-separator.patch
new file mode 100644
index 0000000..1b8b293
--- /dev/null
+++ b/opendkim-2.11.0-comment-separator.patch
@@ -0,0 +1,13 @@
+diff --git a/opendkim/opendkim.c b/opendkim/opendkim.c
+index 803f37b0..c9dd782d 100644
+--- a/opendkim/opendkim.c
++++ b/opendkim/opendkim.c
+@@ -10766,7 +10766,7 @@ dkimf_ar_all_sigs(char *hdr, size_t hdrlen, struct dkimf_dstring *tmpstr,
+ " (%u-bit key%s%s)",
+ keybits,
+ dnssec == NULL ? ""
+- : "; ",
++ : ", ",
+ dnssec == NULL ? ""
+ : dnssec);
+ }
diff --git a/opendkim.spec b/opendkim.spec
index 9ee2ba2..7b6f19a 100644
--- a/opendkim.spec
+++ b/opendkim.spec
@@ -6,7 +6,7 @@
Summary: A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail
Name: opendkim
Version: 2.11.0
-Release: 0.19%{?dist}
+Release: 0.19.1%{?dist}
License: BSD and Sendmail
URL: http://%{name}.org/
Source0: https://github.com/trusteddomainproject/OpenDKIM/archive/%{full_version}.tar.gz
@@ -19,6 +19,7 @@ Source6: README.fedora
# https://github.com/trusteddomainproject/OpenDKIM/pull/70
Patch0: 0001-support-for-lua-5.3.patch
+Patch1: opendkim-2.11.0-comment-separator.patch
# Required for all versions
Requires: lib%{name}%{?_isa} = %{version}-%{release}