diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-19 11:24:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-19 11:24:46 +0200 |
commit | 0dc8d19a0ecd391b400c0c544ef6426c09c655f5 (patch) | |
tree | 2c5efc6e74ef21e77dfe42f812fd927791910514 /package/bind/Makefile | |
parent | 7560a6175c11dc2ef5c9438908146d1a25aa9c14 (diff) |
bind: update to 9.18.28
Diffstat (limited to 'package/bind/Makefile')
-rw-r--r-- | package/bind/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/bind/Makefile b/package/bind/Makefile index ac59cc624..9bcc8b00d 100644 --- a/package/bind/Makefile +++ b/package/bind/Makefile @@ -4,16 +4,16 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= bind -PKG_VERSION:= 9.18.24 +PKG_VERSION:= 9.18.28 PKG_RELEASE:= 1 -PKG_HASH:= 709d73023c9115ddad3bab65b6c8c79a590196d0d114f5d0ca2533dbd52ddf66 +PKG_HASH:= e7cce9a165f7b619eefc4832f0a8dc16b005d29e3890aed6008c506ea286a5e7 PKG_DESCR:= dns server PKG_SECTION:= net/dns -PKG_DEPENDS:= libxml2 libressl libuv libressl-util -PKG_BUILDDEP:= libxml2 libressl libuv +PKG_DEPENDS:= libxml2 libopenssl libuv openssl-util +PKG_BUILDDEP:= libxml2 openssl libuv PKG_NEEDS:= c++ PKG_URL:= https://www.isc.org/software/bind/ -PKG_SITES:= ftp://ftp.isc.org/isc/bind9/${PKG_VERSION}/ +PKG_SITES:= https://ftp.isc.org/isc/bind9/${PKG_VERSION}/ PKG_LIBNAME:= libbind PKG_OPTS:= dev |