|
@@ -8,8 +8,12 @@ GNUTLS_VERSION_MAJOR = 3.4
|
|
|
GNUTLS_VERSION = $(GNUTLS_VERSION_MAJOR).13
|
|
|
GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.xz
|
|
|
GNUTLS_SITE = ftp://ftp.gnutls.org/gcrypt/gnutls/v$(GNUTLS_VERSION_MAJOR)
|
|
|
-GNUTLS_LICENSE = GPLv3+, LGPLv2.1+
|
|
|
-GNUTLS_LICENSE_FILES = COPYING COPYING.LESSER
|
|
|
+# README says that the core library is under LGPLv2.1+, but a few
|
|
|
+# files in libdane specify LGPLv3+. It seems to be a mistake, and we
|
|
|
+# therefore trust the README file here. A bug was reported upstream at
|
|
|
+# https://gitlab.com/gnutls/gnutls/issues/109.
|
|
|
+GNUTLS_LICENSE = LGPLv2.1+ (core library), GPLv3+ (gnutls-openssl library)
|
|
|
+GNUTLS_LICENSE_FILES = COPYING COPYING.LESSER README
|
|
|
GNUTLS_DEPENDENCIES = host-pkgconf libtasn1 nettle pcre
|
|
|
GNUTLS_CONF_OPTS = \
|
|
|
--disable-doc \
|