[phpmyadmin/phpmyadmin] 39f4b3: Use our CDN for fetching git commit information

Branch: refs/heads/QA_4_7 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 39f4b3dd408ca9a6739a99cdc739ce0cd5f5acc4 https://github.com/phpmyadmin/phpmyadmin/commit/39f4b3dd408ca9a6739a99cdc739... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-06 (Mon, 06 Mar 2017) Changed paths: M libraries/Config.php Log Message: ----------- Use our CDN for fetching git commit information We can avoid GitHub rate limiting this way as we do the requests from the website backend and they are cached by CDN. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 3edb0d5df0be4cb96f16d741a2252abec6553264 https://github.com/phpmyadmin/phpmyadmin/commit/3edb0d5df0be4cb96f16d741a225... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-06 (Mon, 06 Mar 2017) Changed paths: M libraries/Util.php Log Message: ----------- Fold configureCurl into httpRequestCurl There is no longer need to have it separate. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 47863a25b521f59c0bbb1b8908cfb28269f012d4 https://github.com/phpmyadmin/phpmyadmin/commit/47863a25b521f59c0bbb1b8908cf... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-06 (Mon, 06 Mar 2017) Changed paths: M ChangeLog M libraries/Util.php A libraries/isrgrootx1.pem Log Message: ----------- Bundle ISRG Root X1 SSL certificate and use it for verification This way we avoid problems with misconfigured curl in some PHP installations (WAMP), which has no trust certificates. Fixes #12846 Signed-off-by: Michal Čihař <michal@cihar.com> Compare: https://github.com/phpmyadmin/phpmyadmin/compare/c1348b957ace...47863a25b521
participants (1)
-
Michal Čihař