diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-10-08 10:12:49 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-10-14 14:08:44 +0200 |
commit | ebf369563a932337517a7123541376211d0ec714 (patch) | |
tree | bf5f6027d0a5aa8bca1c8c4debbbc039e33d2f4c /gnu/local.mk | |
parent | 4e61129923c21f7887856c5451cf0fb0a3e24f86 (diff) |
gnu: xen: Update to 4.19.0. [security fixes]
This fixes at least 10 different CVEs.
* gnu/packages/virtualization.scm (xen): Update to 4.19.0.
[arguments]<#make-flags>: Add SHLIB flags.
<#phases>: Update 'patch phase.
[origin]<patches>: Remove xen-docs-use-predictable-ordering.patch and
xen-remove-config.gz-timestamp.patch from here...
* gnu/packages/patches: ...here and...
* gnu/local.mk: ...here.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 3a35bbca375..5d1b316aa39 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2318,8 +2318,6 @@ dist_patch_DATA = \ %D%/packages/patches/x265-arm-flags.patch \ %D%/packages/patches/xdg-desktop-portal-disable-portal-tests.patch\ %D%/packages/patches/xdg-desktop-portal-wlr-harcoded-length.patch\ - %D%/packages/patches/xen-docs-use-predictable-ordering.patch \ - %D%/packages/patches/xen-remove-config.gz-timestamp.patch \ %D%/packages/patches/xf86-video-ark-remove-mibstore.patch \ %D%/packages/patches/xf86-video-nouveau-fixup-ABI.patch \ %D%/packages/patches/xf86-video-savage-xorg-compat.patch \ |