Skip to content

Commit

Permalink
Merge pull request openwrt#19085 from hardfalcon/unbound-1.16.2
Browse files Browse the repository at this point in the history
unbound: update to 1.16.2, fix CVE-2022-30698, CVE-2022-30699
  • Loading branch information
BKPepe authored Aug 12, 2022
2 parents d0406d4 + 2179432 commit d3eca9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions net/unbound/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
PKG_LICENSE:=BSD-3-Clause
Expand Down
2 changes: 1 addition & 1 deletion net/unbound/patches/010-configure-uname.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d3eca9a

Please sign in to comment.