Hello community,

here is the log from the commit of package openssl for openSUSE:Factory checked 
in at 2013-07-04 18:04:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-07-02 
07:40:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes     2013-07-04 
18:04:59.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jul  2 09:02:59 UTC 2013 - lnus...@suse.de
+
+- Don't use the legacy /etc/ssl/certs directory anymore but rather
+  the p11-kit generated /var/lib/ca-certificates/openssl one
+  (fate#314991, openssl-1.0.1e-truststore.diff)
+
+-------------------------------------------------------------------

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

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

Other differences:
------------------
++++++ openssl.spec ++++++
--- /var/tmp/diff_new_pack.8eo3MA/_old  2013-07-04 18:05:01.000000000 +0200
+++ /var/tmp/diff_new_pack.8eo3MA/_new  2013-07-04 18:05:01.000000000 +0200
@@ -48,6 +48,7 @@
 Patch4:         VIA_padlock_support_on_64systems.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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -129,6 +130,7 @@
 %patch3
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 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-1.0.1e-truststore.diff ++++++
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.1e/crypto/cryptlib.h
===================================================================
--- openssl-1.0.1e.orig/crypto/cryptlib.h
+++ openssl-1.0.1e/crypto/cryptlib.h
@@ -81,7 +81,7 @@ extern "C" {
 
 #ifndef OPENSSL_SYS_VMS
 #define X509_CERT_AREA         OPENSSLDIR
-#define X509_CERT_DIR          OPENSSLDIR "/certs"
+#define X509_CERT_DIR          "/var/lib/ca-certificates/openssl"
 #define X509_CERT_FILE         OPENSSLDIR "/cert.pem"
 #define X509_PRIVATE_DIR       OPENSSLDIR "/private"
 #else

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to