]> git.pld-linux.org Git - packages/openssl.git/commitdiff
use the generic ca-bundle path instead of PLD-specific ca-certificates one
authorTomasz Pala <gotar@pld-linux.org>
Sun, 3 Dec 2017 08:15:35 +0000 (09:15 +0100)
committerTomasz Pala <gotar@pld-linux.org>
Sun, 3 Dec 2017 08:15:35 +0000 (09:15 +0100)
openssl-ca-certificates.patch
openssl.spec

index 8f366adfc67187ce27cd64d459a32e8cd11bba9d..0221ac2b24fb216127fbf848597b76636ce82d27 100644 (file)
@@ -6,7 +6,7 @@ diff -ruN openssl-1.0.2.orig/crypto/cryptlib.h openssl-1.0.2/crypto/cryptlib.h
  #  define X509_CERT_AREA          OPENSSLDIR
  #  define X509_CERT_DIR           OPENSSLDIR "/certs"
 -#  define X509_CERT_FILE          OPENSSLDIR "/cert.pem"
-+#  define X509_CERT_FILE          "/etc/certs/ca-certificates.crt"
++#  define X509_CERT_FILE          "/etc/pki/tls/certs/ca-bundle.crt"
  #  define X509_PRIVATE_DIR        OPENSSLDIR "/private"
  # else
  #  define X509_CERT_AREA          "SSLROOT:[000000]"
index 801066817ef21b41b58e09cd12af990909ad8440..dcaba4e6b5e37dab9b44ea06a4a3c314a9220f29 100644 (file)
@@ -56,7 +56,7 @@ BuildRequires:        rpm-perlprov >= 4.1-13
 BuildRequires: rpmbuild(macros) >= 1.213
 BuildRequires: sed >= 4.0
 BuildRequires: zlib-devel
-Requires:      ca-certificates >= 20120623-1.1
+Requires:      ca-certificates >= 20141019-3
 Requires:      rpm-whiteout >= 1.7
 Obsoletes:     SSLeay
 Obsoletes:     SSLeay-devel
This page took 0.052452 seconds and 4 git commands to generate.