diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-06-27 10:00:44 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-06-27 16:43:55 +0300 |
commit | 428c84191884ed1527a8532d06c84db107054dc6 (patch) | |
tree | f83a5d508b70d83e51757f85f9715b0ccff3d4d0 /gnu/packages/video.scm | |
parent | 97540acadc4d275cfe50ba75f2dc0122276da30d (diff) | |
download | guix-428c84191884ed1527a8532d06c84db107054dc6.tar.gz guix-428c84191884ed1527a8532d06c84db107054dc6.zip |
gnu: libvpx: Patch CVE-2023-44488.
* gnu/packages/video.scm (libvpx/fixed)[source]: Add patch.
* gnu/packages/patches/libvpx-CVE-2023-44488.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: Iec6fbc048a0f75ed60752601034a9da8bf23b186
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 77cdfe9078..411ad4c2bf 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2962,7 +2962,8 @@ To load this plugin, specify the following option when starting mpv: (origin (inherit (package-source libvpx)) (patches (search-patches "libvpx-CVE-2016-2818.patch" - "libvpx-CVE-2023-5217.patch")))))) + "libvpx-CVE-2023-5217.patch" + "libvpx-CVE-2023-44488.patch")))))) (define-public orfondl (package |