Loading package/gnutls/Config.in +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ config BR2_PACKAGE_GNUTLS GnuTLS is a secure communications library implementing the SSL and TLS protocols and technologies around them. http://www.gnu.org/software/gnutls/gnutls.html http://www.gnutls.org config BR2_PACKAGE_GNUTLS_TOOLS bool "install tools" Loading package/gnutls/gnutls.mk +2 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ # ############################################################# GNUTLS_VERSION = 3.1.5 GNUTLS_VERSION = 3.1.6 GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.xz GNUTLS_SITE = $(BR2_GNU_MIRROR)/gnutls GNUTLS_SITE = ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1 GNUTLS_LICENSE = GPLv3+ LGPLv3 GNUTLS_LICENSE_FILES = COPYING COPYING.LESSER GNUTLS_DEPENDENCIES = host-pkgconf nettle $(if $(BR2_PACKAGE_ZLIB),zlib) Loading Loading
package/gnutls/Config.in +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ config BR2_PACKAGE_GNUTLS GnuTLS is a secure communications library implementing the SSL and TLS protocols and technologies around them. http://www.gnu.org/software/gnutls/gnutls.html http://www.gnutls.org config BR2_PACKAGE_GNUTLS_TOOLS bool "install tools" Loading
package/gnutls/gnutls.mk +2 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ # ############################################################# GNUTLS_VERSION = 3.1.5 GNUTLS_VERSION = 3.1.6 GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.xz GNUTLS_SITE = $(BR2_GNU_MIRROR)/gnutls GNUTLS_SITE = ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1 GNUTLS_LICENSE = GPLv3+ LGPLv3 GNUTLS_LICENSE_FILES = COPYING COPYING.LESSER GNUTLS_DEPENDENCIES = host-pkgconf nettle $(if $(BR2_PACKAGE_ZLIB),zlib) Loading