diff --git a/.gitignore b/.gitignore index 3a9e96d..3491fe7 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ ldns-1.6.6.tar.gz /ldns-1.6.13.tar.gz /ldns-1.6.14.tar.gz /ldns-1.6.15.tar.gz +/ldns-1.6.16.tar.gz diff --git a/ldns.spec b/ldns.spec index d8e8a27..bc43116 100644 --- a/ldns.spec +++ b/ldns.spec @@ -7,7 +7,7 @@ Summary: Low-level DNS(SEC) library with API Name: ldns -Version: 1.6.15 +Version: 1.6.16 Release: 1%{?dist} License: BSD Url: http://www.nlnetlabs.nl/%{name}/ @@ -123,6 +123,11 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Tue Oct 30 2012 Paul Wouters - 1.6.16-1 +- Updated to 1.6.16 +- Addresses bug in 1.6.14 and 1.6.15 that affects opendnssec + (if you have empty non-terminals and use NSEC3) + * Fri Oct 26 2012 Paul Wouters - 1.6.15-1 - Updated to 1.6.15, as 1.6.14 accidentally broke ABI (We never released 1.6.14) diff --git a/sources b/sources index 1dca257..1beb0c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -164d271350d832c45e4a9be4b9cb4206 ldns-1.6.15.tar.gz +9ab2b402127cf24dffefaacbb727cad7 ldns-1.6.16.tar.gz