source "package/nettle/Config.in"
source "package/openssl/Config.in"
source "package/polarssl/Config.in"
- source "package/scrypt/Config.in"
endmenu
menu "Database"
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
source "package/rsyslog/Config.in"
endif
+ source "package/scrypt/Config.in"
source "package/smack/Config.in"
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
source "package/start-stop-daemon/Config.in"
config BR2_PACKAGE_SCRYPT
bool "scrypt"
+ select BR2_PACKAGE_OPENSSL
help
- A password-based key derivation function specifically designed
- to make it costly to perform large-scale custom hardware attacks
- by requiring large amounts of memory.
+ A password-based key derivation function specifically
+ designed to make it costly to perform large-scale custom
+ hardware attacks by requiring large amounts of memory.
http://www.tarsnap.com/scrypt.html
-sha256 dfd0d1a544439265bbb9b58043ad3c8ce50a3987b44a61b1d39fd7a3ed5b7fb8 scrypt-1.1.6.tgz
+# From http://www.tarsnap.com/scrypt/scrypt-sigs-1.2.0.asc
+sha256 1754bc89405277c8ac14220377a4c240ddc34b1ce70882aa92cd01bfdc8569d4 scrypt-1.2.0.tgz
#
################################################################################
-SCRYPT_VERSION = 1.1.6
+SCRYPT_VERSION = 1.2.0
SCRYPT_SOURCE = scrypt-$(SCRYPT_VERSION).tgz
SCRYPT_SITE = http://www.tarsnap.com/scrypt
-SCRYPT_LICENSE = BSD2
+SCRYPT_LICENSE = BSD-2c
+SCRYPT_LICENSE_FILES = main.c
+SCRYPT_DEPENDENCIES = openssl
SCRYPT_INSTALL_STAGING = YES
$(eval $(autotools-package))