[heimdal/el5] Go back to using hcrypto with bundled libtommath

Ken Dreyer ktdreyer at fedoraproject.org
Thu Jul 10 18:52:33 UTC 2014


commit 6506dba571b789ee4a0eff5b5b89e03449d9b024
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Thu Jul 10 12:51:16 2014 -0600

    Go back to using hcrypto with bundled libtommath
    
    Remove OpenSSL BR and go back to using hcrypto with bundled libtommath.
    OpenSSL is not thread safe without callbacks (RHBZ #1118462)

 heimdal.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/heimdal.spec b/heimdal.spec
index 834a340..bdfb2ef 100644
--- a/heimdal.spec
+++ b/heimdal.spec
@@ -18,7 +18,7 @@
 
 Name: heimdal
 Version: 1.6.0
-Release: 0.8.%{commitdate}git%{shortcommit}%{?dist}
+Release: 0.9.%{commitdate}git%{shortcommit}%{?dist}
 Summary: A Kerberos 5 implementation without export restrictions
 License: BSD and MIT
 URL: http://www.h5l.org/
@@ -78,7 +78,6 @@ BuildRequires:  libtermcap-devel
 BuildRequires:  libtool
 BuildRequires:  ncurses-devel
 BuildRequires:  openldap-devel
-BuildRequires:  openssl-devel
 #Required for tests/ldap
 BuildRequires:  openldap-servers
 BuildRequires:  pam-devel
@@ -243,7 +242,6 @@ PATH.
         --with-ipv6 \
         --enable-kcm \
         --enable-pk-init \
-        --with-openssl=%{_prefix} \
         --with-openldap=%{_prefix} \
         --with-sqlite3=%{_prefix} \
         --with-libedit=%{_prefix} \
@@ -674,6 +672,10 @@ fi
 %{_sysconfdir}/profile.d/%{name}.csh
 
 %changelog
+* Mon Jul 07 2014 Ken Dreyer <ktdreyer at ktdreyer.com> - 1.6.0-0.9.20140621gita5adc06
+- Remove OpenSSL BR and go back to using hcrypto with bundled libtommath.
+  OpenSSL is not thread safe without callbacks (RHBZ #1118462)
+
 * Tue Jul 01 2014 Ken Dreyer <ktdreyer at ktdreyer.com> - 1.6.0-0.8.20140621gita5adc06
 - Patch for parallel build failure in kadm5. Thanks Jakub Čajka.
 - Remove comments about X11 binaries (we will never ship those).


More information about the scm-commits mailing list