summaryrefslogtreecommitdiffstats
path: root/pie-nocacert.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pie-nocacert.patch')
-rw-r--r--pie-nocacert.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/pie-nocacert.patch b/pie-nocacert.patch
index c0b6a45..1d744be 100644
--- a/pie-nocacert.patch
+++ b/pie-nocacert.patch
@@ -1,12 +1,12 @@
diff -up ./vendor/composer/ca-bundle/src/CaBundle.php.rpm ./vendor/composer/ca-bundle/src/CaBundle.php
--- ./vendor/composer/ca-bundle/src/CaBundle.php.rpm 2024-09-25 09:49:53.000000000 +0200
+++ ./vendor/composer/ca-bundle/src/CaBundle.php 2024-10-03 07:11:10.752092401 +0200
-@@ -121,7 +121,7 @@ class CaBundle
+@@ -122,7 +122,7 @@ class CaBundle
*/
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