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:   09-Sep-2003 10:46:45
  Branch: HEAD                             Handle: 2003090909464202

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

  Log:
    include patch from bootstrap package here, too

  Summary:
    Revision    Changes     Path
    1.1         +99 -0      openpkg-src/beecrypt/beecrypt.patch
    1.2         +3  -1      openpkg-src/beecrypt/beecrypt.spec
    1.6456      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/beecrypt/beecrypt.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1 beecrypt.patch
  --- /dev/null 2003-09-09 10:46:44.000000000 +0200
  +++ beecrypt.patch    2003-09-09 10:46:44.000000000 +0200
  @@ -0,0 +1,99 @@
  +Index: gas/aesopt.x86.m4
  +===================================================================
  +RCS file: /CVSROOT/opkg/cvsbase/beecrypt/gas/aesopt.x86.m4,v
  +retrieving revision 1.1.1.1
  +diff -u -u -r1.1.1.1 aesopt.x86.m4
  +--- gas/aesopt.x86.m4        9 Jun 2003 08:35:39 -0000       1.1.1.1
  ++++ gas/aesopt.x86.m4        4 Sep 2003 07:26:08 -0000
  +@@ -133,6 +133,9 @@
  +     pxor 6144(%esi,%edx,8),s0
  + ')
  + 
  ++')
  ++ifdef(`USE_MMX',`
  ++
  + define(`elr',`
  +     movd  0(%ebp),s0
  +     movd t0,%eax
  +@@ -252,6 +255,9 @@
  + ')
  + 
  + 
  ++')
  ++ifdef(`USE_MMX',`
  ++
  + C_FUNCTION_BEGIN(aesEncrypt)
  +     pushl %edi
  +     pushl %esi
  +@@ -363,6 +369,9 @@
  +     pxor 6144(%esi,%edx,8),t2
  + ')
  + 
  ++')
  ++ifdef(`USE_MMX',`
  ++
  + define(`dsft',`
  +     movd $1+ 0(%ebp),s0
  +     movd t0,%eax
  +@@ -488,6 +497,9 @@
  +     pxor t2,s1
  +     pxor t3,s2
  + ')
  ++
  ++')
  ++ifdef(`USE_MMX',`
  + 
  + define(`dblock',`
  +     sxrk
  +Index: gas/mpopt.x86.m4
  +===================================================================
  +RCS file: /CVSROOT/opkg/cvsbase/beecrypt/gas/mpopt.x86.m4,v
  +retrieving revision 1.1.1.1
  +diff -u -u -r1.1.1.1 mpopt.x86.m4
  +--- gas/mpopt.x86.m4 4 Jun 2003 17:39:58 -0000       1.1.1.1
  ++++ gas/mpopt.x86.m4 4 Sep 2003 07:26:08 -0000
  +@@ -29,7 +29,7 @@
  +     movl 12(%esp),%edi
  + 
  +     xorl %eax,%eax
  +-    repz stosl
  ++    repz; stosl
  + 
  +     popl %edi
  +     ret
  +@@ -43,7 +43,7 @@
  +     movl 12(%esp),%edi
  +     movl 16(%esp),%eax
  + 
  +-    repz stosl
  ++    repz; stosl
  + 
  +     popl %edi
  +     ret
  +Index: gas/sha1opt.x86.m4
  +===================================================================
  +RCS file: /CVSROOT/opkg/cvsbase/beecrypt/gas/sha1opt.x86.m4,v
  +retrieving revision 1.1.1.1
  +diff -u -u -r1.1.1.1 sha1opt.x86.m4
  +--- gas/sha1opt.x86.m4       8 May 2003 17:52:54 -0000       1.1.1.1
  ++++ gas/sha1opt.x86.m4       4 Sep 2003 07:26:08 -0000
  +@@ -21,13 +21,13 @@
  + include(config.m4)
  + include(ASM_SRCDIR/x86.m4)
  + 
  +-    .equ    K00,    0x5a827999
  +-    .equ    K20,    0x6ed9eba1
  +-    .equ    K40,    0x8f1bbcdc
  +-    .equ    K60,    0xca62c1d6
  ++    .set    K00,    0x5a827999
  ++    .set    K20,    0x6ed9eba1
  ++    .set    K40,    0x8f1bbcdc
  ++    .set    K60,    0xca62c1d6
  + 
  +-    .equ    PARAM_H,                0
  +-    .equ    PARAM_DATA,             20
  ++    .set    PARAM_H,                0
  ++    .set    PARAM_DATA,             20
  + 
  + define(`subround1',`
  +     movl $2,%ecx
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/beecrypt/beecrypt.spec
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 beecrypt.spec
  --- openpkg-src/beecrypt/beecrypt.spec        22 Aug 2003 18:57:33 -0000      1.1
  +++ openpkg-src/beecrypt/beecrypt.spec        9 Sep 2003 08:46:44 -0000       1.2
  @@ -33,10 +33,11 @@
   Group:        Cryptography
   License:      LGPL
   Version:      3.1.0
  -Release:      20030822
  +Release:      20030909
   
   #   list of sources
   Source0:      http://osdn.dl.sourceforge.net/beecrypt/beecrypt-%{version}.tar.gz
  +Patch0:       beecrypt.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -57,6 +58,7 @@
   
   %prep
       %setup -q
  +    %patch -p0
   
   %build
       CC="%{l_cc}" \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6455 -r1.6456 news.txt
  --- openpkg-web/news.txt      9 Sep 2003 05:42:00 -0000       1.6455
  +++ openpkg-web/news.txt      9 Sep 2003 08:46:42 -0000       1.6456
  @@ -1,3 +1,4 @@
  +09-Sep-2003: Upgraded package: P<beecrypt-3.1.0-20030909>
   09-Sep-2003: Upgraded package: P<dmalloc-5.2.2-20030909>
   09-Sep-2003: Upgraded package: P<perl-ars-20030909-20030909>
   08-Sep-2003: Upgraded package: P<screen-4.0.0-20030908>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to