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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   19-Jul-2007 13:26:06
  Branch: HEAD                             Handle: 2007071912260600

  Modified files:
    openpkg-src/beecrypt    beecrypt.patch beecrypt.spec

  Log:
    fix encoding for buffers starting with a NUL byte by removing bogus
    code

  Summary:
    Revision    Changes     Path
    1.4         +14 -3      openpkg-src/beecrypt/beecrypt.patch
    1.24        +1  -1      openpkg-src/beecrypt/beecrypt.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/beecrypt/beecrypt.patch
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 beecrypt.patch
  --- openpkg-src/beecrypt/beecrypt.patch       8 Mar 2005 18:37:45 -0000       
1.3
  +++ openpkg-src/beecrypt/beecrypt.patch       19 Jul 2007 11:26:06 -0000      
1.4
  @@ -1,6 +1,17 @@
  +Index: base64.c
  +--- base64.c.orig    2004-12-19 21:21:04 +0100
  ++++ base64.c 2007-07-19 13:18:37 +0200
  +@@ -253,7 +253,6 @@
  +     unsigned c;
  + 
  +     if (s == NULL)  return NULL;
  +-    if (*s == '\0') return calloc(1, sizeof(*t));
  + 
  +     if (ns == 0) ns = strlen((const char*) s);
  +     nt = ((ns + 2) / 3) * 4;
   Index: gas/aesopt.x86.m4
  ---- gas/aesopt.x86.m4.orig   2004-06-13 13:37:23 +0200
  -+++ gas/aesopt.x86.m4        2004-07-28 20:02:07 +0200
  +--- gas/aesopt.x86.m4.orig   2004-08-21 15:37:40 +0200
  ++++ gas/aesopt.x86.m4        2007-07-19 13:15:20 +0200
   @@ -134,6 +134,9 @@
        pxor 6144(%esi,%edx,8),s0
    ')
  @@ -43,7 +54,7 @@
    
   Index: gnu.h.in
   --- gnu.h.in.orig    2004-12-19 21:18:48 +0100
  -+++ gnu.h.in 2005-03-08 19:34:03 +0100
  ++++ gnu.h.in 2007-07-19 13:15:20 +0200
   @@ -48,15 +48,6 @@
    @TYPEDEF_UINT32_T@
    @TYPEDEF_UINT64_T@
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/beecrypt/beecrypt.spec
  ============================================================================
  $ cvs diff -u -r1.23 -r1.24 beecrypt.spec
  --- openpkg-src/beecrypt/beecrypt.spec        1 Jan 2007 17:36:48 -0000       
1.23
  +++ openpkg-src/beecrypt/beecrypt.spec        19 Jul 2007 11:26:06 -0000      
1.24
  @@ -33,7 +33,7 @@
   Group:        Cryptography
   License:      LGPL
   Version:      4.1.2
  -Release:      20061013
  +Release:      20070719
   
   #   list of sources
   Source0:      
http://switch.dl.sourceforge.net/beecrypt/beecrypt-%{version}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to