Bugzilla – Attachment 21792 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]
bug_9611: removed md5_base64 from imports - not used
bug9611-removed-md5base64-from-imports---not-used.patch (text/plain), 806 bytes, created by
Kyle M Hall (khall)
on 2013-10-03 16:49:03 UTC
(
hide
)
Description:
bug_9611: removed md5_base64 from imports - not used
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-10-03 16:49:03 UTC
Size:
806 bytes
patch
obsolete
>From f69989aceeb92a9ffe8b96ff931abd1799b56a68 Mon Sep 17 00:00:00 2001 >From: Srdjan <srdjan@catalyst.net.nz> >Date: Mon, 26 Aug 2013 17:05:07 +1200 >Subject: [PATCH] bug_9611: removed md5_base64 from imports - not used > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > C4/ImportExportFramework.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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.2.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