[ldns/el6] * Tue Oct 23 2012 Paul Wouters <pwouters at redhat.com> - 1.6.14-1 - Updated to 1.6.14 - Removed merged

Paul Wouters pwouters at fedoraproject.org
Wed Oct 24 02:03:11 UTC 2012


commit fa63504059cf9f8d060caec1f42f56bb5c5af14c
Author: Paul Wouters <pwouters at redhat.com>
Date:   Tue Oct 23 15:40:37 2012 -0400

    * Tue Oct 23 2012 Paul Wouters <pwouters at 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
    
    Conflicts:
    	ldns.spec

 .gitignore |    1 +
 ldns.spec  |   20 ++++++++++++++++----
 sources    |    1 +
 3 files changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b4bb1cc..ca5aacf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ ldns-1.6.10.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
diff --git a/ldns.spec b/ldns.spec
index 76e2dc9..652dfe2 100644
--- a/ldns.spec
+++ b/ldns.spec
@@ -7,13 +7,12 @@
 
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
-Version: 1.6.13
+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
 Group: System Environment/Libraries
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: perl, libpcap-devel, openssl-devel, gcc-c++, doxygen
 # Only needed for builds from svn snapshot
 # BuildRequires: libtool, autoconf, automake
@@ -21,6 +20,7 @@ BuildRequires: perl, libpcap-devel, openssl-devel, gcc-c++, doxygen
 %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
@@ -57,12 +57,19 @@ Python extensions for ldns
 %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} )
@@ -117,6 +124,11 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Oct 23 2012 Paul Wouters <pwouters at 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
+
 * 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
diff --git a/sources b/sources
index 32cffb6..1295c02 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 bcada4f2e62aa40fcdd5d73aec46f284  ldns-1.6.13.tar.gz
+013dfd1c8725c707bbb5bcf70dbee2ff  ldns-1.6.14.tar.gz


More information about the scm-commits mailing list