aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/rust-bootstrap-stage0-test.patch
diff options
context:
space:
mode:
authorLéo Le Bouter <lle-bout@zaclys.net>2021-03-24 00:01:52 +0100
committerLéo Le Bouter <lle-bout@zaclys.net>2021-03-24 00:26:23 +0100
commit6a2546f92d07df04e5d700924edd027ed1e2ef11 (patch)
tree2cac20f38760237ab93b8e23dcae87ce8f1b3b2e /gnu/packages/patches/rust-bootstrap-stage0-test.patch
parent8e14863e53e351a935912028ae5b5d36894727ab (diff)
downloadguix-6a2546f92d07df04e5d700924edd027ed1e2ef11.tar.gz
guix-6a2546f92d07df04e5d700924edd027ed1e2ef11.zip
gnu: python-pygments: Update to 2.8.1 [security fixes].
Fixes at least CVE-2021-20270. * gnu/packages/python-xyz.scm (python-pygments): Update to 2.8.1.
Diffstat (limited to 'gnu/packages/patches/rust-bootstrap-stage0-test.patch')
0 files changed, 0 insertions, 0 deletions
26d0bd2f36363392ba2fcefd6e5d4aeed27dc9e'>installer: Use named prompt to abort or break installer steps....* gnu/installer/steps.scm (run-installer-steps): Set up 'installer-step prompt. * gnu/installer/newt/ethernet.scm (run-ethernet-page) * gnu/installer/newt/final.scm (run-config-display-page, run-install-failed-page) * gnu/installer/newt/keymap.scm (run-layout-page, run-variant-page) * gnu/installer/newt/locale.scm (run-language-page, run-territory-page, run-codeset-page, run-modifier-page, run-locale-page) * gnu/installer/newt/network.scm (run-technology-page, wait-service-online) * gnu/installer/newt/page.scm (run-listbox-selection-page, run-checkbox-tree-page) * gnu/installer/newt/partition.scm (button-exit-action) * gnu/installer/newt/services.scm (run-desktop-environments-cbt-page, run-networking-cbt-page, run-other-services-cbt-page, run-network-management-page) * gnu/installer/newt/timezone.scm (run-timezone-page) * gnu/installer/newt/user.scm (run-user-page) * gnu/installer/newt/welcome.scm (run-menu-page) * gnu/installer/newt/wifi.scm (run-wifi-page): Use the 'installer-step prompt to abort. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret