From 472dd44603d1edfbfc0dde14acc7162ceaaa797f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 30 Apr 2016 09:56:33 +0200 Subject: php-composer-ca-bundle: 1.0.2 - New package --- php-composer-ca-bundle-rpm.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 php-composer-ca-bundle-rpm.patch (limited to 'php-composer-ca-bundle-rpm.patch') diff --git a/php-composer-ca-bundle-rpm.patch b/php-composer-ca-bundle-rpm.patch new file mode 100644 index 0000000..c2546e4 --- /dev/null +++ b/php-composer-ca-bundle-rpm.patch @@ -0,0 +1,12 @@ +diff -up src/CaBundle.php.rpm src/CaBundle.php +--- src/CaBundle.php.rpm 2016-04-30 09:44:06.624946839 +0200 ++++ src/CaBundle.php 2016-04-30 09:44:37.576088602 +0200 +@@ -129,7 +129,7 @@ class CaBundle + */ + public static function getBundledCaBundlePath() + { +- return __DIR__.'/../res/cacert.pem'; ++ return '/etc/pki/tls/certs/ca-bundle.crt'; // System CA, always + } + + /** -- cgit