[openssl] do not move libcrypto to /lib

Tomáš Mráz tmraz at fedoraproject.org
Fri Jul 13 12:30:37 UTC 2012


commit 72a1bddddcc5c0d59188cb00c6fe96f4b2b6d2e4
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Fri Jul 13 14:30:31 2012 +0200

    do not move libcrypto to /lib
    
    - do not use environment variables if __libc_enable_secure is on
    - fix strict aliasing problems in modes

 openssl.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index 1b4a5dd..9659726 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -22,7 +22,7 @@ Summary: Utilities from the general purpose cryptography library with TLS implem
 Name: openssl
 Version: 1.0.1c
 # Do not forget to bump SHLIB_VERSION on version upgrades
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 1
 # We have to remove certain patented algorithms from the openssl source
 # tarball with the hobble-openssl script which is included below.


More information about the scm-commits mailing list