- Updated to 1.6.3 (fixes assertion failure when receiving malformed packet with 0x20 enabled)
This commit is contained in:
parent
a1c71a375c
commit
7d28caf1f9
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@ unbound-1.4.5.tar.gz
|
|||||||
/unbound-1.5.10.tar.gz
|
/unbound-1.5.10.tar.gz
|
||||||
/unbound-1.6.0.tar.gz
|
/unbound-1.6.0.tar.gz
|
||||||
/unbound-1.6.2.tar.gz
|
/unbound-1.6.2.tar.gz
|
||||||
|
/unbound-1.6.3.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (unbound-1.6.2.tar.gz) = ac7a4f7e6e857715bd047060ad27a36637ceaaea965fadea0124eb7d83a8bcffdf64723335ca4baf2428eefbd135909ed7a62530dc7f9fb68980726b4270a751
|
SHA512 (unbound-1.6.3.tar.gz) = 1d84fcc4c4b2a2b5cce6540cf252ff964f4acae3b6567c61cee69b76c6cee3e00270b1f7cc7ad83a2754afb33cc199c8b6e8116e5b587811714398b1d34de8a3
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
|
|
||||||
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
||||||
Name: unbound
|
Name: unbound
|
||||||
Version: 1.6.2
|
Version: 1.6.3
|
||||||
Release: 2%{?extra_version:.%{extra_version}}%{?dist}
|
Release: 1%{?extra_version:.%{extra_version}}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://www.nlnetlabs.nl/unbound/
|
Url: http://www.nlnetlabs.nl/unbound/
|
||||||
Source: http://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz
|
Source: http://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz
|
||||||
@ -444,6 +444,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 13 2017 Paul Wouters <pwouters@redhat.com> - 1.6.3-1
|
||||||
|
- Updated to 1.6.3 (fixes assertion failure when receiving malformed packet with 0x20 enabled)
|
||||||
|
|
||||||
* Thu Jun 08 2017 Paul Wouters <pwouters@redhat.com> - 1.6.2-2
|
* Thu Jun 08 2017 Paul Wouters <pwouters@redhat.com> - 1.6.2-2
|
||||||
- Patch for cmd: unbound-control set_option val-permissive-mode: yes
|
- Patch for cmd: unbound-control set_option val-permissive-mode: yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user