- Memory management bug when generating a sha256 key, see:

https://bugzilla.redhat.com/show_bug.cgi?id=493953
This commit is contained in:
Paul Wouters 2009-04-16 19:59:20 +00:00
parent 588f5bef4e
commit ae318f560e
2 changed files with 9 additions and 2 deletions

View File

@ -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 <paul@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@lists.fedoraproject.org> - 1.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1,2 +1 @@
676c088b6a7e1ae0be16a16410fda805 ldns-1.5.0.tar.gz
17f73def98711e1475409d9a8d5d9dcd ldns-1.5.1.tar.gz