OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-web Date: 18-Mar-2003 11:18:05 Branch: HEAD Handle: 2003031810180400 Modified files: openpkg-web/security page.pl Log: still do not link in unfinished SAs Summary: Revision Changes Path 1.4 +1 -0 openpkg-web/security/page.pl ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-web/security/page.pl ============================================================================ $ cvs diff -u -r1.3 -r1.4 page.pl --- openpkg-web/security/page.pl 18 Feb 2003 15:57:01 -0000 1.3 +++ openpkg-web/security/page.pl 18 Mar 2003 10:18:04 -0000 1.4 @@ -12,6 +12,7 @@ foreach my $sa (reverse sort @SA) { my ($base, $name) = ($sa =~ m|^(OpenPKG-SA-(.+))\.txt$|); next if ($name =~ m|^0000|); + next if ($name =~ m|^2003\.02[0-3]|); $sidebar .= "<a href=\"$base.html\">$name</a><br>"; } @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]