diff --git a/.gitignore b/.gitignore index 05f7a0a..f136c43 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ ldns-1.6.6.tar.gz /ldns-1.6.10.tar.gz /ldns-1.6.11.tar.gz /ldns-1.6.12.tar.gz +/ldns-1.6.13.tar.gz diff --git a/ldns.spec b/ldns.spec index ddf11f4..a0f8594 100644 --- a/ldns.spec +++ b/ldns.spec @@ -7,7 +7,7 @@ Summary: Lowlevel DNS(SEC) library with API Name: ldns -Version: 1.6.12 +Version: 1.6.13 Release: 1%{?dist} License: BSD Url: http://www.nlnetlabs.nl/%{name}/ @@ -54,13 +54,14 @@ Python extensions for ldns # autoreconf --install %build -%configure --disable-rpath --disable-static --with-sha2 --disable-gost \ +# as long as ECC is banned we cannot enable GOST or ECDSA +%configure --disable-rpath --disable-static --disable-gost --disable-ecdsa \ %if %{with_python} --with-pyldns %endif -(cd drill ; %configure --disable-rpath --disable-static --with-sha2 --disable-gost --with-ldns=%{buildroot}/lib/ ) -(cd examples ; %configure --disable-rpath --disable-static --with-sha2 --disable-gost --with-ldns=%{buildroot}/lib/ ) +(cd drill ; %configure --disable-rpath --disable-static --disable-gost --disable-ecdsa --with-ldns=%{buildroot}/lib/ ) +(cd examples ; %configure --disable-rpath --disable-static --disable-gost --disable-ecdsa --with-ldns=%{buildroot}/lib/ ) make %{?_smp_mflags} ( cd drill ; make %{?_smp_mflags} ) @@ -115,6 +116,11 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Mon May 21 2012 Paul Wouters - 1.6.13-1 +- Upgraded to 1.6.13, bugfix release +- Added --disable-ecdsa as ECC is still banned +- Removed --with-sha2 - it is always enabled and option was removed + * Wed Jan 11 2012 Paul Wouters - 1.6.12-1 - Upgraded to 1.6.12, fixes important end of year handling date bug diff --git a/sources b/sources index 956e00c..28902e5 100644 --- a/sources +++ b/sources @@ -2,3 +2,4 @@ fc9db99cfe7c9d7f86da8f53efdbbbd6 ldns-1.6.9.tar.gz fadf8e38fbd2d3434a2c46097d9932d5 ldns-1.6.10.tar.gz c55b592a679672281712c457fbb41eb5 ldns-1.6.11.tar.gz e7428ed0d19baed02459e2c55660c9b3 ldns-1.6.12.tar.gz +bcada4f2e62aa40fcdd5d73aec46f284 ldns-1.6.13.tar.gz