diff --git a/.cvsignore b/.cvsignore index 0d7f95b..ae7718d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/ldns.spec b/ldns.spec index c96bb8e..cefe48e 100644 --- a/ldns.spec +++ b/ldns.spec @@ -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 - 1.6.1-1 +- Updated to 1.6.1 + * Fri Jul 24 2009 Fedora Release Engineering - 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 - 1.6.0-1 +- Updated to 1.6.0 +- Compile without openssl + * Thu Apr 16 2009 Paul Wouters - 1.5.1-4 - Memory management bug when generating a sha256 key, see: https://bugzilla.redhat.com/show_bug.cgi?id=493953 diff --git a/sources b/sources index 7fe1e29..7922270 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd0d4d34a60d018fbfedae6d3ee4049b ldns-1.6.0.tar.gz +a44dafecdcc49aaea5d20ae15bc738c0 ldns-1.6.1.tar.gz