OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   28-Jun-2003 15:20:35
  Branch: HEAD                             Handle: 2003062814203302

  Added files:
    openpkg-src/aica        aica.patch
  Modified files:
    openpkg-src/aica        aica.spec
    openpkg-web             news.txt

  Log:
    add missing patch file to CVS

  Summary:
    Revision    Changes     Path
    1.1         +13 -0      openpkg-src/aica/aica.patch
    1.9         +1  -1      openpkg-src/aica/aica.spec
    1.5045      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/aica/aica.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1 aica.patch
  --- /dev/null 2003-06-28 15:20:35.000000000 +0200
  +++ aica.patch        2003-06-28 15:20:35.000000000 +0200
  @@ -0,0 +1,13 @@
  +--- ca/prof_asn1.c.dist      2003-06-18 15:01:46.000000000 +0200
  ++++ ca/prof_asn1.c   2003-06-18 15:03:23.000000000 +0200
  +@@ -432,8 +432,8 @@
  +             cp = ASN1_next(buf);
  +             j=ASN1_length(cp+1,&k);
  + 
  +-            pos+=j+k+1;
  +-            if(fsetpos(cpf->fp,&pos)) goto error;
  ++            if(fseek(cpf->fp,j+k+1,SEEK_CUR)) goto error;
  ++            if(fgetpos(cpf->fp,&pos)) goto error;
  + 
  +     }while(1);
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/aica/aica.spec
  ============================================================================
  $ cvs diff -u -r1.8 -r1.9 aica.spec
  --- openpkg-src/aica/aica.spec        18 Jun 2003 13:07:18 -0000      1.8
  +++ openpkg-src/aica/aica.spec        28 Jun 2003 13:20:35 -0000      1.9
  @@ -33,7 +33,7 @@
   Group:        Security
   License:      AiCrypto
   Version:      0.81
  -Release:      20030618
  +Release:      20030628
   
   #   list of sources
   Source0:      http://mars.elcom.nitech.ac.jp/security/AiCA-%{version}.tar.gz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5044 -r1.5045 news.txt
  --- openpkg-web/news.txt      28 Jun 2003 13:00:48 -0000      1.5044
  +++ openpkg-web/news.txt      28 Jun 2003 13:20:33 -0000      1.5045
  @@ -1,3 +1,4 @@
  +28-Jun-2003: Upgraded package: P<aica-0.81-20030628>
   28-Jun-2003: Upgraded package: P<squirrelmail-1.4.0-20030628>
   28-Jun-2003: Upgraded package: P<openjade-1.3.2-20030628>
   28-Jun-2003: Upgraded package: P<postgresql-7.3.3-20030628>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to