From 67d8f423c623740a1118b80d2c5e4489d432cc26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Sat, 25 Feb 2017 07:55:40 +0100 Subject: use SHA-512 instead of blowfish as the default password encryption (mga#20342) thus completing commit c0529b4c5858300c0bd9c94fd35540e1f105dfd6 --- perl-install/install/NEWS | 1 + perl-install/install/install2.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index cffebf391..7d3da5f4e 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - Add 60-block.rules in the installer (mga#20074) - sync nonfree firmware list with kernel-4.9 +- use SHA-512 instead of blowfish as the default password encryption (mga#20342) Version 17.71 - 18 January 2017 diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 05fd0b3f1..16f75dc8c 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -62,7 +62,7 @@ $o = $::o = { # bootloader => { linear => 0, message => 1, timeout => 5, restricted => 0 }, #- packages => [ qw() ], partitioning => { clearall => 0, eraseBadPartitions => 0, auto_allocate => 0 }, #-, readonly => 0 }, - authentication => { blowfish => 1, shadow => 1 }, + authentication => { sha512 => 1, shadow => 1 }, locale => { lang => 'en_US' }, #- isUpgrade => 0, toRemove => [], -- cgit v1.2.1