diff options
author | Jan Klos <jan@klos.xyz> | 2024-03-18 21:26:51 +0100 |
---|---|---|
committer | Jan Klos <jan@klos.xyz> | 2024-03-18 21:26:51 +0100 |
commit | 558cbcac4698d58b11be23f954a7f64a296ab593 (patch) | |
tree | 52a84cedcfc2cc454ed5594b90a377883da217b9 /net/unbound | |
parent | 01e3135023069eb1bee3141c17dd458e9db7c699 (diff) |
unbound: update to 1.19.3
Signed-off-by: Jan Klos <jan@klos.xyz>
Diffstat (limited to 'net/unbound')
-rw-r--r-- | net/unbound/Makefile | 6 | ||||
-rw-r--r-- | net/unbound/patches/010-configure-uname.patch | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 3b60d9199..830f60607 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -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 diff --git a/net/unbound/patches/010-configure-uname.patch b/net/unbound/patches/010-configure-uname.patch index a8cd2ec85..9b87f8ec2 100644 --- a/net/unbound/patches/010-configure-uname.patch +++ b/net/unbound/patches/010-configure-uname.patch @@ -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 |