Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 48594fadba33d450f796ec69526cf2bce6ff9bc3dc90fbd7bf38dc3601f57c3f gnutls-3.4.9.tar.xz
|
||||
sha256 35deddf2779b76ac11057de38bf380b8066c05de21b94263ad5b6dfa75dfbb23 gnutls-3.4.14.tar.xz
|
||||
|
||||
@@ -5,11 +5,15 @@
|
||||
################################################################################
|
||||
|
||||
GNUTLS_VERSION_MAJOR = 3.4
|
||||
GNUTLS_VERSION = $(GNUTLS_VERSION_MAJOR).9
|
||||
GNUTLS_VERSION = $(GNUTLS_VERSION_MAJOR).14
|
||||
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 \
|
||||
|
||||
Reference in New Issue
Block a user