unbound: update to 1.16.1
authorPascal Ernster <git@hardfalcon.net>
Mon, 11 Jul 2022 15:27:30 +0000 (17:27 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 19 Jul 2022 09:29:19 +0000 (12:29 +0300)
Maintainer: @EricLuehrsen
Compile tested: realtek/rtl838x, x86/64
Run tested: realtek/rtl838x, x86/64
Description: Update to 1.16.1

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

index 534ffdee4961749b7b0e3d4d2927377c8ee13d8c..615f2fa57847c19cfd6d633a41a6c7e1f017b17e 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
-PKG_VERSION:=1.16.0
+PKG_VERSION:=1.16.1
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=6701534c938eb019626601191edc6d012fc534c09d2418d5b92827db0cbe48a5
+PKG_HASH:=2fe4762abccd564a0738d5d502f57ead273e681e92d50d7fba32d11103174e9a
 
 PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
index d148d16aaacc5fce7f073a2c408dd275aed4a01b..8effd5a276ff86d26d3a2622883a172f8e60f731 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
-@@ -812,7 +812,7 @@ if test x_$ub_test_python != x_no; then
+@@ -813,7 +813,7 @@ if test x_$ub_test_python != x_no; then
     fi
  fi