mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
libsodium: new package
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Reviewed-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0b056944f5
commit
03b5b63c24
@ -730,6 +730,7 @@ menu "Crypto"
|
|||||||
source "package/libnss/Config.in"
|
source "package/libnss/Config.in"
|
||||||
source "package/libsecret/Config.in"
|
source "package/libsecret/Config.in"
|
||||||
source "package/libsha1/Config.in"
|
source "package/libsha1/Config.in"
|
||||||
|
source "package/libsodium/Config.in"
|
||||||
source "package/libssh2/Config.in"
|
source "package/libssh2/Config.in"
|
||||||
source "package/nettle/Config.in"
|
source "package/nettle/Config.in"
|
||||||
source "package/openssl/Config.in"
|
source "package/openssl/Config.in"
|
||||||
|
6
package/libsodium/Config.in
Normal file
6
package/libsodium/Config.in
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
config BR2_PACKAGE_LIBSODIUM
|
||||||
|
bool "libsodium"
|
||||||
|
help
|
||||||
|
A modern and easy-to-use crypto library.
|
||||||
|
|
||||||
|
http://libsodium.org/
|
2
package/libsodium/libsodium.hash
Normal file
2
package/libsodium/libsodium.hash
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Locally computed:
|
||||||
|
sha256 cbcfc63cc90c05d18a20f229a62c7e7054a73731d0aa858c0517152c549b1288 libsodium-1.0.3.tar.gz
|
13
package/libsodium/libsodium.mk
Normal file
13
package/libsodium/libsodium.mk
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# libsodium
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
LIBSODIUM_VERSION = 1.0.3
|
||||||
|
LIBSODIUM_SITE = https://github.com/jedisct1/libsodium/releases/download/$(LIBSODIUM_VERSION)
|
||||||
|
LIBSODIUM_LICENSE = ISC
|
||||||
|
LIBSODIUM_LICENSE_FILES = LICENSE
|
||||||
|
LIBSODIUM_INSTALL_STAGING = YES
|
||||||
|
|
||||||
|
$(eval $(autotools-package))
|
Loading…
x
Reference in New Issue
Block a user