* Mon May 21 2012 Paul Wouters <pwouters@redhat.com> - 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
This commit is contained in:
Paul Wouters 2012-05-21 13:21:41 -04:00
parent baf22df86c
commit c173f45eab
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <pwouters@redhat.com> - 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 <paul@nohats.ca> - 1.6.12-1
- Upgraded to 1.6.12, fixes important end of year handling date bug

View File

@ -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