/[secure-testing]/bin/checklist
ViewVC logotype

Diff of /bin/checklist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1982 by joeyh, Wed Sep 14 19:20:56 2005 UTC revision 2145 by joeyh, Sat Sep 24 03:58:31 2005 UTC
# Line 133  foreach my $list (@ARGV) { Line 133  foreach my $list (@ARGV) {
133    
134                          # by now, we also have the version that's affected by the security problem.                          # by now, we also have the version that's affected by the security problem.
135                          # This is stored in $version                          # This is stored in $version
136                          next if $version eq 'not-affected';                          next if $version eq '<not-affected>';
137    
138                          my @notes=split(/\s*;\s+/, $notes);                          my @notes=split(/\s*;\s+/, $notes);
139    
# Line 179  foreach my $list (@ARGV) { Line 179  foreach my $list (@ARGV) {
179                                  next;                                  next;
180                          }                          }
181    
182                          if (grep { $_ eq 'unfixed' || $_ eq 'pending' } @notes) {                          if ($version eq '<unfixed>' || grep { $_ eq 'pending' } @notes) {
183                                  record($package, '('.join("; ", @notes).')', $id, $urgency);                                  record($package, '('.join("; ", "unfixed", @notes).')', $id, $urgency);
184                                  $unfixed++;                                  $unfixed++;
185                                  # It's not been fixed!                                  # It's not been fixed!
186                          }                          }

Legend:
Removed from v.1982  
changed lines
  Added in v.2145

  ViewVC Help
Powered by ViewVC 1.1.5