summaryrefslogtreecommitdiffstats
path: root/pie-nocacert.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-08-05 07:09:05 +0200
committerRemi Collet <remi@php.net>2025-08-05 07:09:05 +0200
commit11ee5c65da095b312f4ff1ad3cfedab9ce54c454 (patch)
tree181ca66e83c987e8e5813639a0ac1d98e4610df7 /pie-nocacert.patch
parent8e1fa2a6330fbc41aa9893fae5b371fc02d5ace4 (diff)
update to 1.1.0-RC1
Diffstat (limited to 'pie-nocacert.patch')
-rw-r--r--pie-nocacert.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pie-nocacert.patch b/pie-nocacert.patch
index c0b6a45..a93d2a4 100644
--- a/pie-nocacert.patch
+++ b/pie-nocacert.patch
@@ -6,7 +6,7 @@ diff -up ./vendor/composer/ca-bundle/src/CaBundle.php.rpm ./vendor/composer/ca-b
public static function getBundledCaBundlePath()
{
- $caBundleFile = __DIR__.'/../res/cacert.pem';
-+ $caBundleFile = '/etc/pki/tls/certs/ca-bundle.crt'; // System CA, always
++ $caBundleFile = '/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem'; // System CA, always
// cURL does not understand 'phar://' paths
// see https://github.com/composer/ca-bundle/issues/10