RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  [email protected]
  Module: rpm                              Date:   03-May-2014 06:53:36
  Branch: rpm-5_4                          Handle: 2014050304533500

  Modified files:           (Branch: rpm-5_4)
    rpm                     CHANGES configure.ac

  Log:
    - autoFu: fix: chk libcrypto, not libopenssl, for symbol (Mark Hatle).

  Summary:
    Revision    Changes     Path
    1.3501.2.374+1  -0      rpm/CHANGES
    2.472.2.97  +2  -2      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.3501.2.373 -r1.3501.2.374 CHANGES
  --- rpm/CHANGES       25 Apr 2014 20:19:32 -0000      1.3501.2.373
  +++ rpm/CHANGES       3 May 2014 04:53:35 -0000       1.3501.2.374
  @@ -1,4 +1,5 @@
   5.4.14 -> 5.4.15:
  +    - jbj: autoFu: fix: chk libcrypto, not libopenssl, for symbol (Mark 
Hatle).
       - jbj: pgp: rework DSA/SHA1 in order to support DSA2 signatures.
       - jbj: nss: detect/use NSS_Initialize/NSS_InitContext.
       - jbj: bc: add non-repudiable RSA signatures.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.472.2.96 -r2.472.2.97 configure.ac
  --- rpm/configure.ac  25 Apr 2014 19:57:41 -0000      2.472.2.96
  +++ rpm/configure.ac  3 May 2014 04:53:35 -0000       2.472.2.97
  @@ -1434,10 +1434,10 @@
       [crypto], [ERR_load_CRYPTO_strings], [openssl/crypto.h],
       [no,external:none], [],
       [ AC_DEFINE(WITH_SSL, 1, [Define if building with OpenSSL])
  -      AC_CHECK_LIB([openssl], [RSA_generate_key_ex], [
  +      AC_CHECK_LIB([crypto], [RSA_generate_key_ex], [
             AC_DEFINE(HAVE_RSA_GENERATE_KEY_EX, 1, [Define to 1 if you have 
the RSA_generate_key_ex() function.])
         ])
  -      AC_CHECK_LIB([openssl], [DSA_generate_parameters_ex], [
  +      AC_CHECK_LIB([crypto], [DSA_generate_parameters_ex], [
             AC_DEFINE(HAVE_DSA_GENERATE_PARAMETERS_EX, 1, [Define to 1 if you 
have the DSA_generate_parameters_ex() function.])
         ])
       ], [])
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                [email protected]

Reply via email to