* Update to 1.8.1

This commit is contained in:
Paul Wouters 2021-12-06 10:47:14 -05:00
parent bb66f946f9
commit cb38ebc54f
No known key found for this signature in database
GPG Key ID: DB48D2E5122468BF

View File

@ -38,8 +38,8 @@
Summary: Low-level DNS(SEC) library with API
Name: ldns
Version: 1.7.1
Release: 10%{?dist}
Version: 1.8.1
Release: 1%{?dist}
License: BSD
Url: https://www.nlnetlabs.nl/%{name}/
@ -47,10 +47,6 @@ Source0: https://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
Source1: https://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz.asc
# Willem Toorop, https://www.nlnetlabs.nl/people/
Source2: https://keys.openpgp.org/vks/v1/by-fingerprint/DC34EE5DB2417BCC151E5100E5F8F8212F77A498#/wtoorop.asc
Patch1: ldns-1.7.0-multilib.patch
Patch2: ldns-1.7.1-autoconf.patch
Patch3: ldns-1.7.1-python-libs.patch
Patch4: ldns-1.7.1-openssl-build.patch
# Only needed for builds from svn snapshot
%if 0%{snapshot}
@ -352,6 +348,11 @@ rm -rf doc/man
%doc doc
%changelog
* Mon Dec 06 2021 Paul Wouters <paul.wouters@aiven.io> - 1.8.1-1
- Resolves: rhbz#2028465 Heap out-of-bound read vulnerability in rr_frm_str_internal function
- Resolves: rhbz#2028468 Heap out-of-bound read vulnerability in ldns_nsec3_salt_data function
- Resolves: rhbz#2028472 Fixed time memory compare for Openssl 0.9.8
* Mon Oct 11 2021 Richard Lescak <rlescak@redhat.com> - 1.7.1-10
- Added patch for failing rebuild with OpenSSL 3.0.0 (#2010601)