- Updated to 1.6.1

This commit is contained in:
Paul Wouters 2009-08-14 15:50:52 +00:00
parent c3dcccd0dd
commit 60c535db05
3 changed files with 17 additions and 10 deletions

View File

@ -4,3 +4,5 @@ ldns-1.3.0.tar.gz
ldns-1.4.0.tar.gz
ldns-1.5.0.tar.gz
ldns-1.5.1.tar.gz
ldns-1.6.0.tar.gz
ldns-1.6.1.tar.gz

View File

@ -1,11 +1,10 @@
Summary: Lowlevel DNS(SEC) library with API
Name: ldns
Version: 1.6.0
Release: 5%{?dist}
Version: 1.6.1
Release: 1%{?dist}
License: BSD
Url: http://www.nlnetlabs.nl/%{name}/
Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
Patch0: ldns-ssl.patch
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool, autoconf, automake, gcc-c++, doxygen,
@ -32,13 +31,12 @@ The devel package contains the ldns library and the include files
#libtoolize
#autoreconf
%patch0 -p1
%build
%configure --disable-rpath --with-sha2 --without-ssl
make %{?_smp_mflags}
(cd drill ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/ --without-ssl)
(cd examples ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/ --without-ssl)
%configure --disable-rpath --with-sha2
(cd drill ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/ )
(cd examples ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/ )
make %{?_smp_mflags}
( cd drill ; make %{?_smp_mflags} )
( cd examples ; make %{?_smp_mflags} )
make %{?_smp_mflags} doc
@ -90,6 +88,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Fri Aug 14 2009 Paul Wouters <paul@xelerance.com> - 1.6.1-1
- Updated to 1.6.1
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
@ -105,6 +106,10 @@ rm -rf %{buildroot}
- Updated to 1.6.0
- (did not yet compile with --without-ssl due to compile failures)
* Fri Jul 10 2009 Paul Wouters <paul@xelerance.com> - 1.6.0-1
- Updated to 1.6.0
- Compile without openssl
* Thu Apr 16 2009 Paul Wouters <paul@xelerance.com> - 1.5.1-4
- Memory management bug when generating a sha256 key, see:
https://bugzilla.redhat.com/show_bug.cgi?id=493953

View File

@ -1 +1 @@
cd0d4d34a60d018fbfedae6d3ee4049b ldns-1.6.0.tar.gz
a44dafecdcc49aaea5d20ae15bc738c0 ldns-1.6.1.tar.gz