unbound: update to 1.16.2, fix CVE-2022-30698, CVE-2022-30699
authorPascal Ernster <git@hardfalcon.net>
Tue, 2 Aug 2022 02:26:38 +0000 (04:26 +0200)
committerPascal Ernster <git@hardfalcon.net>
Tue, 2 Aug 2022 21:43:45 +0000 (23:43 +0200)
Maintainer: @EricLuehrsen
Compile tested: x86/64
Run tested: x86/64
Description: Update to 1.16.2, fix CVE-2022-30698 and CVE-2022-30699.

Signed-off-by: Pascal Ernster <git@hardfalcon.net>
net/unbound/Makefile
net/unbound/patches/010-configure-uname.patch

index 615f2fa57847c19cfd6d633a41a6c7e1f017b17e..e285997b6e6c2b743c6559ffc2a810f71cbe87a9 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
-PKG_VERSION:=1.16.1
+PKG_VERSION:=1.16.2
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=2fe4762abccd564a0738d5d502f57ead273e681e92d50d7fba32d11103174e9a
+PKG_HASH:=2e32f283820c24c51ca1dd8afecfdb747c7385a137abe865c99db4b257403581
 
 PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
index 8effd5a276ff86d26d3a2622883a172f8e60f731..d1ed5a7400637a669c51055689bb5b245e475b93 100644 (file)
@@ -3,7 +3,7 @@ Fix cross compile errors by inserting an environment variable for the
 target. Use "uname" on host only if "UNAME" variable is empty.
 --- a/configure.ac
 +++ b/configure.ac
-@@ -813,7 +813,7 @@ if test x_$ub_test_python != x_no; then
+@@ -814,7 +814,7 @@ if test x_$ub_test_python != x_no; then
     fi
  fi