diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-09-29 07:11:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 07:11:41 +0200 |
commit | 6c827a73f6bfc94b58f2746c3323d6b4a2af9556 (patch) | |
tree | ecd00af9a8c6d3ad06efeb26f394a63674d46835 /net | |
parent | d09844e395560a402a7b8c71ac03e0370066ec51 (diff) | |
parent | 027533f9a23bbedd0b7c988405a9b5fd433da502 (diff) |
Merge pull request #19447 from turris-cz/unbound
unbound: update to version 1.16.3
Diffstat (limited to 'net')
-rw-r--r-- | net/unbound/Makefile | 4 | ||||
-rw-r--r-- | net/unbound/patches/010-configure-uname.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index e285997b6..1c17edde1 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.16.2 +PKG_VERSION:=1.16.3 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound -PKG_HASH:=2e32f283820c24c51ca1dd8afecfdb747c7385a137abe865c99db4b257403581 +PKG_HASH:=ea0c6665e2c3325b769eac1dfccd60fe1828d5fcf662650039eccb3f67edb28e 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 d1ed5a740..dbdb5d1c8 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 -@@ -814,7 +814,7 @@ if test x_$ub_test_python != x_no; then +@@ -815,7 +815,7 @@ if test x_$ub_test_python != x_no; then fi fi |