rpms/ldns/devel ldns.spec,1.40,1.41 sources,1.12,1.13

Paul Wouters pwouters at fedoraproject.org
Thu Apr 16 19:59:50 UTC 2009


Author: pwouters

Update of /cvs/extras/rpms/ldns/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18218

Modified Files:
	ldns.spec sources 
Log Message:
* Thu Apr 16 2009 Paul Wouters <paul at xelerance.com> - 1.5.1-3
- Memory management bug when generating a sha256 key, see:
  https://bugzilla.redhat.com/show_bug.cgi?id=493953



Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/devel/ldns.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ldns.spec	25 Feb 2009 12:51:00 -0000	1.40
+++ ldns.spec	16 Apr 2009 19:59:19 -0000	1.41
@@ -1,10 +1,11 @@
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
 Version: 1.5.1
-Release: 2%{?dist}
+Release: 3%{?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,
@@ -31,6 +32,9 @@
 #libtoolize
 #autoreconf
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=493953
+%patch1
+
 %configure --disable-rpath --with-sha2
 
 %build
@@ -85,6 +89,10 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Thu Apr 16 2009 Paul Wouters <paul at xelerance.com> - 1.5.1-3
+- Memory management bug when generating a sha256 key, see:
+  https://bugzilla.redhat.com/show_bug.cgi?id=493953
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ldns/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	10 Feb 2009 18:25:11 -0000	1.12
+++ sources	16 Apr 2009 19:59:20 -0000	1.13
@@ -1,2 +1 @@
-676c088b6a7e1ae0be16a16410fda805  ldns-1.5.0.tar.gz
 17f73def98711e1475409d9a8d5d9dcd  ldns-1.5.1.tar.gz




More information about the fedora-extras-commits mailing list