[opendkim] Update to 2.10.1-2

stevej stevej at fedoraproject.org
Wed Mar 4 04:30:07 UTC 2015


commit 8dbc469ae021fedcd66e70dfe27099d99a57a900
Author: stevejenkins <steve at stevejenkins.com>
Date:   Tue Mar 3 20:30:01 2015 -0800

    Update to 2.10.1-2

 opendkim.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/opendkim.spec b/opendkim.spec
index 0e2f152..50aecfd 100644
--- a/opendkim.spec
+++ b/opendkim.spec
@@ -5,7 +5,7 @@
 Summary: A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail
 Name: opendkim
 Version: 2.10.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD and Sendmail
 URL: http://opendkim.org/
 Group: System Environment/Daemons
@@ -239,6 +239,7 @@ cat > %{buildroot}%{_sysconfdir}/%{name}/TrustedHosts << 'EOF'
 # may be added on separate lines (IP addresses, hostnames, or CIDR ranges).
 # The localhost IP (127.0.0.1) should always be the first entry in this file.
 127.0.0.1
+::1
 #host.example.com
 #192.168.1.0/24
 EOF
@@ -441,6 +442,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Tue Mar 03 2015 Steve Jenkins <steve at stevejenkins.com> - 2.10.1-2
+- Added IPv6 ::1 support to TrustedHosts (RH Bugzilla #1049204)
+
 * Tue Mar 03 2015 Steve Jenkins <steve at stevejenkins.com> - 2.10.1-1
 - Updated to use newer upstream 2.10.1 source code
 


More information about the scm-commits mailing list