Hello community,

here is the log from the commit of package openssl for openSUSE:Factory
checked in at Mon Aug 15 09:41:59 CEST 2011.



--------
--- openssl/openssl.changes     2011-08-05 21:10:43.000000000 +0200
+++ /mounts/work_src_done/STABLE/openssl/openssl.changes        2011-08-06 
02:37:39.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Aug  6 00:33:47 UTC 2011 - [email protected]
+
+- Add upstream patch that calls ENGINE_register_all_complete()
+  in ENGINE_load_builtin_engines() saving us from adding dozens
+  of calls to such function to calling applications. 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  openssl-call-engine-reg-comp.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openssl.spec ++++++
--- /var/tmp/diff_new_pack.w6LUgZ/_old  2011-08-15 09:41:26.000000000 +0200
+++ /var/tmp/diff_new_pack.w6LUgZ/_new  2011-08-15 09:41:26.000000000 +0200
@@ -33,7 +33,7 @@
 #
 #Version:        1.0.0
 Version:        1.0.0d
-Release:        29
+Release:        31
 Summary:        Secure Sockets and Transport Layer Security
 Url:            http://www.openssl.org/
 Source:         http://www.%{name}.org/source/%{name}-%{version}.tar.bz2
@@ -51,6 +51,7 @@
 Patch7:         openssl-1.0.0b-aesni.patch
 #Patch8:         CVE-2011-0014.patch
 Patch9:         ECDSA_signatures_timing_attack.patch
+Patch10:        openssl-call-engine-reg-comp.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -188,6 +189,7 @@
 %patch7 -p1
 #%patch8 -p1
 %patch9 -p1
+%patch10
 cp -p %{S:10} .
 echo "adding/overwriting some entries in the 'table' hash in Configure"
 # 
$dso_scheme:$shared_target:$shared_cflag:$shared_ldflag:$shared_extension:$ranlib:$arflags

++++++ openssl-call-engine-reg-comp.patch ++++++
Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(), 
this means that some implementations will be used automatically, e.g. aesni,
Setup cpuid in ENGINE_load_builtin_engines() too as some ENGINEs use it.
Origin: UPSTREAM
URL: http://cvs.openssl.org/chngview?cn=19781

--- crypto/engine/eng_all.c.orig
+++ crypto/engine/eng_all.c
@@ -61,6 +61,8 @@
 
 void ENGINE_load_builtin_engines(void)
        {
+   /* Some ENGINEs need this */
+   OPENSSL_cpuid_setup();
 #if 0
        /* There's no longer any need for an "openssl" ENGINE unless, one day,
         * it is the *only* way for standard builtin implementations to be be
@@ -115,6 +117,7 @@ void ENGINE_load_builtin_engines(void)
        ENGINE_load_capi();
 #endif
 #endif
+    ENGINE_register_all_complete();
        }
 
 #if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV)

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to