diff options
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 4 | ||||
-rwxr-xr-x | Porting/cmpVERSION.pl | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 13fff95434..1ac24a72d0 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -355,12 +355,10 @@ use File::Glob qw(:case); }, 'Digest' => { - 'DISTRIBUTION' => 'GAAS/Digest-1.17.tar.gz', + 'DISTRIBUTION' => 'TODDR/Digest-1.19.tar.gz', 'FILES' => q[cpan/Digest], 'EXCLUDED' => ['digest-bench'], 'CUSTOMIZED' => [ - # CVE-2016-1238 - qw( Digest.pm ) ], }, diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl index 058000a410..b4af2d9def 100755 --- a/Porting/cmpVERSION.pl +++ b/Porting/cmpVERSION.pl @@ -81,6 +81,7 @@ if ($exclude_upstream) { # usually because they pull in their version from some other file. my %skip; @skip{ + 'cpan/Digest/t/lib/Digest/Dummy.pm', # just a test module 'cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm', # just a test module 'cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm', # just a test module 'cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm', # just a test module |