From 8511390abca9a8151774b68c1e1005a447b0989c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 18 May 2020 11:38:06 +0300 Subject: [PATCH] busybox: Use sha256 as default password algo. --- core/busybox/checksums | 2 +- core/busybox/files/.config-suid | 2 +- core/busybox/version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/busybox/checksums b/core/busybox/checksums index be3b3841..c753e763 100644 --- a/core/busybox/checksums +++ b/core/busybox/checksums @@ -5,7 +5,7 @@ d0f940a72f648943c1f2211e0e3117387c31d765137d92bd8284a3fb9752a998 busybox-1.31.1 68e0c7d5e96902d3b890e89d9b018ae11d53ed3104bfedd624a1485df58b11cb print-unicode.patch f0e17fefc0af6b10205d72b242b6ef7481a58ff07726c62890ebc5893b96a396 install-fix-chown.patch eacb5e9042e4f0735510f6e199fc81cf53e8b37746832d9a5e51e708c76033cc .config -b4479adaabffb1fe9af7db676929e8f5f6bbc47869c5309a19056aa66196fbce .config-suid +c543ae79bb63595b53f93236be4c86a2ea6ba770d0bb46c7d1aaf83469e30f86 .config-suid ebd61afac770d3d9cae5c411f44002496fb18b28cf7b77520072a3909852246e acpid.run 814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 crond.run 4a5981f4b0d791fe9b84b0b2e01ae905f6565c8245b3cd603e6decf34ddad71a syslogd.run diff --git a/core/busybox/files/.config-suid b/core/busybox/files/.config-suid index 729dd309..e2043e73 100644 --- a/core/busybox/files/.config-suid +++ b/core/busybox/files/.config-suid @@ -505,7 +505,7 @@ CONFIG_LAST_ID=0 CONFIG_FIRST_SYSTEM_ID=0 CONFIG_LAST_SYSTEM_ID=0 # CONFIG_CHPASSWD is not set -CONFIG_FEATURE_DEFAULT_PASSWD_ALGO="des" +CONFIG_FEATURE_DEFAULT_PASSWD_ALGO="sha256" # CONFIG_CRYPTPW is not set # CONFIG_MKPASSWD is not set # CONFIG_DELUSER is not set diff --git a/core/busybox/version b/core/busybox/version index 88b141a0..19d7af58 100644 --- a/core/busybox/version +++ b/core/busybox/version @@ -1 +1 @@ -1.31.1 8 +1.31.1 9