From ae318f560e63fd574efb642cc7afc0ea1d59178d Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Thu, 16 Apr 2009 19:59:20 +0000 Subject: [PATCH] - Memory management bug when generating a sha256 key, see: https://bugzilla.redhat.com/show_bug.cgi?id=493953 --- ldns.spec | 10 +++++++++- sources | 1 - 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ldns.spec b/ldns.spec index 50e88f8..4e3d1be 100644 --- a/ldns.spec +++ b/ldns.spec @@ -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 @@ The devel package contains the ldns library and the include files #libtoolize #autoreconf +# https://bugzilla.redhat.com/show_bug.cgi?id=493953 +%patch1 + %configure --disable-rpath --with-sha2 %build @@ -85,6 +89,10 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Thu Apr 16 2009 Paul Wouters - 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 - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 48b2b2c..7f50124 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -676c088b6a7e1ae0be16a16410fda805 ldns-1.5.0.tar.gz 17f73def98711e1475409d9a8d5d9dcd ldns-1.5.1.tar.gz