bind: Update to version 9.14.5
authorJosef Schlehofer <redacted>
Sun, 1 Sep 2019 16:59:55 +0000 (18:59 +0200)
committerJosef Schlehofer <redacted>
Sun, 1 Sep 2019 17:00:07 +0000 (19:00 +0200)
Add PKG_LICENSE_FILES

Signed-off-by: Josef Schlehofer <redacted>
net/bind/Makefile

index e3e06a6745474f642c74c3bf594e3212b8b4bf5c..a2196b2db73def6258786b81b91f4fda67eea2a8 100644 (file)
@@ -9,19 +9,20 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bind
-PKG_VERSION:=9.14.4
+PKG_VERSION:=9.14.5
 PKG_RELEASE:=1
 USERID:=bind=57:bind=57
 
 PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
-PKG_LICENSE := MPL-2.0
+PKG_LICENSE:=MPL-2.0
+PKG_LICENSE_FILES:=LICENSE
 PKG_CPE_ID:=cpe:/a:isc:bind
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 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:=312efb82a6889074f31ef2849af498b3ec97ca69acd5c4e5e4b4045a8fe6b83f
+PKG_HASH:=12d0672cb83d985b57038ce7eb8a71c6bc7ebd379d67109c5f966f7527988045
 
 PKG_FIXUP:=autoreconf
 PKG_REMOVE_FILES:=aclocal.m4 libtool.m4
git clone https://git.99rst.org/PROJECT