Accepting request 992035 from home:stroeder:network

Update to 1.16.2 which fixes the novel ghost domain issues CVE-2022-30698 and CVE-2022-30699.

OBS-URL: https://build.opensuse.org/request/show/992035
OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=151
This commit is contained in:
2022-08-01 14:08:30 +00:00
committed by Git OBS Bridge
parent d94c740036
commit 61ce99b18f
6 changed files with 53 additions and 5 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Aug 1 13:05:10 UTC 2022 - Michael Ströder <michael@stroeder.com>
- update to 1.16.2
* Features
- Merge #718: Introduce infra-cache-max-rtt option to config max
retransmit timeout.
* Bug Fixes
- Fix the novel ghost domain issues CVE-2022-30698 and CVE-2022-30699.
- Fix bug introduced in 'improve val_sigcrypt.c::algo_needs_missing for
one loop pass'.
- Merge PR #668 from Cristian Rodríguez: Set IP_BIND_ADDRESS_NO_PORT on
outbound tcp sockets.
- Fix verbose EDE error printout.
- Fix dname count in sldns parse type descriptor for SVCB and HTTPS.
- For windows crosscompile, fix setting the IPV6_MTU socket option
equivalent (IPV6_USER_MTU); allows cross compiling with latest
cross-compiler versions.
- Merge PR 714: Avoid treat normal hosts as unresponsive servers.
And fixup the lock code.
- iana portlist update.
- Update documentation for 'outbound-msg-retry:'.
- Tests for ghost domain fixes.
-------------------------------------------------------------------
Mon Jul 11 10:03:06 UTC 2022 - Michael Ströder <michael@stroeder.com>

View File

@@ -22,7 +22,7 @@
%bcond_without hardened_build
#
Name: libunbound-devel-mini
Version: 1.16.1
Version: 1.16.2
Release: 0
Summary: Just a devel package for build loops
License: BSD-3-Clause

BIN
unbound-1.16.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
unbound-1.16.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Aug 1 13:05:10 UTC 2022 - Michael Ströder <michael@stroeder.com>
- update to 1.16.2
* Features
- Merge #718: Introduce infra-cache-max-rtt option to config max
retransmit timeout.
* Bug Fixes
- Fix the novel ghost domain issues CVE-2022-30698 and CVE-2022-30699.
- Fix bug introduced in 'improve val_sigcrypt.c::algo_needs_missing for
one loop pass'.
- Merge PR #668 from Cristian Rodríguez: Set IP_BIND_ADDRESS_NO_PORT on
outbound tcp sockets.
- Fix verbose EDE error printout.
- Fix dname count in sldns parse type descriptor for SVCB and HTTPS.
- For windows crosscompile, fix setting the IPV6_MTU socket option
equivalent (IPV6_USER_MTU); allows cross compiling with latest
cross-compiler versions.
- Merge PR 714: Avoid treat normal hosts as unresponsive servers.
And fixup the lock code.
- iana portlist update.
- Update documentation for 'outbound-msg-retry:'.
- Tests for ghost domain fixes.
-------------------------------------------------------------------
Mon Jul 11 10:03:06 UTC 2022 - Michael Ströder <michael@stroeder.com>

View File

@@ -33,7 +33,7 @@
%define piddir /run
Name: unbound
Version: 1.16.1
Version: 1.16.2
Release: 0
BuildRequires: flex
BuildRequires: ldns-devel >= %{ldns_version}