aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/vlang.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-11-24 23:29:19 +0100
committerLudovic Courtès <ludo@gnu.org>2020-11-25 00:02:30 +0100
commit325d00e61993ddaa674f6e85e099d570866f8258 (patch)
tree2729eda67e58acf87a879ff3dda36603f83d8f10 /gnu/packages/vlang.scm
parent4cebe82fa680e4878543d8ccc8190e2302161c6c (diff)
downloadguix-325d00e61993ddaa674f6e85e099d570866f8258.tar.gz
guix-325d00e61993ddaa674f6e85e099d570866f8258.zip
packages: Ignore return value of origin snippets.
* guix/packages.scm (patch-and-repack): Ignore return value of SNIPPET and remove warning about non #t return value.
Diffstat (limited to 'gnu/packages/vlang.scm')
0 files changed, 0 insertions, 0 deletions
rl.scm?id=e0885fcfbb12942f566a5ce9a4f3199a4d191723'>gnu: curl: Skip failing test on the Hurd....* gnu/packages/curl.scm (curl)[arguments]: When building natively on the Hurd, also skip test 564. Change-Id: I265049b70c6255f075a98b1a385d40d9dd84badf Janneke Nieuwenhuizen 2023-11-15gnu: curl: Skip failing test on arm machines....* gnu/packages/curl.scm (curl)[arguments]: Adjust custom 'check phase to skip a test on armhf-linux and aarch64-linux. Change-Id: I26fcb8c911a412c9196b759caefb6a003a241b6b Efraim Flashner 2023-11-05gnu: curl: Run tests in parallel....* gnu/packages/curl.scm (curl)[arguments]: Respect PARALLEL-TESTS? in check phase, by setting TFLAGS (curl's test flags). Change-Id: I54dfe32b757824fd3d2b89d10b88315c7e8b8d2a John Kehayias 2023-11-05gnu: curl: Ungraft....* gnu/packages/curl.scm (curl): Update to 8.4.0 from graft, preserving... [arguments]<#:phases>: ... check phase to skip failing test on Hurd. [replacement]: Remove. (curl/fixed): Remove variable. Change-Id: I9243d6b3a9084d9c24884e755f2f42ffafca4205 John Kehayias 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 2023-07-20gnu: curl: Skip failing test on the Hurd....* gnu/packages/curl.scm (curl)[arguments]: When building natively on the Hurd, add phase 'skip-tests'. Janneke Nieuwenhuizen 2023-07-16gnu: trurl: Improve description....* gnu/packages/curl.scm (trurl)[synopsis]: Fix typo. [description]: Reorder & tighten. Tobias Geerinckx-Rice 2023-07-16gnu: trurl: Update to 0.8....* gnu/packages/curl.scm (trurl): Update to 0.8. Tobias Geerinckx-Rice