From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from optimeas.de ([78.46.18.2]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WUXvr-0004fB-G4 for ptxdist@pengutronix.de; Mon, 31 Mar 2014 10:51:04 +0200 Received: from [127.0.0.1] (ip-109-90-242-41.unitymediagroup.de [109.90.242.41]) by optimeas.de (Postfix) with ESMTPSA id 944174207A6B for ; Mon, 31 Mar 2014 10:50:57 +0200 (CEST) From: "Matthias Klein" Date: Mon, 31 Mar 2014 08:50:56 +0000 Message-Id: Mime-Version: 1.0 Subject: [ptxdist] Fw: [PATCH] busybox: use SHA512 for new passwords when SHA256/512 support is enabled Reply-To: ptxdist@pengutronix.de, Matthias Klein List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: "ptxdist@pengutronix.de" Hi, is something wrong with this patch? Best regards, Matthias ------ Weitergeleitete Nachricht ------ Von: "Matthias Klein" An: ptxdist@pengutronix.de Gesendet: 06.03.2014 12:27:43 Betreff: [ptxdist] [PATCH] busybox: use SHA512 for new passwords when SHA256/512 support is enabled Signed-off-by: Matthias Klein --- rules/busybox.make | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rules/busybox.make b/rules/busybox.make index 7a37f43..53cc1ca 100644 --- a/rules/busybox.make +++ b/rules/busybox.make @@ -43,6 +43,11 @@ $(STATEDIR)/busybox.prepare: @grep -e PTXCONF_BUSYBOX_ $(PTXDIST_PTXCONFIG) | \ sed -e 's/PTXCONF_BUSYBOX_/CONFIG_/g' > $(BUSYBOX_DIR)/.config +ifdef PTXCONF_BUSYBOX_USE_BB_CRYPT_SHA + @sed -i -e 's,^CONFIG_FEATURE_DEFAULT_PASSWD_ALGO.*$$,CONFIG_FEATURE_DEFAULT_PASSWD_ALGO=\"sha512\",g' \ + "$(BUSYBOX_DIR)/.config" +endif + @$(call ptx/oldconfig, BUSYBOX) @$(call touch) -- 1.7.10.4 -- ptxdist mailing list ptxdist@pengutronix.de -- ptxdist mailing list ptxdist@pengutronix.de