diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | opendkim.spec | 9 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -9,3 +9,4 @@ /opendkim-2.8.1.tar.gz /opendkim-2.8.2.tar.gz /opendkim-2.8.3.tar.gz +/opendkim-2.8.4.tar.gz diff --git a/opendkim.spec b/opendkim.spec index 29f500b..61ae00e 100644 --- a/opendkim.spec +++ b/opendkim.spec @@ -2,8 +2,8 @@ Summary: A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail Name: opendkim -Version: 2.8.3 -Release: 2%{?dist} +Version: 2.8.4 +Release: 1%{?dist} License: BSD and Sendmail URL: http://opendkim.org/ Group: System Environment/Daemons @@ -24,6 +24,7 @@ Requires (preun): chkconfig, initscripts Requires (postun): initscripts BuildRequires: db4-devel +BuildRequires: libbsd BuildRequires: pkgconfig BuildRequires: openssl-devel BuildRequires: sendmail-devel @@ -364,6 +365,10 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/*.pc %changelog +* Tue Jul 23 2013 Steve Jenkins <steve stevejenkins com> 2.8.4-1 +- Updated to use newer upstream 2.8.4 source code +- Added libbsd build requirement + * Fri May 17 2013 Steve Jenkins <steve stevejenkins com> 2.8.3-2 - Removed libmemcached support from SysV version (requires > v0.36) @@ -1 +1 @@ -0ae9d37e3221a244eb34c3e0e2d665cc opendkim-2.8.3.tar.gz +17f667d022c167c7874a993e928d4a6d opendkim-2.8.4.tar.gz |