diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-11-21 09:34:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-21 09:34:29 -0800 |
commit | 82d4a10fe8c3112e5555571754b99457ed1e57aa (patch) | |
tree | eba4a846269dc3f4c008e2ced44bd6b7e6361667 /net | |
parent | ffeb852e616424d8f604c86a9a04de9287600f7e (diff) | |
parent | 46ca2c79ca91e26fd50f8c36c19d631d13f84050 (diff) |
Merge pull request #10608 from ja-pa/bind-9.14.8
bind: update to version 9.14.8 (security fix)
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 309072e89..9832705e4 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind -PKG_VERSION:=9.14.7 +PKG_VERSION:=9.14.8 PKG_RELEASE:=1 USERID:=bind=57:bind=57 @@ -22,7 +22,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz 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:=cea0f54e5908f77ffd21eb312ee9dd4f3f8f93ca312c6118f27d6c0fba45291d +PKG_HASH:=e545aa75ced6695a9bf4b591606ef00260fb3c055c2865b299cfe0fe6eeea076 PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=aclocal.m4 libtool.m4 |