aboutsummaryrefslogtreecommitdiffstats
path: root/main/dhcp
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2019-02-09 06:13:26 -0500
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-03 19:05:59 +0200
commit2b62fded7c90120012a0d3bd6c760bebc8d13268 (patch)
treebdfe2746899a01cedce9cd9c3096fd0b20fdfe8d /main/dhcp
parent95f43a51c102dee1e8e8b885773d6084e481d190 (diff)
downloadaports-2b62fded7c90120012a0d3bd6c760bebc8d13268.tar.bz2
aports-2b62fded7c90120012a0d3bd6c760bebc8d13268.tar.xz
main/dhcp: correct license
The license was changed when 4.4.0 was released. Fixes https://bugs.alpinelinux.org/issues/10161 DHCP is available for free download under the terms of the MPL 2.0 license. https://www.mozilla.org/en-US/MPL/2.0/ https://www.isc.org/downloads/software-support-policy/isc-license/ "BIND versions prior to BIND 9.11.0, all versions of ISC DHCP prior to ISC DHCP 4.4.0, and Kea versions prior to Kea 1.0.0 are released under the ISC License[...]"
Diffstat (limited to 'main/dhcp')
-rw-r--r--main/dhcp/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/dhcp/APKBUILD b/main/dhcp/APKBUILD
index ab7be62e26..34069ca250 100644
--- a/main/dhcp/APKBUILD
+++ b/main/dhcp/APKBUILD
@@ -2,11 +2,11 @@
pkgname=dhcp
pkgver=4.4.1
_realver=${pkgver/_p/-P}
-pkgrel=2
+pkgrel=3
pkgdesc="ISC Dynamic Host Configuration Protocol (DHCP)"
url="https://www.isc.org/"
arch="all"
-license="ISC"
+license="MPL-2.0"
depends=
# busybox utils are not sufficient for dhclient
#depends_dhclient_optional="bash iputils net-tools sed util-linux"