Skip to content

Commit

Permalink
(check-update) security/sslwrap 2.0.6 -> 206
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto-fujiwara committed Jan 30, 2018
1 parent ad40785 commit e20efc3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions check-update
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,9 @@ my (@xtimer) = qw(xtimer);
# 1.61.0 -> 1.61
#y (@euler) = qw(euler);
my (@RmLeadingZero) = qw (remind);
# security/sslwrap 2.0.6 (dist) -> 206 (pkgsrc)
my (@nodot) = qw(sslwap);

## -------------------------
## P R O T O T Y P E S
## -------------------------
Expand Down Expand Up @@ -1599,8 +1602,9 @@ print STDERR sprintf("%4d ", __LINE__ ), ' (3) <', (caller 0)[3] ,'> ', $version
if (grep (/^$distbase$/, @Arabian) > 0 ) { $version =~ s/ii/.2/;}
if (grep (/^$distbase$/, @swap4) > 0 ) { $version =~ s/([0-9][0-9][0-9][0-9])([0-9][0-9][0-9][0-9])/$2$1/;}
if (grep (/^$distbase$/, 'eredis') > 0 ) { $version =~ s/1\.0\.8/1.0.8.20150910/;}
if ( $distbase =~ m|^xpdf-| ) { $version = MonthToDigit($version); }
if ( $distbase =~ m|^euler$| ) { $version = substr($version, 0, 4); }
if ( $distbase =~ m|^xpdf-| ) { $version = MonthToDigit($version); }
if ( $distbase =~ m|^euler$| ) { $version = substr($version, 0, 4); }
if ( $distbase =~ m|^sslwrap$| ) { $version =~ s/\.//g ; }
if (grep (/^$distbase$/,@RmLeadingZero)> 0 ) {
print STDERR sprintf("%4d ", __LINE__ ), ' (4) <', (caller 0)[3] ,'> ', 'distbase (', $distbase, ') ', $version, ' --> ',"\n" if $DEBUG_EDITVersion;
$version = RmLeadingZero($version, 2);}
Expand Down

0 comments on commit e20efc3

Please sign in to comment.