unbound: update to version 1.15.0 17850/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 11 Feb 2022 16:00:48 +0000 (17:00 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 11 Feb 2022 16:11:44 +0000 (17:11 +0100)
Refresh patch

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

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