diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-05-19 12:11:53 +0200 |
---|---|---|
committer | Noah Meyerhans <frodo@morgul.net> | 2020-05-20 11:24:22 -0700 |
commit | a75391575b268b379e6bc552b703dc17a76f402f (patch) | |
tree | 5a1a50463c728a8d2c2896a1055e9a18d1614557 /net | |
parent | 1fc71ed9941db11318860b6968fbc25423267f1d (diff) |
bind: update to version 9.16.3
Fixes:
CVE-2020-8616
CVE-2020-8617
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/bind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind/Makefile b/net/bind/Makefile index ad8e7e863..8726baa28 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind -PKG_VERSION:=9.16.2 +PKG_VERSION:=9.16.3 PKG_RELEASE:=1 USERID:=bind=57:bind=57 @@ -22,7 +22,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:= \ https://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) \ https://ftp.isc.org/isc/bind9/$(PKG_VERSION) -PKG_HASH:=d9e5b77cfca5ccad97f19cddc87128758ec15c16e6585000c6b2f84fc225993f +PKG_HASH:=27ac6513de5f8d0db34b9f241da53baa15a14b2ad21338d0cde0826eaf564f7e PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=aclocal.m4 libtool.m4 |