aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/grub-cross-system-i686.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/grub-cross-system-i686.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/grub-cross-system-i686.patch')
0 files changed, 0 insertions, 0 deletions
e: '--search-paths' can report combined search paths....Partly fixes <http://bugs.gnu.org/20255>. * guix/scripts/package.scm (search-path-environment-variables): Change 'profile' to 'profiles'; expect it to be a list. (display-search-paths): Likewise. (%default-options): Remove 'profile' entry. (%options) <--profile>: Keep previous values associated with 'profile' in RESULT. (guix-package)[process-actions, process-query]: Handle the possible lack of 'profile' pair in OPTS. Ludovic Courtès 2015-05-20guix package: Add optional argument to --search-paths....* guix/scripts/package.scm (search-path-environment-variables): Add #:kind parameter. Pass it to 'environment-variable-definition'. (display-search-paths): Add #:kind parameter and pass it to 'search-path-environment-variables'. (%options): Add an optional parameter for "--search-paths". (guix-package)[process-query]: Handle it. * tests/guix-package-net.sh: Adjust existing test. * tests/guix-package.sh: Adjust existing tests and add new test. * doc/guix.texi (Invoking guix package): Document it. Ludovic Courtès 2015-04-08tests: Skip 'guix-package-net.sh' when prerequisites aren't met....* tests/guix-package-net.sh: Reinstate networking and shebang test that inadvertently vanished in commit 57b8623. Ludovic Courtès 2015-04-06tests: Move 'guix package' tests that require networking to a separate file....* tests/guix-package.sh (shebang_not_too_long): Remove. Move everything below "if [networking + shebang_not_too_long]" to... * tests/guix-package-net.sh: ... here. New file. * Makefile.am (SH_TESTS): Add it. Ludovic Courtès