package/luacrypto: remove package

Fixes:
http://autobuild.buildroot.net/results/afd/afdc598b80356a8301d890232466de421f7779d5/

Luacrypto fails to build with openssl 1.1.x.  The package has not seen any
functional changes since it was added in 2013 and has no reverse
dependencies.

The upstream repository (https://github.com/starius/luacrypto) explicitly
states:

this project is deprecated, use luaossl

So remove the package.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Reviewed-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019.02.x
Peter Korsgaard 2019-02-05 21:03:09 +01:00 committed by Thomas Petazzoni
parent 7883e55999
commit e0d540bdda
6 changed files with 6 additions and 28 deletions

View File

@ -146,6 +146,12 @@ endif
comment "Legacy options removed in 2019.02"
config BR2_PACKAGE_LUACRYPTO
bool "luacrypto package removed"
select BR2_LEGACY
help
The luacrypto package was removed. Consider luaossl instead.
config BR2_PACKAGE_TN5250
bool "tn5250 package removed"
select BR2_LEGACY

View File

@ -215,7 +215,6 @@ F: package/ti-cgt-pru/
N: Assaf Inbal <shmuelzon@gmail.com>
F: package/lbase64/
F: package/luabitop/
F: package/luacrypto/
F: package/luaexpatutils/
F: package/luaposix/
F: package/luasec/

View File

@ -631,7 +631,6 @@ menu "Lua libraries/modules"
source "package/lua-testmore/Config.in"
source "package/lua-utf8/Config.in"
source "package/luabitop/Config.in"
source "package/luacrypto/Config.in"
source "package/luadbi/Config.in"
source "package/luadbi-sqlite3/Config.in"
source "package/luaexpat/Config.in"

View File

@ -1,11 +0,0 @@
config BR2_PACKAGE_LUACRYPTO
bool "luacrypto"
select BR2_PACKAGE_OPENSSL
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.
http://mkottman.github.com/luacrypto/

View File

@ -1,3 +0,0 @@
# computed by luarocks/buildroot
sha256 dc935c923b8851208d5d504b343448a9d5bd3e537bb8657875f12d72155600b8 luacrypto-0.3.2-1.src.rock
sha256 f97651bcb248dff32f121ef7a904617b9252d80f4b911e4476806c512a268fa9 luacrypto-0.3.2/COPYING

View File

@ -1,12 +0,0 @@
################################################################################
#
# luacrypto
#
################################################################################
LUACRYPTO_VERSION = 0.3.2-1
LUACRYPTO_LICENSE = MIT
LUACRYPTO_LICENSE_FILES = $(LUACRYPTO_SUBDIR)/COPYING
LUACRYPTO_DEPENDENCIES = openssl
$(eval $(luarocks-package))