summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--opendkim.spec12
-rw-r--r--sources3
3 files changed, 10 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index a7d4e32..e359a7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/opendkim-2.7.4.tar.gz
/opendkim-2.8.0.tar.gz
/opendkim-libdb.patch
+/opendkim-2.8.1.tar.gz
diff --git a/opendkim.spec b/opendkim.spec
index d718807..6bb5601 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.0
-Release: 4%{?dist}
+Version: 2.8.1
+Release: 1%{?dist}
License: BSD and Sendmail
URL: http://opendkim.org/
Group: System Environment/Daemons
@@ -27,7 +27,7 @@ BuildRequires: sendmail-devel
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0: %{name}-libdb.patch
+#Patch0: %{name}-libdb.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -71,7 +71,7 @@ required for developing applications against libopendkim.
%prep
%setup -q
-%patch0 -p1
+#%patch0 -p1
%build
%configure
@@ -360,6 +360,10 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/*.pc
%changelog
+* Tue Mar 19 2013 Steve Jenkins <steve stevejenkins com> 2.8.1-1
+- Updated to use newer upstream 2.8.1 source code
+- Removed patches for bugs fixed in upstream source
+
* Wed Feb 27 2013 Steve Jenkins <steve stevejenkins com> 2.8.0-4
- Added patch from upstream to fix libdb compatibility issues
diff --git a/sources b/sources
index 3106574..d92d4eb 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-d11b1192df608e952b6d47b84908652d opendkim-libdb.patch
-53bd811c6577235bd008f632e7f63dae opendkim-2.8.0.tar.gz
+6c9810e343414f49ad7fee313f02a0a7 opendkim-2.8.1.tar.gz