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:   16-Apr-2004 18:50:51
  Branch: HEAD                             Handle: 2004041617505100

  Modified files:
    openpkg-web/security    release.pl

  Log:
    allow other packages to be mentioned, too

  Summary:
    Revision    Changes     Path
    1.4         +1  -1      openpkg-web/security/release.pl
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-web/security/release.pl
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 release.pl
  --- openpkg-web/security/release.pl   8 Jan 2004 15:35:24 -0000       1.3
  +++ openpkg-web/security/release.pl   16 Apr 2004 16:50:51 -0000      1.4
  @@ -77,7 +77,7 @@
   if ($txt !~ m|$re|) {
       die "invalid security advisory header";
   }
  -if ($txt !~ m|\nPackage:\s+$pkg\n|s) {
  +if ($txt !~ m|\nPackage:\s+$pkg\b|s) {
       die "package name \"$pkg\" not found on Package: header";
   }
   #   FIXME: add more checks here!
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to