2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

busybox: Use sha256 as default password algo.

This commit is contained in:
Dylan Araps 2020-05-18 11:38:06 +03:00
parent bae46aaca7
commit 8511390abc
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
1.31.1 8
1.31.1 9