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

@@ -4,8 +4,8 @@ config BR2_PACKAGE_LUACRYPTO
help
LuaCrypto provides a Lua frontend to the OpenSSL cryptographic
library.
The OpenSSL features that are currently exposed are digests (MD5,
SHA-1, HMAC, and more) and crypto-grade random number generators
communication.
The OpenSSL features that are currently exposed are digests
(MD5, SHA-1, HMAC, and more) and crypto-grade random number
generators communication.
http://luacrypto.luaforge.net

View File

@@ -4,9 +4,7 @@
#
################################################################################
LUACRYPTO_VERSION_UPSTREAM = 0.3.2
LUACRYPTO_VERSION = $(LUACRYPTO_VERSION_UPSTREAM)-1
LUACRYPTO_SUBDIR = luacrypto-$(LUACRYPTO_VERSION_UPSTREAM)
LUACRYPTO_VERSION = 0.3.2-1
LUACRYPTO_LICENSE = MIT
LUACRYPTO_LICENSE_FILES = $(LUACRYPTO_SUBDIR)/COPYING
LUACRYPTO_DEPENDENCIES = openssl