Patch #10242
Migrate Redmine.pm from Digest::Sha1 to Digest::Sha
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Code cleanup/refactoring | |||
Target version: | 1.3.2 |
Description
The helper perl module to integrate subversion repositories authentication
with redmine uses Digest::SHA1. It would be far better to use Digest::SHA,
since it's faster and maintaned.
Digest::SHA1 has been removed from Debian distributions, for example.
The migration is quite simple, it's enough to rename all Digest::SHA1 to
Digest:SHA.
Related issues
Associated revisions
Use Digest::SHA instead of Digest::SHA1 in Redmine.pm (#10242).
History
#1
Updated by Jean-Philippe Lang almost 9 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 1.3.2
Committed in r8882.