unbound: update to version 1.16.3 19447/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 25 Sep 2022 10:00:55 +0000 (12:00 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 25 Sep 2022 10:25:59 +0000 (12:25 +0200)
Changelog: https://www.nlnetlabs.nl/projects/unbound/download/#unbound-1-16-3
- Fixes: CVE-2022-3204

Refreshed one patch

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
net/unbound/Makefile
net/unbound/patches/010-configure-uname.patch

index e285997b6e6c2b743c6559ffc2a810f71cbe87a9..1c17edde14d2527dc3e057fe7e7b46510da4c112 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
-PKG_VERSION:=1.16.2
+PKG_VERSION:=1.16.3
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=2e32f283820c24c51ca1dd8afecfdb747c7385a137abe865c99db4b257403581
+PKG_HASH:=ea0c6665e2c3325b769eac1dfccd60fe1828d5fcf662650039eccb3f67edb28e
 
 PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
index d1ed5a7400637a669c51055689bb5b245e475b93..dbdb5d1c8116b1e772251595fa41569c24fb813d 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
-@@ -814,7 +814,7 @@ if test x_$ub_test_python != x_no; then
+@@ -815,7 +815,7 @@ if test x_$ub_test_python != x_no; then
     fi
  fi