Hello community,

here is the log from the commit of package openssl for openSUSE:Factory checked 
in at 2017-02-07 11:57:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssl (Old)
 and      /work/SRC/openSUSE:Factory/.openssl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssl/openssl.changes  2017-02-03 
17:52:12.285698173 +0100
+++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes     2017-02-07 
11:57:30.416284045 +0100
@@ -1,0 +2,6 @@
+Thu Feb  2 15:19:15 UTC 2017 - vci...@suse.com
+
+- fix X509_CERT_FILE path (bsc#1022271) and rename
+  updated openssl-1.0.1e-truststore.diff to openssl-truststore.patch
+
+-------------------------------------------------------------------

Old:
----
  openssl-1.0.1e-truststore.diff

New:
----
  openssl-truststore.patch

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

Other differences:
------------------
++++++ openssl.spec ++++++
--- /var/tmp/diff_new_pack.hpOtbl/_old  2017-02-07 11:57:32.623971061 +0100
+++ /var/tmp/diff_new_pack.hpOtbl/_new  2017-02-07 11:57:32.623971061 +0100
@@ -54,7 +54,7 @@
 Patch4:         openssl-1.0.2a-padlock64.patch
 # PATCH-FIX-UPSTREAM http://rt.openssl.org/Ticket/Attachment/WithHeaders/20049
 Patch5:         openssl-fix-pod-syntax.diff
-Patch6:         openssl-1.0.1e-truststore.diff
+Patch6:         openssl-truststore.patch
 Patch7:         compression_methods_switch.patch
 Patch8:         0005-libssl-Hide-library-private-symbols.patch
 Patch9:         openssl-1.0.2a-default-paths.patch


++++++ openssl-truststore.patch ++++++
Don't use the legacy /etc/ssl/certs directory anymore but rather the
p11-kit generated /var/lib/ca-certificates/openssl one (fate#314991)
Index: openssl-1.0.2j/crypto/cryptlib.h
===================================================================
--- openssl-1.0.2j.orig/crypto/cryptlib.h       2017-02-01 16:50:51.103706760 
+0100
+++ openssl-1.0.2j/crypto/cryptlib.h    2017-02-01 16:52:10.517058963 +0100
@@ -81,8 +81,8 @@ extern "C" {
 
 # ifndef OPENSSL_SYS_VMS
 #  define X509_CERT_AREA          OPENSSLDIR
-#  define X509_CERT_DIR           OPENSSLDIR "/certs"
-#  define X509_CERT_FILE          OPENSSLDIR "/cert.pem"
+#  define X509_CERT_DIR           "/var/lib/ca-certificates/openssl"
+#  define X509_CERT_FILE          "/var/lib/ca-certificates/ca-bundle.pem"
 #  define X509_PRIVATE_DIR        OPENSSLDIR "/private"
 # else
 #  define X509_CERT_AREA          "SSLROOT:[000000]"


Reply via email to