unbound: update to 1.22.0
authorJan Klos <jan@klos.xyz>
Sun, 10 Nov 2024 19:24:52 +0000 (21:24 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 10 Nov 2024 19:24:52 +0000 (21:24 +0200)
Signed-off-by: Jan Klos <jan@klos.xyz>
[Solve PKG_RELEASE conflict]

net/unbound/Makefile
net/unbound/patches/010-configure-uname.patch

index e3d128a522c0b060dd20d9722909441276e8236e..f88c44f3ad16a0b6d33bf07408479ba903124182 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
-PKG_VERSION:=1.21.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.22.0
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=e7dca7d6b0f81bdfa6fa64ebf1053b5a999a5ae9278a87ef182425067ea14521
+PKG_HASH:=c5dd1bdef5d5685b2cedb749158dd152c52d44f65529a34ac15cd88d4b1b3d43
 
 PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
index 609475cddbccd6fa077d24b1676b0a63079c6988..65b9449c06617056ab6d39f402820711bffec671 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
-@@ -895,7 +895,7 @@ if test x_$ub_test_python != x_no; then
+@@ -897,7 +897,7 @@ if test x_$ub_test_python != x_no; then
     fi
  fi