diff --git a/.gitignore b/.gitignore index 78580af..50d7d52 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ unbound-1.4.5.tar.gz /unbound-1.4.13.tar.gz /unbound-1.4.14.tar.gz /unbound-1.4.15.tar.gz +/unbound-1.4.16.tar.gz diff --git a/sources b/sources index 2a74d37..4f0f9b3 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 99173a6548e0e2ec9bfac7a5d025f79e unbound-1.4.15.tar.gz +5158d03d2ab0a8e60925c7a9b9903631 unbound-1.4.16.tar.gz diff --git a/unbound.spec b/unbound.spec index 71e2bad..cad3c00 100644 --- a/unbound.spec +++ b/unbound.spec @@ -7,8 +7,8 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound -Version: 1.4.15 -Release: 2%{?dist} +Version: 1.4.16 +Release: 1%{?dist} License: BSD Url: http://www.nlnetlabs.nl/unbound/ Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz @@ -21,7 +21,6 @@ Source6: dlv.isc.org.key Source7: unbound-keygen.service Source8: tmpfiles-unbound.conf Patch1: unbound-1.2-glob.patch -Patch2: unbound-1.4.15-version.patch Group: System Environment/Daemons BuildRequires: flex, openssl-devel , ldns-devel >= 1.5.0, @@ -94,7 +93,6 @@ Python modules and extensions for unbound %prep %setup -q %patch1 -p1 -%patch2 -p1 %build %configure --with-ldns= --with-libevent --with-pthreads --with-ssl \ @@ -221,6 +219,10 @@ fi /bin/systemctl try-restart unbound-keygen.service >/dev/null 2>&1 || : %changelog +* Thu Feb 02 2012 Paul Wouters - 1.4.16-1 +- Upgraded to 1.4.16, which was relesed due to the soname + and some DNSSEC validation failures + * Wed Feb 01 2012 Paul Wouters - 1.4.15-2 - Patch for SONAME version (libtool's -version-number vs -version-info)