diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-09-22 17:30:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-09-22 17:31:16 +0200 |
commit | 5361f5973cf3ee2965dd254bda887ae654079dd3 (patch) | |
tree | cb7c2c8b14aaa12eb5f6d562f2cadc28413bdb65 | |
parent | 421c902927325b3308d039342660797c1f8e4edf (diff) |
bind: update to 9.18.30
-rw-r--r-- | package/bind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bind/Makefile b/package/bind/Makefile index 9bcc8b00d..ac208569d 100644 --- a/package/bind/Makefile +++ b/package/bind/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= bind -PKG_VERSION:= 9.18.28 +PKG_VERSION:= 9.18.30 PKG_RELEASE:= 1 -PKG_HASH:= e7cce9a165f7b619eefc4832f0a8dc16b005d29e3890aed6008c506ea286a5e7 +PKG_HASH:= 9f6817640970267317e5aa143ecf70531040f2155636b1a63ea45379aa09034a PKG_DESCR:= dns server PKG_SECTION:= net/dns PKG_DEPENDS:= libxml2 libopenssl libuv openssl-util |