* 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:
parent
baf22df86c
commit
c173f45eab
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
14
ldns.spec
14
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 <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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user