unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68658] [PATCH]: Update webkitgtk to 2.42.4
@ 2024-01-22 14:11 André A. Gomes
  0 siblings, 0 replies; only message in thread
From: André A. Gomes @ 2024-01-22 14:11 UTC (permalink / raw)
  To: 68658

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]

Attached, thanks.


-- 
André A. Gomes
"You cannot even find the ruins..."

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-webkitgtk-Update-to-2.42.4-fixes-CVE-2023-42883.patch --]
[-- Type: text/x-patch, Size: 1238 bytes --]

From 4e687568c9a55a8cc57d4ea7044ab38bd6e3c748 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Mon, 22 Jan 2024 15:35:52 +0200
Subject: [PATCH] gnu: webkitgtk: Update to 2.42.4 [fixes CVE-2023-42883].

* gnu/packages/webkit.scm (webkitgtk): Update to 2.42.4.
---
 gnu/packages/webkit.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 95dac20b81..d359d01f98 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -127,13 +127,13 @@ (define-public wpebackend-fdo
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.42.3")
+    (version "2.42.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "1qnq2f6chsfns1psrqbbsqhgyb458zf75nlmzskb6a2n0hq4c6ha"))
+               (base32 "11pdcwmdj3i9aarrf7wsfvadi6jnkaf6zf7c5i2768x2plq8na2j"))
               (patches (search-patches
                         "webkitgtk-adjust-bubblewrap-paths.patch"))))
     (build-system cmake-build-system)
-- 
2.41.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-22 14:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-22 14:11 [bug#68658] [PATCH]: Update webkitgtk to 2.42.4 André A. Gomes

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).