summaryrefslogtreecommitdiffstats
path: root/package/lua-curl/lua-curl.hash
diff options
context:
space:
mode:
authorMatt Weber <matthew.weber@rockwellcollins.com>2018-12-05 20:06:29 -0600
committerPeter Korsgaard <peter@korsgaard.com>2018-12-15 11:33:29 +0100
commitbf3626002fbdf9802372b0127195b4824faf1337 (patch)
treedcc420ce9c76f17e6afa895856948c8ce90d8100 /package/lua-curl/lua-curl.hash
parent9cf2280846b60ba081ed21339b407e2c761b599d (diff)
downloadbuildroot-bf3626002fbdf9802372b0127195b4824faf1337.tar.gz
buildroot-bf3626002fbdf9802372b0127195b4824faf1337.zip
system cfg: remove mkpasswd MD5 format option
As SHA256 is now default, removing weak MD5 option. C libraries now all support the SHA methods. glibc 2.7+ uclibc (bdd8362a88 package/uclibc: defconfig: enable sha-256...) musl 1.1.14+ One issue this would prevent, is a host tool issue with a FIPS enabled system where weak ciphers/methods are disabled. It seems the crypt(3) call is impacted by /proc/sys/crypto/fips_enabled (per crypt(3) man page). It results in mkpasswd returning "(EPERM) crypt failed." Rather then create a Buildroot host dependency check, this patch removes the potential corner case from being selected. Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/lua-curl/lua-curl.hash')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud