From 6e68ad0b1bedce7b9110527ea7a831ad8aaae75f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Oct 2025 08:49:08 +0200 Subject: update to 5.2.3 (2025-10-08, bugfix release) fix patch to system CA certificates always build with composer-generators --- phpMyAdmin-certs.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpMyAdmin-certs.patch') diff --git a/phpMyAdmin-certs.patch b/phpMyAdmin-certs.patch index 15cacac..4021d77 100644 --- a/phpMyAdmin-certs.patch +++ b/phpMyAdmin-certs.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 -- cgit