# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= scrypt VERSION= 1.3.2 KEYWORDS= security VARIANTS= standard SDESC[standard]= Key Derivation Function HOMEPAGE= https://www.tarsnap.com/scrypt.html CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= http://www.tarsnap.com/scrypt/ DISTFILE[1]= scrypt-1.3.2.tgz:main DF_INDEX= 1 SPKGS[standard]= complete primary man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= ssl LICENSE= BSD2CLAUSE:primary LICENSE_FILE= BSD2CLAUSE:{{WRKSRC}}/COPYRIGHT LICENSE_SCHEME= solo FPC_EQUIVALENT= security/scrypt MUST_CONFIGURE= gnu CFLAGS= -I{{OPENSSLINC}} -L{{OPENSSLLIB}} [FILE:232:descriptions/desc.primary] The scrypt key derivation function was originally developed for use in the Tarsnap online backup system and is designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt. [FILE:95:distinfo] d632c1193420ac6faebf9482e65e33d3a5664eccd643b09a509d21d1c1f29be2 424414 scrypt-1.3.2.tgz [FILE:11:manifests/plist.primary] bin/scrypt [FILE:27:manifests/plist.man] share/man/man1/scrypt.1.gz [FILE:387:patches/patch-configure] --- configure.orig 2023-10-01 22:03:33 UTC +++ configure @@ -13002,7 +13002,7 @@ then : # If POSIX_SH is not set, get the default value of PATH which # is specified to find the standard POSIX utilities. - POSIX_PATH=`command -p getconf PATH` + POSIX_PATH=`printenv PATH` if test "x${POSIX_PATH}" = "x" then : as_fn_error $? "\"cannot get the default PATH\"" "$LINENO" 5