diff options
author | Karl Hallsby <karl@hallsby.com> | 2023-04-20 23:39:31 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-04-23 11:31:47 -0400 |
commit | 44905f2795a83a4e4f7d80700497c09f2e9fef3a (patch) | |
tree | a0034229ac524e0393e933bbf018dc7c7676b7a6 /gnu/local.mk | |
parent | 3575af7bdc44c5563bb0af05cdd1268d1c682e13 (diff) | |
download | guix-44905f2795a83a4e4f7d80700497c09f2e9fef3a.tar.gz |
gnu: webkitgtk: Update to 2.40.1 [security fixes].
Fixes CVE-2022-0108, CVE-2022-32885, CVE-2023-27932, CVE-2023-27954, and CVE-2023-28205. * gnu/packages/webkit.scm: Update to 2.40.1. [source]: Remove obsolete patch. * gnu/packages/patches/webkitgtk-libelogind.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index b631fa6d5a..ee90d102ac 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2007,7 +2007,6 @@ dist_patch_DATA = \ %D%/packages/patches/warsow-qfusion-fix-bool-return-type.patch \ %D%/packages/patches/wdl-link-libs-and-fix-jnetlib.patch \ %D%/packages/patches/webkitgtk-adjust-bubblewrap-paths.patch \ - %D%/packages/patches/webkitgtk-libelogind.patch \ %D%/packages/patches/webrtc-audio-processing-big-endian.patch \ %D%/packages/patches/webrtc-for-telegram-desktop-fix-gcc12-cstdint.patch \ %D%/packages/patches/websocketpp-fix-for-cmake-3.15.patch \ |