[ldns/el5] * Mon May 21 2012 Paul Wouters <pwouters at redhat.com> - 1.6.13-1 - Upgraded to 1.6.13, bugfix release

Paul Wouters pwouters at fedoraproject.org
Wed May 23 20:09:31 UTC 2012


commit acca66430341123d8da087fac2e3ed971e029cf2
Author: Paul Wouters <pwouters at redhat.com>
Date:   Wed May 23 16:09:17 2012 -0400

    * Mon May 21 2012 Paul Wouters <pwouters at 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

 .gitignore |    1 +
 ldns.spec  |   16 +++++++++++-----
 sources    |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5bedbf4..faaba60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ ldns-1.6.8.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
diff --git a/ldns.spec b/ldns.spec
index aa07b4a..16228b3 100644
--- a/ldns.spec
+++ b/ldns.spec
@@ -7,11 +7,11 @@
 
 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}/
-Source: http://www.nlnetlabs.nl/downloads/%{%name}/%{name}-%{version}.tar.gz
+Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: perl, libpcap-devel, openssl-devel , gcc-c++, doxygen,
@@ -55,13 +55,14 @@ Python extensions for ldns
 # autoreconf 
 
 %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} )
@@ -116,6 +117,11 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Mon May 21 2012 Paul Wouters <pwouters at 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 at nohats.ca> - 1.6.12-1
 - Upgraded to 1.6.12, fixes important end of year handling date bug
 
diff --git a/sources b/sources
index 23c09fb..32cffb6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7428ed0d19baed02459e2c55660c9b3  ldns-1.6.12.tar.gz
+bcada4f2e62aa40fcdd5d73aec46f284  ldns-1.6.13.tar.gz


More information about the scm-commits mailing list