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:   23-Jan-2003 15:29:34
  Branch: HEAD                             Handle: 2003012314293300

  Modified files:
    openpkg-web/security    page.pl page.wml

  Log:
    flush pending changes

  Summary:
    Revision    Changes     Path
    1.2         +3  -2      openpkg-web/security/page.pl
    1.2         +1  -1      openpkg-web/security/page.wml
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-web/security/page.pl
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 page.pl
  --- openpkg-web/security/page.pl      23 Jan 2003 11:32:43 -0000      1.1
  +++ openpkg-web/security/page.pl      23 Jan 2003 14:29:33 -0000      1.2
  @@ -11,7 +11,7 @@
   my $sidebar = '<u>Security Advisories:</u><p>';
   foreach my $sa (reverse sort @SA) {
       my ($base, $name) = ($sa =~ m|^(OpenPKG-SA-(.+))\.txt$|);
  -    next if ($name =~ m|^SA-0000|);
  +    next if ($name =~ m|^0000|);
       $sidebar .= "<a href=\"$base.html\">$name</a><br>";
   }
   
  @@ -45,7 +45,8 @@
       $foot .= $_ while (<$io>);
       $io->close;
   
  -    $head =~ s|\@ID\@|<a href="$sa.txt">$sa</a>|sg;
  +    $head =~ s|\@TXT\@|$sa.txt|sg;
  +    $head =~ s|\@ID\@|$sa|sg;
       $head =~ s|\@SIDEBAR\@|$sidebar|s;
   
       my $out = $head .
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security/page.wml
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 page.wml
  --- openpkg-web/security/page.wml     23 Jan 2003 11:32:43 -0000      1.1
  +++ openpkg-web/security/page.wml     23 Jan 2003 14:29:33 -0000      1.2
  @@ -7,7 +7,7 @@
   <a href="../security.html">&lt;&lt; back</a>
   
   <h1>OpenPKG Security Advisory</h1>
  -<h2>[@ID@]</h2>
  +<h2><a href="@TXT@">[@ID@]</a></h2>
   
   <sidebar>@SIDEBAR@</sidebar>
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to