SHA256
1
0
forked from pool/ldns

(bsc#1195057, CVE-2020-19860)

(bsc#1195058, CVE-2020-19861)

OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=44
This commit is contained in:
Adam Majer 2022-02-02 16:35:53 +00:00 committed by Git OBS Bridge
parent e1c2a5dfe0
commit ba5d5e1833
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,6 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 3 18:15:35 UTC 2021 - Michael Ströder <michael@stroeder.com> Fri Dec 3 18:15:35 UTC 2021 - Michael Ströder <michael@stroeder.com>
- because of upstream's soname bump libname is set to libldns5
- new version 1.8.1 - new version 1.8.1
+ 1.8.1 2021-12-03 + 1.8.1 2021-12-03
* bugfix #146: ldns-1.7.1 had soname 3.0, so ldns-1.8.x soname * bugfix #146: ldns-1.7.1 had soname 3.0, so ldns-1.8.x soname
@ -13,8 +12,10 @@ Fri Dec 3 18:15:35 UTC 2021 - Michael Ströder <michael@stroeder.com>
* bugfix: Revert unused variables in ldns-config removal patch. * bugfix: Revert unused variables in ldns-config removal patch.
* bugfix #50: heap Out-of-bound Read vulnerability in * bugfix #50: heap Out-of-bound Read vulnerability in
rr_frm_str_internal reported by pokerfacett. rr_frm_str_internal reported by pokerfacett.
(bsc#1195057, CVE-2020-19860)
* bugfix #51: Heap Out-of-bound Read vulnerability in * bugfix #51: Heap Out-of-bound Read vulnerability in
ldns_nsec3_salt_data reported by pokerfacett. ldns_nsec3_salt_data reported by pokerfacett.
(bsc#1195058, CVE-2020-19861)
* Fix memory leak in examples/ldns-testns handle_tcp routine. * Fix memory leak in examples/ldns-testns handle_tcp routine.
* Detect fixed time memory compare for openssl 0.9.8. * Detect fixed time memory compare for openssl 0.9.8.
* Fix compile warning by variable initialisation for older gcc. * Fix compile warning by variable initialisation for older gcc.

View File

@ -1,7 +1,7 @@
# #
# spec file for package ldns # spec file for package ldns
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,7 +16,7 @@
# #
%define libname libldns5 %define libname libldns3
Name: ldns Name: ldns
Version: 1.8.1 Version: 1.8.1
Release: 0 Release: 0
@ -79,6 +79,7 @@ Python bindings for the ldns library
Summary: Perl bindings for ldns Summary: Perl bindings for ldns
Group: Development/Languages/Perl Group: Development/Languages/Perl
Requires: %{libname} >= %{version} Requires: %{libname} >= %{version}
%libperl_requires
%description -n perl-DNS-LDNS %description -n perl-DNS-LDNS
Perl bindings for the ldns library. Perl bindings for the ldns library.
@ -167,6 +168,7 @@ rm -v %{buildroot}%{_libdir}/libldns.*a
%{_mandir}/man1/ldns*.1%{?ext_man} %{_mandir}/man1/ldns*.1%{?ext_man}
%files -n %{libname} %files -n %{libname}
%license LICENSE
%{_libdir}/libldns.so.* %{_libdir}/libldns.so.*
%files devel %files devel
@ -175,7 +177,6 @@ rm -v %{buildroot}%{_libdir}/libldns.*a
%{_libdir}/libldns.so %{_libdir}/libldns.so
%{_libdir}/pkgconfig/ldns.pc %{_libdir}/pkgconfig/ldns.pc
%{_mandir}/man3/ldns*.3%{?ext_man} %{_mandir}/man3/ldns*.3%{?ext_man}
%license LICENSE
%doc libdns.vim README* %doc libdns.vim README*
%files -n perl-DNS-LDNS %files -n perl-DNS-LDNS