bind: bump to 9.18.0
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
This commit is contained in:
parent
1fa70d6a3c
commit
127ef1207b
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=bind
|
PKG_NAME:=bind
|
||||||
PKG_VERSION:=9.17.20
|
PKG_VERSION:=9.18.0
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
USERID:=bind=57:bind=57
|
USERID:=bind=57:bind=57
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:= \
|
PKG_SOURCE_URL:= \
|
||||||
https://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) \
|
https://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) \
|
||||||
https://ftp.isc.org/isc/bind9/$(PKG_VERSION)
|
https://ftp.isc.org/isc/bind9/$(PKG_VERSION)
|
||||||
PKG_HASH:=93a961f6b4072af260c5d900299eb660defec035f9a000c864ea5b78869a4d35
|
PKG_HASH:=56525bf5caf01fd8fd9d90910880cc0f8a90a27a97d169187d651d4ecf0c411c
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_REMOVE_FILES:=aclocal.m4 libtool.m4
|
PKG_REMOVE_FILES:=aclocal.m4 libtool.m4
|
||||||
|
@ -69,7 +69,7 @@ endef
|
||||||
define Package/bind-server
|
define Package/bind-server
|
||||||
$(call Package/bind/Default)
|
$(call Package/bind/Default)
|
||||||
TITLE+= DNS server
|
TITLE+= DNS server
|
||||||
DEPENDS+= libcap
|
DEPENDS+= +libcap
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/bind-server/config
|
define Package/bind-server/config
|
||||||
|
|
Loading…
Reference in a new issue