summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl4
-rwxr-xr-xPorting/cmpVERSION.pl1
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