Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37815627
en ru br
ALT Linux repositórios
S:5.15.10-alt1

Group :: Sistema/Bibliotecas
RPM: qt5-base

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: alt-ca-certificates-path.patch
Download


--- a/src/network/ssl/qsslsocket_openssl.cpp~	2016-02-10 13:57:04.000000000 +0300
+++ b/src/network/ssl/qsslsocket_openssl.cpp	2016-02-15 15:14:12.044000000 +0300
@@ -809,8 +809,9 @@ QList<QSslCertificate> QSslSocketPrivate
         while (it.hasNext())
             systemCerts.append(QSslCertificate::fromPath(it.next(), platformEncodingFormat));
 # ifndef Q_OS_ANDROID
-        systemCerts.append(QSslCertificate::fromPath(QLatin1String("/etc/pki/tls/certs/ca-bundle.crt"), QSsl::Pem)); // Fedora, Mandriva
-        systemCerts.append(QSslCertificate::fromPath(QLatin1String("/usr/local/share/certs/ca-root-nss.crt"), QSsl::Pem)); // FreeBSD's ca_root_nss
+        //systemCerts.append(QSslCertificate::fromPath(QLatin1String("/etc/pki/tls/certs/ca-bundle.crt"), QSsl::Pem)); // Fedora, Mandriva
+        //systemCerts.append(QSslCertificate::fromPath(QLatin1String("/usr/local/share/certs/ca-root-nss.crt"), QSsl::Pem)); // FreeBSD's ca_root_nss
+        systemCerts.append(QSslCertificate::fromPath(QLatin1String("/usr/share/ca-certificates/ca-bundle.crt"), QSsl::Pem)); // ALT Linux
 # endif
     }
 #endif
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009