packages: openssl/openssl.spec - separated engines subpackage; makes it pos...

gotar gotar at pld-linux.org
Wed May 26 01:37:17 CEST 2010


Author: gotar                        Date: Tue May 25 23:37:17 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- separated engines subpackage; makes it possible to install openssl 1.0.0
  next to 0.9.8n for transition as engines are not versioned and not so
  commonly used anyway (most of the apps requires libs only) - %desc from ALTLinux

---- Files affected:
packages/openssl:
   openssl.spec (1.224 -> 1.225) 

---- Diffs:

================================================================
Index: packages/openssl/openssl.spec
diff -u packages/openssl/openssl.spec:1.224 packages/openssl/openssl.spec:1.225
--- packages/openssl/openssl.spec:1.224	Wed May  5 15:45:30 2010
+++ packages/openssl/openssl.spec	Wed May 26 01:37:11 2010
@@ -99,6 +99,28 @@
 користування, що реалізують велику кількість криптографічних
 алгоритмів, включаючи DES, RC4, RSA та SSL.
 
+%package engines
+Summary:	OpenSSL optional crypto engines
+Group:		Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description engines
+With OpenSSL 0.9.6, a new component was added to support alternative
+cryptography implementations, most commonly for interfacing with external
+crypto devices (eg. accelerator cards). This component is called ENGINE.
+
+There are currently built-in ENGINE implementations for the following
+crypto devices:
+
+- CryptoSwift
+- Compaq Atalla
+- nCipher CHIL
+- Nuron
+- Broadcom uBSec
+
+In addition, dynamic binding to external ENGINE implementations is now
+provided by a special ENGINE called "dynamic". 
+
 %package tools
 Summary:	OpenSSL command line tool and utilities
 Summary(pl.UTF-8):	Zestaw narzędzi i skryptów
@@ -358,8 +380,6 @@
 %doc doc/openssl_button.gif doc/openssl_button.html
 %attr(755,root,root) /%{_lib}/libcrypto.so.*.*.*
 %attr(755,root,root) /%{_lib}/libssl.so.*.*.*
-%dir /%{_lib}/engines
-%attr(755,root,root) /%{_lib}/engines/*.so
 %if "%{pld_release}" == "ti"
 %dir %{_var}/lib/%{name}
 %dir %{_var}/lib/%{name}/certs
@@ -374,6 +394,10 @@
 %endif
 %dir %{_datadir}/ssl
 
+%files engines
+%dir /%{_lib}/engines
+%attr(755,root,root) /%{_lib}/engines/*.so
+
 %files tools
 %defattr(644,root,root,755)
 %if "%{pld_release}" == "ti"
@@ -468,6 +492,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.225  2010/05/25 23:37:11  gotar
+- separated engines subpackage; makes it possible to install openssl 1.0.0
+  next to 0.9.8n for transition as engines are not versioned and not so
+  commonly used anyway (most of the apps requires libs only) - %desc from ALTLinux
+
 Revision 1.224  2010/05/05 13:45:30  baggins
 - rel 7
 - fixed my breakage in c_rehash.sh
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openssl/openssl.spec?r1=1.224&r2=1.225&f=u



More information about the pld-cvs-commit mailing list