/po/doc/

tion> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/curl.scm
AgeCommit message (Expand)Author
2023-10-25gnu: curlie: Update to 1.7.2....* gnu/packages/curl.scm (curlie): Update to 1.7.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: Ic54bb5c1975fe8b954b4ab4b72ca5748c0924b7a Imran Iqbal
2023-10-11gnu: curl/fixed: Fix version....This is a followup to d6d706a58b8159748d3a46fa97cae18850487c8a. The version string is set separately to have the same length as curl for grafting and was forgotten in the previous commit. * gnu/packages/curl.scm (curl/fixed)[version]: Set to "8.4.0a" to match actual version and length needed for grafting. John Kehayias
2023-10-11gnu: curl/fixed: Update to 8.4.0 [security fixes]....Fixes CVE-2023-38545 and CVE-2023-38546. See <https://curl.se/docs/CVE-2023-38545.html> and <https://curl.se/docs/CVE-2023-38546.html> for details. * gnu/packages/curl.scm (curl/fixed): Update to 8.4.0. John Kehayias
2023-10-10gnu: curl/fixed: Skip failing test on the Hurd....* gnu/packages/curl.scm (curl/fixed)[arguments]: When building on the Hurd, replace `check' phase to skip test 1474. Janneke Nieuwenhuizen
2023-10-05gnu: curl: Update to 8.3.0....According to upstream, the current version has 19 security issues. See also <https://curl.se/docs/vuln-7.85.0.html>. * gnu/packages/curl.scm (curl/fixed): New variable. (curl): Use it as replacement. Liliana Marie Prikler