aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2022-08-12 06:09:34 +0200
committerGitHub <noreply@github.com>2022-08-12 06:09:34 +0200
commitd3eca9a12c7886dad682b9d27e0a3e929f193490 (patch)
tree3fff86e45b95113cd5016f9e484439a34a1ef969 /net
parentd0406d4c956e92f979802640832180eedd1a6efe (diff)
parent2179432991fd69ba790225c7959b080986ce363d (diff)
Merge pull request #19085 from hardfalcon/unbound-1.16.2
unbound: update to 1.16.2, fix CVE-2022-30698, CVE-2022-30699
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 615f2fa57..e285997b6 100644
--- a/net/unbound/Makefile
+++ b/net/unbound/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=unbound
-PKG_VERSION:=1.16.1
+PKG_VERSION:=1.16.2
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=2fe4762abccd564a0738d5d502f57ead273e681e92d50d7fba32d11103174e9a
+PKG_HASH:=2e32f283820c24c51ca1dd8afecfdb747c7385a137abe865c99db4b257403581
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 8effd5a27..d1ed5a740 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
-@@ -813,7 +813,7 @@ if test x_$ub_test_python != x_no; then
+@@ -814,7 +814,7 @@ if test x_$ub_test_python != x_no; then
fi
fi