summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--opendkim.spec21
-rw-r--r--sources2
3 files changed, 18 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 0bc25bd..e89b934 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/opendkim-libdb.patch
/opendkim-2.8.1.tar.gz
/opendkim-2.8.2.tar.gz
+/opendkim-2.8.3.tar.gz
diff --git a/opendkim.spec b/opendkim.spec
index dff792f..29f500b 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.2
-Release: 1%{?dist}
+Version: 2.8.3
+Release: 2%{?dist}
License: BSD and Sendmail
URL: http://opendkim.org/
Group: System Environment/Daemons
@@ -15,15 +15,19 @@ Requires (pre): shadow-utils
#Requires (preun): systemd-units
#Requires (postun): systemd-units
#Requires (post): systemd-sysv
+#BuildRequires: libdb-devel
+#BuildRequires: libmemcached-devel
# Uncomment for SystemV version
Requires (post): chkconfig
Requires (preun): chkconfig, initscripts
Requires (postun): initscripts
+BuildRequires: db4-devel
-BuildRequires: openssl-devel
BuildRequires: pkgconfig
+BuildRequires: openssl-devel
BuildRequires: sendmail-devel
+BuildRequires: unbound-devel
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -74,7 +78,7 @@ required for developing applications against libopendkim.
#%patch0 -p1
%build
-%configure
+%configure --with-unbound --with-db
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -360,7 +364,14 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/*.pc
%changelog
-* Fri Mar 29 2013 Steve Jenkins <steve stevejenkins com> 2.8.2-1
+* Fri May 17 2013 Steve Jenkins <steve stevejenkins com> 2.8.3-2
+- Removed libmemcached support from SysV version (requires > v0.36)
+
+* Sun May 12 2013 Steve Jenkins <steve stevejenkins com> 2.8.3-1
+- Updated to use newer upstream 2.8.3 source code
+- Added unbound, libmcached, and db support on configure
+
+* Fri Apr 29 2013 Steve Jenkins <steve stevejenkins com> 2.8.2-1
- Updated to use newer upstream 2.8.2 source code
* Tue Mar 19 2013 Steve Jenkins <steve stevejenkins com> 2.8.1-1
diff --git a/sources b/sources
index 26671fa..454b81f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62d7b22f3b15049e3692caa28bcc801e opendkim-2.8.2.tar.gz
+0ae9d37e3221a244eb34c3e0e2d665cc opendkim-2.8.3.tar.gz