perl-Crypt-PasswdMD5/Crypt-PasswdMD5-1.40-d:md5-version.patch
DistroBaker 7833504c0b Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/perl-Crypt-PasswdMD5.git#619a7bd2a0431d10c0421bcdf35413fa6a5cc32d
2020-12-11 07:23:23 +00:00

12 lines
195 B
Diff

--- lib/Crypt/PasswdMD5.pm
+++ lib/Crypt/PasswdMD5.pm
@@ -3,7 +3,7 @@ package Crypt::PasswdMD5;
use strict;
use warnings;
-use Digest::MD5;
+use Digest::MD5 2.53;
use Exporter 'import';