Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,18 @@
config BR2_PACKAGE_LUAOSSL
bool "luaossl"
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_OPENSSL
help
luaossl is a comprehensive binding to OpenSSL for Lua 5.1,
5.2, and later.
It includes support for certificate and key management,
key generation, signature verification, and deep bindings
to the distinguished name, alternative name, and X.509v3
extension interfaces. It also binds OpenSSL's bignum, message
digest, HMAC, cipher, and CSPRNG interfaces.
http://25thandclement.com/~william/projects/luaossl.html
comment "luaossl needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 f9c94c97579efddf8abad1e373e0fe0ecc93d00cd9d1bd49f48c5716c281a08b luaossl-20171028-0.src.rock

View File

@@ -0,0 +1,14 @@
################################################################################
#
# luaossl
#
################################################################################
LUAOSSL_VERSION_UPSTREAM = 20171028
LUAOSSL_VERSION = $(LUAOSSL_VERSION_UPSTREAM)-0
LUAOSSL_SUBDIR = luaossl-rel-$(LUAOSSL_VERSION_UPSTREAM)
LUAOSSL_LICENSE = MIT
LUAOSSL_LICENSE_FILES = $(LUAOSSL_SUBDIR)/LICENSE
LUAOSSL_DEPENDENCIES = openssl
$(eval $(luarocks-package))