diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2021-10-28 16:56:31 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 16:56:31 -0600 |
commit | 26bef5067c181b03a9a043a0e8b986d32d9f5682 (patch) | |
tree | 893a4b603f3f1adf62196e1856b93ec3dd8908b3 /net/bind | |
parent | 3ea87e640124936416e8b4624220a63eec01da6f (diff) | |
parent | c2de702cbdb0034a84550589195fe95df25572b9 (diff) |
Merge pull request #17010 from pprindeville/bind-update-9.17.19
bind: Bump to 9.17.19
Diffstat (limited to 'net/bind')
-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 796ea6ffe..1072314a4 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind -PKG_VERSION:=9.17.13 +PKG_VERSION:=9.17.19 PKG_RELEASE:=$(AUTORELEASE) 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:=bf485ac49715d43fa65c2c6e33271aab965bcd1b461fe2ac9f439754a210e6c7 +PKG_HASH:=6cddd714f01b71bb0265fde445be781d1a0ee5e909b9645407893596111d228d PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=aclocal.m4 libtool.m4 |