From 179e06d7c93760d9764bed65295a95fe0930fc4d Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 2 Jan 2009 09:11:47 +0000 Subject: Bug 211006: Make Bugzilla use SHA-256 instead of crypt() to store hashed passwords in the database Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- Bugzilla/Install/Requirements.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 5456fc7d4..2630a4104 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -64,6 +64,11 @@ sub REQUIRED_MODULES { # Require CGI 3.21 for -httponly support, see bug 368502. version => (vers_cmp($perl_ver, '5.10') > -1) ? '3.33' : '3.21' }, + { + package => 'Digest-SHA', + module => 'Digest::SHA', + version => 0 + }, { package => 'TimeDate', module => 'Date::Format', -- cgit v1.2.3-24-g4f1b