projects
/
vuplus_openvuplus_3.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33ab187
)
busybox : passwd use SHA512 by default
author
hschang
<chang@dev3>
Tue, 11 Jun 2013 05:32:36 +0000
(14:32 +0900)
committer
hschang
<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
patch
|
blob
|
history
meta-openvuplus/recipes-core/busybox/busybox-1.19.4/defconfig
patch
|
blob
|
history
meta-openvuplus/recipes-core/busybox/busybox_1.19.4.bbappend
patch
|
blob
|
history
diff --git
a/meta-openvuplus/recipes-core/busybox/busybox-1.19.4/change-passwd-default-algorithm.patch
b/meta-openvuplus/recipes-core/busybox/busybox-1.19.4/change-passwd-default-algorithm.patch
index
6ab35eb
..
43bbb8c
100644
(file)
--- a/
meta-openvuplus/recipes-core/busybox/busybox-1.19.4/change-passwd-default-algorithm.patch
+++ b/
meta-openvuplus/recipes-core/busybox/busybox-1.19.4/change-passwd-default-algorithm.patch
@@
-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;
diff --git
a/meta-openvuplus/recipes-core/busybox/busybox-1.19.4/defconfig
b/meta-openvuplus/recipes-core/busybox/busybox-1.19.4/defconfig
index
b5f4a89
..
25e9b3b
100644
(file)
--- a/
meta-openvuplus/recipes-core/busybox/busybox-1.19.4/defconfig
+++ b/
meta-openvuplus/recipes-core/busybox/busybox-1.19.4/defconfig
@@
-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
diff --git
a/meta-openvuplus/recipes-core/busybox/busybox_1.19.4.bbappend
b/meta-openvuplus/recipes-core/busybox/busybox_1.19.4.bbappend
index
aff6f57
..
cf4cd40
100644
(file)
--- a/
meta-openvuplus/recipes-core/busybox/busybox_1.19.4.bbappend
+++ b/
meta-openvuplus/recipes-core/busybox/busybox_1.19.4.bbappend
@@
-1,4
+1,4
@@
-PR .= "-vuplus1
0
"
+PR .= "-vuplus1
1
"
SRC_URI += " \
file://0001-ifupdown-support-post-up-pre-down-hooks.patch \