unbound: update to 1.21.0
authorJan Klos <[email protected]>
Sat, 24 Aug 2024 16:05:38 +0000 (18:05 +0200)
committerJosef Schlehofer <[email protected]>
Wed, 28 Aug 2024 20:10:42 +0000 (22:10 +0200)
Signed-off-by: Jan Klos <[email protected]>
net/unbound/Makefile
net/unbound/patches/010-configure-uname.patch

index 57ffa7118331f4a88527b4624e03a35df694f755..810858dee6c82f148494b05a506fcbd041596890 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
-PKG_VERSION:=1.20.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.21.0
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=56b4ceed33639522000fd96775576ddf8782bb3617610715d7f1e777c5ec1dbf
+PKG_HASH:=e7dca7d6b0f81bdfa6fa64ebf1053b5a999a5ae9278a87ef182425067ea14521
 
 PKG_MAINTAINER:=Eric Luehrsen <[email protected]>
 PKG_LICENSE:=BSD-3-Clause
index 95ab8f5b83008f141d420623ef480550732ca03e..609475cddbccd6fa077d24b1676b0a63079c6988 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
-@@ -849,7 +849,7 @@ if test x_$ub_test_python != x_no; then
+@@ -895,7 +895,7 @@ if test x_$ub_test_python != x_no; then
     fi
  fi