* Tue Oct 23 2012 Paul Wouters <pwouters@redhat.com> - 1.6.14-1

- Updated to 1.6.14
- Removed merged in patch
- Added new dependancy on ca-certificates for ldns-dane PKIX validation
This commit is contained in:
Paul Wouters 2012-10-23 15:40:37 -04:00
parent 0278b1f232
commit d7a7cf66d8
3 changed files with 19 additions and 7 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ ldns-1.6.6.tar.gz
/ldns-1.6.11.tar.gz
/ldns-1.6.12.tar.gz
/ldns-1.6.13.tar.gz
/ldns-1.6.14.tar.gz

View File

@ -7,20 +7,19 @@
Summary: Lowlevel DNS(SEC) library with API
Name: ldns
Version: 1.6.13
Release: 2%{?dist}
Version: 1.6.14
Release: 1%{?dist}
License: BSD
Url: http://www.nlnetlabs.nl/%{name}/
Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
Patch1:ldns-1.6.13-readzone.patch
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl, libpcap-devel, openssl-devel, gcc-c++, doxygen,
# for snapshots only
# BuildRequires: libtool, autoconf, automake
%if %{with_python}
BuildRequires: python-devel, swig
%endif
Requires: ca-certificates
%description
ldns is a library with the aim to simplify DNS programming in C. All
@ -53,17 +52,23 @@ Python extensions for ldns
# aclocal
# libtoolize -c --install
# autoreconf --install
%patch1 -p1
%build
# as long as ECC is banned we cannot enable GOST or ECDSA
%configure --disable-rpath --disable-static --disable-gost --disable-ecdsa \
--with-ca-file=/etc/pki/tls/certs/ca-bundle.trust.crt --with-ca-path=/etc/pki/tls/certs/ \
%if %{with_python}
--with-pyldns
%endif
(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/ )
(cd drill ; %configure --disable-rpath --disable-static --disable-gost \
--disable-ecdsa --with-ldns=%{buildroot}/lib/ \
--with-ca-file=/etc/pki/tls/certs/ca-bundle.trust.crt --with-ca-path=/etc/pki/tls/certs/
)
(cd examples ; %configure --disable-rpath --disable-static --disable-gost \
--disable-ecdsa --with-ldns=%{buildroot}/lib/ \
--with-ca-file=/etc/pki/tls/certs/ca-bundle.trust.crt --with-ca-path=/etc/pki/tls/certs/
)
make %{?_smp_mflags}
( cd drill ; make %{?_smp_mflags} )
@ -118,6 +123,11 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Tue Oct 23 2012 Paul Wouters <pwouters@redhat.com> - 1.6.14-1
- Updated to 1.6.14
- Removed merged in patch
- Added new dependancy on ca-certificates for ldns-dane PKIX validation
* Fri Jun 01 2012 Paul Wouters <pwouters@redhat.com> - 1.6.13-2
- Added reworked ldns-read-zone patch from trunk
(adds -p for SOA padding, and -o for zeroizing timestamps/sigs)

View File

@ -1 +1,2 @@
bcada4f2e62aa40fcdd5d73aec46f284 ldns-1.6.13.tar.gz
013dfd1c8725c707bbb5bcf70dbee2ff ldns-1.6.14.tar.gz