Created attachment 204152 [details] Patch to update devel/mercurial - Update to 5.0 - Remove CA_BUNDLE option, mandatory with global configuration file for HTTPS certificate authorities see, https://www.mercurial-scm.org/wiki/CACertificates
Comment on attachment 204152 [details] Patch to update devel/mercurial + ${INSTALL_DATA} ${FILESDIR}/hgrc ${STAGEDIR}${PREFIX}/etc/mercurial Please install this as a sample file and with @sample. Otherwise this update will overwrite an already existing ${PREFIX}/etc/mercurial/hgrc on users' systems...
(In reply to Olivier Duchateau from comment #0) > - Remove CA_BUNDLE option, mandatory with global configuration file for > HTTPS certificate authorities see, > https://www.mercurial-scm.org/wiki/CACertificates This is not actually necessary. Mercurial detects our CA certificates just fine without the global config. Nothing in this regard changed between 4.9 and 5.0.
Created attachment 204628 [details] update only diff Here's an updated version that has only the update and not the ca_root_nss changes. That OK?
Superseded by bug #238346