aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2023-02-10 16:44:05 +0100
committerGitHub <noreply@github.com>2023-02-10 16:44:05 +0100
commit63baa4249e0a0780e3e28b4f642f1e4c3045da1f (patch)
treec89912ce879382cb9c479de01dc8582b923bbf4d
parentc85a23a81eac541c03ed9af78e282d660ecbeae1 (diff)
parent97e69ec89c8bdb1c6d092eb5e8491467a06a9963 (diff)
Merge pull request #20349 from turris-cz/unbound-1171
unbound: update to version 1.17.1
-rw-r--r--net/unbound/Makefile6
-rw-r--r--net/unbound/patches/010-configure-uname.patch2
2 files changed, 4 insertions, 4 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile
index a137686bc..0620944cf 100644
--- a/net/unbound/Makefile
+++ b/net/unbound/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=unbound
-PKG_VERSION:=1.17.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_VERSION:=1.17.1
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=dcbc95d7891d9f910c66e4edc9f1f2fde4dea2eec18e3af9f75aed44a02f1341
+PKG_HASH:=ee4085cecce12584e600f3d814a28fa822dfaacec1f94c84bfd67f8a5571a5f4
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 ca9c47631..aa1075738 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
-@@ -818,7 +818,7 @@ if test x_$ub_test_python != x_no; then
+@@ -819,7 +819,7 @@ if test x_$ub_test_python != x_no; then
fi
fi