Bugzilla – Attachment 21624 Details for
Bug 9611
Changing the password hashing algorithm from MD5 to more secure Bcrypt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] bug_9611: removed md5_base64 from imports - not used
SIGNED-OFF-bug9611-removed-md5base64-from-imports-.patch (text/plain), 762 bytes, created by
Bernardo Gonzalez Kriegel
on 2013-09-30 02:51:51 UTC
(
hide
)
Description:
[SIGNED-OFF] bug_9611: removed md5_base64 from imports - not used
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2013-09-30 02:51:51 UTC
Size:
762 bytes
patch
obsolete
>From 99412508b6b3a1388c9baa4f8ec0cbfb4269accd Mon Sep 17 00:00:00 2001 >From: Srdjan <srdjan@catalyst.net.nz> >Date: Mon, 26 Aug 2013 17:05:07 +1200 >Subject: [PATCH] [SIGNED-OFF] bug_9611: removed md5_base64 from imports - not > used > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >--- > C4/ImportExportFramework.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/ImportExportFramework.pm b/C4/ImportExportFramework.pm >index 72873f2..f85101d 100644 >--- a/C4/ImportExportFramework.pm >+++ b/C4/ImportExportFramework.pm >@@ -21,7 +21,7 @@ use strict; > use warnings; > use XML::LibXML; > use XML::LibXML::XPathContext; >-use Digest::MD5 qw(md5_base64); >+use Digest::MD5 qw(); > use POSIX qw(strftime); > > use C4::Context; >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9611
:
15311
|
15427
|
15428
|
15429
|
15505
|
15506
|
15507
|
15508
|
15509
|
15510
|
15514
|
15515
|
15516
|
15517
|
15518
|
15519
|
15520
|
15521
|
15522
|
17203
|
17204
|
20252
|
20253
|
20254
|
20255
|
20576
|
20577
|
20578
|
20621
|
20622
|
20623
|
20624
|
21614
|
21615
|
21621
|
21622
|
21623
|
21624
|
21625
|
21626
|
21627
|
21628
|
21767
|
21768
|
21769
|
21770
|
21771
|
21772
|
21775
|
21776
|
21777
|
21789
|
21790
|
21791
|
21792
|
21793
|
21794
|
21795
|
21796