aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPascal Ernster <git@hardfalcon.net>2022-07-11 17:27:30 +0200
committerHannu Nyman <hannu.nyman@iki.fi>2022-07-19 12:29:19 +0300
commite702a6605805b1160341bfc949ec1de4687af06d (patch)
tree8dcd4761988604af16e242ec997ad4de8caf07ef /net
parent45d7e4f6f735c686ce22fecd32ba73f5ca0d108b (diff)
unbound: update to 1.16.1
Maintainer: @EricLuehrsen Compile tested: realtek/rtl838x, x86/64 Run tested: realtek/rtl838x, x86/64 Description: Update to 1.16.1 Signed-off-by: Pascal Ernster <git@hardfalcon.net>
Diffstat (limited to 'net')
-rw-r--r--net/unbound/Makefile4
-rw-r--r--net/unbound/patches/010-configure-uname.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile
index 534ffdee4..615f2fa57 100644
--- a/net/unbound/Makefile
+++ b/net/unbound/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=unbound
-PKG_VERSION:=1.16.0
+PKG_VERSION:=1.16.1
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=6701534c938eb019626601191edc6d012fc534c09d2418d5b92827db0cbe48a5
+PKG_HASH:=2fe4762abccd564a0738d5d502f57ead273e681e92d50d7fba32d11103174e9a
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 d148d16aa..8effd5a27 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
-@@ -812,7 +812,7 @@ if test x_$ub_test_python != x_no; then
+@@ -813,7 +813,7 @@ if test x_$ub_test_python != x_no; then
fi
fi