unbound: update to 1.19.3 23690/head
authorJan Klos <jan@klos.xyz>
Mon, 18 Mar 2024 20:26:51 +0000 (21:26 +0100)
committerJan Klos <jan@klos.xyz>
Mon, 18 Mar 2024 20:26:51 +0000 (21:26 +0100)
Signed-off-by: Jan Klos <jan@klos.xyz>
net/unbound/Makefile
net/unbound/patches/010-configure-uname.patch

index 3b60d91993859ed53ee31d0362dcdd78f4a4df71..830f60607cb803892346c67571807074e89b87b9 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
-PKG_VERSION:=1.19.1
-PKG_RELEASE:=2
+PKG_VERSION:=1.19.3
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=bc1d576f3dd846a0739adc41ffaa702404c6767d2b6082deb9f2f97cbb24a3a9
+PKG_HASH:=3ae322be7dc2f831603e4b0391435533ad5861c2322e34a76006a9fb65eb56b9
 
 PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
index a8cd2ec852aecdd0c5b9c54c91663a72029ba9bc..9b87f8ec2b777e13f1d2a722860ce96a3950a1f9 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
-@@ -843,7 +843,7 @@ if test x_$ub_test_python != x_no; then
+@@ -845,7 +845,7 @@ if test x_$ub_test_python != x_no; then
     fi
  fi