summaryrefslogtreecommitdiffstats
path: root/package/luacrypto/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2019-02-05 21:03:09 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-02-06 10:16:00 +0100
commite0d540bdda33c21c3c20edfa93c910a874bd4df1 (patch)
tree3c4ca9413e3663265c7613bfdde867b582014c6f /package/luacrypto/Config.in
parent7883e559991c766c9373204ae3995fc476dad97f (diff)
downloadbuildroot-e0d540bdda33c21c3c20edfa93c910a874bd4df1.tar.gz
buildroot-e0d540bdda33c21c3c20edfa93c910a874bd4df1.zip
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>
Diffstat (limited to 'package/luacrypto/Config.in')
-rw-r--r--package/luacrypto/Config.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/luacrypto/Config.in b/package/luacrypto/Config.in
deleted file mode 100644
index cc5a8803a5..0000000000
--- a/package/luacrypto/Config.in
+++ /dev/null
@@ -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/
OpenPOWER on IntegriCloud