summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstevejenkins <steve@stevejenkins.com>2015-03-03 20:30:01 -0800
committerstevejenkins <steve@stevejenkins.com>2015-03-03 20:30:01 -0800
commit8dbc469ae021fedcd66e70dfe27099d99a57a900 (patch)
tree684add40c087a0a45422345d952e9a499ecec5db
parentd66c980fc3917bca6b661ae0e6e290c9e2618e22 (diff)
downloadopendkim_EL6-8dbc469ae021fedcd66e70dfe27099d99a57a900.tar.gz
Update to 2.10.1-2
-rw-r--r--opendkim.spec6
1 files changed, 5 insertions, 1 deletions
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@stevejenkins.com> - 2.10.1-2
+- Added IPv6 ::1 support to TrustedHosts (RH Bugzilla #1049204)
+
* Tue Mar 03 2015 Steve Jenkins <steve@stevejenkins.com> - 2.10.1-1
- Updated to use newer upstream 2.10.1 source code