From 670883bd0869a1dcb6dc61fa590649bb78b6f1ed Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Mon, 24 Jan 2011 13:56:00 -0500 Subject: [PATCH] - Updated to 1.6.8 --- .gitignore | 1 + ldns.spec | 14 ++++++++------ sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index c7cb3f0..849a1b2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ ldns-1.6.3.tar.gz ldns-1.6.4.tar.gz ldns-1.6.5.tar.gz ldns-1.6.6.tar.gz +/ldns-1.6.8.tar.gz diff --git a/ldns.spec b/ldns.spec index 3aa8d79..38d1305 100644 --- a/ldns.spec +++ b/ldns.spec @@ -7,8 +7,8 @@ Summary: Lowlevel DNS(SEC) library with API Name: ldns -Version: 1.6.6 -Release: 2%{?dist} +Version: 1.6.8 +Release: 1%{?dist} License: BSD Url: http://www.nlnetlabs.nl/%{name}/ Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz @@ -55,13 +55,13 @@ Python extensions for ldns #autoreconf --install %build -%configure --disable-rpath --disable-static --with-sha2 \ +%configure --disable-rpath --disable-static --with-sha2 --disable-gost \ %if %{with_python} --with-pyldns %endif -(cd drill ; %configure --disable-rpath --disable-static --with-ldns=%{buildroot}/lib/ ) -(cd examples ; %configure --disable-rpath --disable-static --with-ldns=%{buildroot}/lib/ ) +(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/ ) make %{?_smp_mflags} ( cd drill ; make %{?_smp_mflags} ) @@ -99,7 +99,6 @@ rm -rf %{buildroot} %{_libdir}/libldns*so.* %{_bindir}/drill %{_bindir}/ldnsd -#%{_bindir}/ldns-* %{_bindir}/ldns-chaos %{_bindir}/ldns-compare-zones %{_bindir}/ldns-[d-z]* @@ -125,6 +124,9 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Mon Jan 24 2011 Paul Wouters - 1.6.8-1 +- Updated to 1.6.8 + * Thu Aug 26 2010 Paul Wouters - 1.6.6-2 - Bump for EVR diff --git a/sources b/sources index c9c8c90..3b2d16a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f2bff31764c98aa69749070a21199164 ldns-1.6.6.tar.gz +17d15e0d185a6258eed2c3806d8fc7c5 ldns-1.6.8.tar.gz