rpms/ldns/EL-5 ldns.spec,1.17,1.18 sources,1.7,1.8

Paul Wouters pwouters at fedoraproject.org
Sat Jul 11 04:47:27 UTC 2009


Author: pwouters

Update of /cvs/extras/rpms/ldns/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8381

Modified Files:
	ldns.spec sources 
Log Message:
* Sat Jul 11 2009 Paul Wouters <paul at xelerance.com> - 1.6.0-1
- Updated to 1.6.0



Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/EL-5/ldns.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- ldns.spec	16 Apr 2009 20:48:44 -0000	1.17
+++ ldns.spec	11 Jul 2009 04:46:57 -0000	1.18
@@ -1,11 +1,10 @@
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
-Version: 1.5.1
-Release: 2%{?dist}
+Version: 1.6.0
+Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
-Patch1: ldns-keygen-hmac-memory.patch
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libtool, autoconf, automake, gcc-c++, openssl-devel, doxygen
@@ -32,9 +31,6 @@ The devel package contains the ldns libr
 #libtoolize
 #autoreconf
 
-# https://bugzilla.redhat.com/show_bug.cgi?id=493953
-%patch1
-
 %configure --disable-rpath --with-sha2
 
 %build
@@ -61,7 +57,6 @@ rm -rf %{buildroot}%{_libdir}/*.la
 (cd drill ; make DESTDIR=%{buildroot} install)
 (cd examples; make DESTDIR=%{buildroot} install)
 
-
 %clean
 rm -rf %{buildroot}
 
@@ -69,7 +64,9 @@ rm -rf %{buildroot}
 %defattr(-,root,root)
 %{_libdir}/libldns*so.*
 %{_bindir}/drill
-%{_bindir}/ldns-*
+%{_bindir}/ldns-chaos
+%{_bindir}/ldns-compare-zones
+%{_bindir}/ldns-[d-z]*
 %{_bindir}/ldnsd
 %doc README LICENSE
 %{_mandir}/*/*
@@ -79,6 +76,7 @@ rm -rf %{buildroot}
 %{_libdir}/libldns.a
 %{_libdir}/libldns*so
 %dir %{_includedir}/ldns
+%{_bindir}/ldns-config
 %{_includedir}/ldns/*.h
 %doc doc Changelog README
 
@@ -87,6 +85,9 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sat Jul 11 2009 Paul Wouters <paul at xelerance.com> - 1.6.0-1
+- Updated to 1.6.0
+
 * Thu Apr 16 2009 Paul Wouters <paul at xelerance.com> - 1.5.1-2
 - Memory management bug when generating a sha256 key, see:
   https://bugzilla.redhat.com/show_bug.cgi?id=493953


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ldns/EL-5/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	16 Apr 2009 20:48:44 -0000	1.7
+++ sources	11 Jul 2009 04:46:57 -0000	1.8
@@ -1 +1 @@
-17f73def98711e1475409d9a8d5d9dcd  ldns-1.5.1.tar.gz
+cd0d4d34a60d018fbfedae6d3ee4049b  ldns-1.6.0.tar.gz




More information about the fedora-extras-commits mailing list