aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/screen.scm
diff options
context:
space:
mode:
authorLéo Le Bouter <lle-bout@zaclys.net>2021-03-23 16:22:18 +0100
committerLéo Le Bouter <lle-bout@zaclys.net>2021-03-23 16:22:31 +0100
commita9d540cfa87ef3a5de3296188f650fb0d037efbd (patch)
tree8bbe3bbea70e84b627dfab6a2f515a12c8280b19 /gnu/packages/screen.scm
parentb35581bd63d929e83d18f42b067f63efc867353c (diff)
downloadguix-a9d540cfa87ef3a5de3296188f650fb0d037efbd.tar.gz
guix-a9d540cfa87ef3a5de3296188f650fb0d037efbd.zip
gnu: python-lxml: Update to 4.6.3 [security fixes].
Fixes at least CVE-2020-27783 and CVE-2021-28957. * gnu/packages/xml.scm (python-lxml): Update to 4.6.3.
Diffstat (limited to 'gnu/packages/screen.scm')
0 files changed, 0 insertions, 0 deletions
vail'>...Previously user-facing commands would happily start building packages even if they do not support that system. With this change, all the user-facing commands reject unsupported packages without going further. * guix/profiles.scm (profile-derivation): Add #:allow-unsupported-packages?. Define 'check-supported-packages' and honor #:allow-unsupported-packages?. * tests/guix-pack.sh, tests/guix-package.sh, tests/guix-shell.sh: Ensure that unsupported packages are rejected. * tests/guix-system.sh: Pass "--system=armhf-linux" when attempting to build gnu/system/examples/asus-c201.tmpl. Ludovic Courtès