diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-10-16 17:45:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-16 17:45:48 +0200 |
commit | 5e3e021f3d9c88dce6e8ca43870e053811266432 (patch) | |
tree | 799eb3f5dcb0ec27c9196e8e046146e7c86f19b8 /net | |
parent | 386f18a7e59d47fbc4ae053a0957fafc7ce7ded6 (diff) | |
parent | ededaf2977df4ecfcc79b1a779ec830ab20f251a (diff) |
Merge pull request #13578 from BKPepe/bind
bind: update to version 9.16.7
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 46354e8e7..cb8a598c3 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind -PKG_VERSION:=9.16.6 +PKG_VERSION:=9.16.7 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:=b567b0f3b47dd03b345a4848af7f2acdd3f5cea2bd804edd85d9ef50743571cb +PKG_HASH:=9f7d1812ebbd26a699f62b6fa8522d5dec57e4bf43af0042a0d60d39ed8314d1 PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=aclocal.m4 libtool.m4 |