From: Tomasz Pala Date: Sun, 3 Dec 2017 08:15:35 +0000 (+0100) Subject: use the generic ca-bundle path instead of PLD-specific ca-certificates one X-Git-Tag: auto/th/openssl-1.0.2n-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fopenssl.git;a=commitdiff_plain;h=618e7076669ee7a48416373d5da4369647c57246 use the generic ca-bundle path instead of PLD-specific ca-certificates one --- diff --git a/openssl-ca-certificates.patch b/openssl-ca-certificates.patch index 8f366ad..0221ac2 100644 --- a/openssl-ca-certificates.patch +++ b/openssl-ca-certificates.patch @@ -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]" diff --git a/openssl.spec b/openssl.spec index 8010668..dcaba4e 100644 --- a/openssl.spec +++ b/openssl.spec @@ -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