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:   29-Sep-2006 11:21:28
  Branch: OPENPKG_2_5_SOLID                Handle: 2006092910212700

  Modified files:           (Branch: OPENPKG_2_5_SOLID)
    openpkg-src/openssl     openssl.patch openssl.spec

  Log:
    official fix for the the official security fix

  Summary:
    Revision    Changes     Path
    1.22.2.3    +8  -1      openpkg-src/openssl/openssl.patch
    1.70.2.5    +1  -1      openpkg-src/openssl/openssl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.patch
  ============================================================================
  $ cvs diff -u -r1.22.2.2 -r1.22.2.3 openssl.patch
  --- openpkg-src/openssl/openssl.patch 28 Sep 2006 12:47:56 -0000      1.22.2.2
  +++ openpkg-src/openssl/openssl.patch 29 Sep 2006 09:21:27 -0000      1.22.2.3
  @@ -149,7 +149,14 @@
   Index: crypto/dh/dh_key.c
   --- crypto/dh/dh_key.c       13 Mar 2006 23:12:06 -0000      1.24.2.3
   +++ crypto/dh/dh_key.c       26 Sep 2006 11:49:24 -0000
  -@@ -179,6 +179,12 @@ static int compute_key(unsigned char *ke
  +@@ -173,12 +173,18 @@
  + 
  + static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
  +     {
  +-    BN_CTX *ctx;
  ++    BN_CTX *ctx = NULL;
  +     BN_MONT_CTX *mont=NULL;
  +     BIGNUM *tmp;
        int ret= -1;
            int check_result;
    
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.spec
  ============================================================================
  $ cvs diff -u -r1.70.2.4 -r1.70.2.5 openssl.spec
  --- openpkg-src/openssl/openssl.spec  28 Sep 2006 12:47:56 -0000      1.70.2.4
  +++ openpkg-src/openssl/openssl.spec  29 Sep 2006 09:21:27 -0000      1.70.2.5
  @@ -33,7 +33,7 @@
   Group:        Cryptography
   License:      BSD-style
   Version:      0.9.8a
  -Release:      2.5.3
  +Release:      2.5.4
   
   #   package options
   %option       with_zlib     no
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to