* Fri Nov 01 2019 Paul Wouters <pwouters@redhat.com> - 1.9.4-1
- Fix build on rhel/centos systems - Resolves: rhbz#1767955 (CVE-2019-16866) uninitialized memory accesses leads to crash via a crafted NOTIFY query
This commit is contained in:
parent
57baf9aea1
commit
8890aaa359
1
.gitignore
vendored
1
.gitignore
vendored
@ -53,3 +53,4 @@ unbound-1.4.5.tar.gz
|
|||||||
/unbound-1.8.1.tar.gz
|
/unbound-1.8.1.tar.gz
|
||||||
/unbound-1.8.2.tar.gz
|
/unbound-1.8.2.tar.gz
|
||||||
/unbound-1.8.3.tar.gz
|
/unbound-1.8.3.tar.gz
|
||||||
|
/unbound-1.9.4.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (unbound-1.9.3.tar.gz) = 21e14dc1577adbe502a262d7fbe9aae0cd389cd9c0b822246beadf00f0ee875e268eeb3ce820433cbb01495d6b182c334b34b63b1bc33b08589a230810ccfe90
|
SHA512 (unbound-1.9.4.tar.gz) = 44021014c944fc01a1f5f9afd77145f5554a3282cc2bfd54526fc4f88346f497c847ddb72bafa155d7e6e5dd02b6bb031836ead4408977d4e4b5b3290dffea9c
|
||||||
|
10
unbound.spec
10
unbound.spec
@ -33,8 +33,8 @@
|
|||||||
|
|
||||||
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
||||||
Name: unbound
|
Name: unbound
|
||||||
Version: 1.9.3
|
Version: 1.9.4
|
||||||
Release: 2%{?extra_version:.%{extra_version}}%{?dist}
|
Release: 1%{?extra_version:.%{extra_version}}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: https://www.unbound.net/
|
Url: https://www.unbound.net/
|
||||||
Source: https://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz
|
Source: https://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz
|
||||||
@ -65,7 +65,7 @@ BuildRequires: python2-devel swig
|
|||||||
%if 0%{with_python3}
|
%if 0%{with_python3}
|
||||||
BuildRequires: python3-devel swig
|
BuildRequires: python3-devel swig
|
||||||
%endif
|
%endif
|
||||||
%if 0%{fedora} >= 30
|
%if 0%{?fedora} >= 30
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
%else
|
%else
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
@ -420,6 +420,10 @@ popd
|
|||||||
%attr(0644,root,root) %config %{_sysconfdir}/%{name}/root.key
|
%attr(0644,root,root) %config %{_sysconfdir}/%{name}/root.key
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 01 2019 Paul Wouters <pwouters@redhat.com> - 1.9.4-1
|
||||||
|
- Fix build on rhel/centos systems
|
||||||
|
- Resolves: rhbz#1767955 (CVE-2019-16866) uninitialized memory accesses leads to crash via a crafted NOTIFY query
|
||||||
|
|
||||||
* Thu Sep 26 2019 Petr Menšík <pihhan@gmail.com> - 1.9.3-2
|
* Thu Sep 26 2019 Petr Menšík <pihhan@gmail.com> - 1.9.3-2
|
||||||
- Obsolete no longer provided python2 subpackage (#1749400)
|
- Obsolete no longer provided python2 subpackage (#1749400)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user