- Memory management bug when generating a sha256 key, see:
https://bugzilla.redhat.com/show_bug.cgi?id=493953
This commit is contained in:
parent
588f5bef4e
commit
ae318f560e
10
ldns.spec
10
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 <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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user