busybox : passwd use SHA512 by default
authorhschang <chang@dev3>
Tue, 11 Jun 2013 05:32:36 +0000 (14:32 +0900)
committerhschang <chang@dev3>
Tue, 11 Jun 2013 05:33:13 +0000 (14:33 +0900)
meta-openvuplus/recipes-core/busybox/busybox-1.19.4/change-passwd-default-algorithm.patch
meta-openvuplus/recipes-core/busybox/busybox-1.19.4/defconfig
meta-openvuplus/recipes-core/busybox/busybox_1.19.4.bbappend

index 6ab35eb..43bbb8c 100644 (file)
@@ -7,7 +7,7 @@ index 1cfafae..3231b23 100644
        unsigned opt;
        int rc;
 -      const char *opt_a = "d"; /* des */
-+      const char *opt_a = "m"; /* des */
++      const char *opt_a = "sha512"; /* sha512 */
        const char *filename;
        char *myname;
        char *name;
index b5f4a89..25e9b3b 100644 (file)
@@ -447,7 +447,7 @@ CONFIG_FEATURE_SHADOWPASSWDS=y
 # CONFIG_USE_BB_PWD_GRP is not set
 # CONFIG_USE_BB_SHADOW is not set
 CONFIG_USE_BB_CRYPT=y
-# CONFIG_USE_BB_CRYPT_SHA is not set
+CONFIG_USE_BB_CRYPT_SHA=y
 # CONFIG_ADDUSER is not set
 # CONFIG_FEATURE_ADDUSER_LONG_OPTIONS is not set
 # CONFIG_FEATURE_CHECK_NAMES is not set
index aff6f57..cf4cd40 100644 (file)
@@ -1,4 +1,4 @@
-PR .= "-vuplus10"
+PR .= "-vuplus11"
 
 SRC_URI += " \
             file://0001-ifupdown-support-post-up-pre-down-hooks.patch \