initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
config BR2_PACKAGE_LUAOSSL
|
||||
bool "luaossl"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
|
||||
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
|
||||
@@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 ea6d624e557939e30b93355dd1dc11465e81aa38a5542ab3c04b48608ac3cd78 luaossl-20200709-0.src.rock
|
||||
sha256 7bd585fba3ae52943e0915e4c8ca049acde9f1e5cea101ef6b294427c8f0ee7d luaossl-rel-20200709/LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# luaossl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUAOSSL_VERSION_UPSTREAM = 20200709
|
||||
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))
|
||||
Reference in New Issue
Block a user