unbound: update to 1.16.0
authorStijn Segers <foss@volatilesystems.org>
Mon, 6 Jun 2022 07:51:47 +0000 (09:51 +0200)
committerRosen Penev <rosenp@gmail.com>
Sun, 19 Jun 2022 06:44:36 +0000 (00:44 -0600)
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
net/unbound/Makefile
net/unbound/patches/010-configure-uname.patch

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