summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstevejenkins <steve@stevejenkins.com>2013-01-08 21:33:47 -0800
committerstevejenkins <steve@stevejenkins.com>2013-01-08 21:33:47 -0800
commite2f583e2b7fd4808db288a46ce3402e74da85585 (patch)
tree150fe297577f14c424e2714e80db8c99bb5f3fa7
parentb78400df40aae087ac41ea76f57d22252f108b34 (diff)
downloadopendkim_EL6-e2f583e2b7fd4808db288a46ce3402e74da85585.tar.gz
Update to version 2.7.4-1
-rw-r--r--.gitignore1
-rw-r--r--opendkim.spec17
-rw-r--r--sources2
3 files changed, 16 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 1cc51d0..5304fc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/opendkim-2.7.1.tar.gz
/opendkim-2.7.2.tar.gz
/opendkim-2.7.3.tar.gz
+/opendkim-2.7.4.tar.gz
diff --git a/opendkim.spec b/opendkim.spec
index 9dec089..34b6184 100644
--- a/opendkim.spec
+++ b/opendkim.spec
@@ -4,8 +4,8 @@
Summary: A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail
Name: opendkim
-Version: 2.7.3
-Release: 2%{?dist}
+Version: 2.7.4
+Release: 1%{?dist}
License: BSD and Sendmail
URL: http://opendkim.org/
Group: System Environment/Daemons
@@ -79,6 +79,12 @@ cat > %{buildroot}%{_sysconfdir}/%{name}.conf << 'EOF'
# Specifies the path to the process ID file.
PidFile %{_localstatedir}/run/%{name}/%{name}.pid
+# Determines whether to automatically restart if the process dies unexpectedly
+AutoRestart yes
+
+# Limits the number of automatic restarts allowed per any given time period
+AutoRestartRate 5/1h
+
# Selects operating modes. Valid modes are s (signer) and v (verifier). Default is v.
Mode v
@@ -134,7 +140,7 @@ KeyFile %{_sysconfdir}/%{name}/keys/default.private
# Defines a table used to select one or more signatures to apply to a message based
# on the address found in the From: header field. In simple terms, this tells
# OpenDKIM how to use your keys.
-#SigningTable %{_sysconfdir}/%{name}/SigningTable
+#SigningTable refile:%{_sysconfdir}/%{name}/SigningTable
# Identifies a set of "external" hosts that may send mail through the server as one
# of the signing domains without credentials as such.
@@ -278,6 +284,11 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/*.pc
%changelog
+* Tue Jan 08 2013 Steve Jenkins <steve stevejenkins com> 2.7.4-1
+- Updated to use newer upstream 2.7.4 source code
+- Added AutoRestart and AutoRestartRate directives to default configuration
+- Changed default SigningTable directive to include refile: for wildcard support
+
* Tue Dec 04 2012 Steve Jenkins <steve stevejenkins com> 2.7.3-2
- Set /etc/opendkim/keys default permissions to 750 (Thanks patrick at puzzled.xs4al.nl)
diff --git a/sources b/sources
index 8497b6a..14f97a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b9e74b40ab26be23661c4a3fd300c12 opendkim-2.7.3.tar.gz
+310063cabe530eb0b5c16103334b3bb0 opendkim-2.7.4.tar.gz