diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-27 08:28:20 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-27 08:28:20 +0200 |
commit | d8523c622905fb866ac789813689ae2b4f7c5c0e (patch) | |
tree | 22b5e0d7352827bbd3cfa510d7ada5e91af4d0af /composer-rpm.patch | |
parent | b5659619f9f2b01217b4845105a45156c5af2d11 (diff) |
Diffstat (limited to 'composer-rpm.patch')
-rw-r--r-- | composer-rpm.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer-rpm.patch b/composer-rpm.patch index fdc97ac..7323225 100644 --- a/composer-rpm.patch +++ b/composer-rpm.patch @@ -39,7 +39,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 |