]> git.pld-linux.org Git - packages/php-composer-ca-bundle.git/blame - system-ca-certs.patch
use system ca-certificates package
[packages/php-composer-ca-bundle.git] / system-ca-certs.patch
CommitLineData
467779cc
ER
1--- ca-bundle-1.0.2/src/CaBundle.php~ 2016-04-13 13:13:24.000000000 +0300
2+++ ca-bundle-1.0.2/src/CaBundle.php 2016-05-11 23:31:27.276340682 +0300
3@@ -129,7 +129,7 @@
4 */
5 public static function getBundledCaBundlePath()
6 {
7- return __DIR__.'/../res/cacert.pem';
8+ return '/etc/pki/tls/certs/ca-bundle.crt';
9 }
10
11 /**
This page took 0.039092 seconds and 4 git commands to generate.