Mailinglist Archive: opensuse-commit (1028 mails)
| < Previous | Next > |
commit openssl
- From: root@xxxxxxx (h_root)
- Date: Sat, 3 Jun 2006 00:58:22 +0200 (CEST)
- Message-id: <20060602225822.CD92094229@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package openssl
checked in at Sat Jun 3 00:58:22 CEST 2006.
--------
--- openssl/openssl.changes 2006-01-25 21:30:41.000000000 +0100
+++ openssl/openssl.changes 2006-06-02 15:01:05.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Jun 2 15:00:58 CEST 2006 - poeml@xxxxxxx
+
+- fix built-in ENGINESDIR for 64 bit architectures. We change only
+ the builtin search path for engines, not the path where engines
+ are packaged. Path can be overridden with the OPENSSL_ENGINES
+ environment variable. [#179094]
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openssl.spec ++++++
--- /var/tmp/diff_new_pack.YW23RS/_old 2006-06-03 00:58:13.000000000 +0200
+++ /var/tmp/diff_new_pack.YW23RS/_new 2006-06-03 00:58:13.000000000 +0200
@@ -5,7 +5,7 @@
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://bugs.opensuse.org
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
@@ -24,7 +24,7 @@
Obsoletes: ssleay
Autoreqprov: on
Version: 0.9.8a
-Release: 6
+Release: 18
Summary: Secure Sockets and Transport Layer Security
URL: http://www.openssl.org/
Source: http://www.%{name}.org/source/%{name}-%{version}.tar.bz2
@@ -45,7 +45,7 @@
%description
The OpenSSL Project is a collaborative effort to develop a robust,
-commercial-grade, full-featured, and Open Source toolkit implementing
+commercial-grade, full-featured, and open source toolkit implementing
the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
v1) protocols with full-strength cryptography. The project is managed
by a worldwide community of volunteers that use the Internet to
@@ -56,8 +56,8 @@
OpenSSL is based on the excellent SSLeay library developed by Eric A.
Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
-Apache-style licence which basically means that you are free to get it
-and to use it for commercial and non-commercial purposes.
+Apache-style license, which basically means that you are free to get it
+and to use it for commercial and noncommercial purposes.
@@ -162,6 +162,8 @@
.
wq
EOF_ED
+# fix ENGINESDIR path
+sed -i 's,/lib/engines,/%_lib/engines,' Configure
%build
./config --test-sanity
@@ -328,6 +330,11 @@
%{_libdir}/engines
%changelog -n openssl
+* Fri Jun 02 2006 - poeml@xxxxxxx
+- fix built-in ENGINESDIR for 64 bit architectures. We change only
+ the builtin search path for engines, not the path where engines
+ are packaged. Path can be overridden with the OPENSSL_ENGINES
+ environment variable. [#179094]
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Mon Jan 16 2006 - mc@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit-help@xxxxxxxxxxxx
| < Previous | Next > |