unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70404] [PATCH]: Update webkitgtk to 2.44.1
@ 2024-04-15 19:49 André A. Gomes
  2024-04-30 14:48 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2024-04-15 19:49 UTC (permalink / raw)
  To: 70404

[-- Attachment #1: Type: text/plain, Size: 80 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.44.1-security-fixes.patch --]
[-- Type: text/x-patch, Size: 1319 bytes --]

From bcda0c52e4a7e7dcbe6fb2b21dc4b0b05a1548b2 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Mon, 15 Apr 2024 22:46:45 +0300
Subject: [PATCH] gnu: webkitgtk: Update to 2.44.1 [security fixes].

Fixes CVE-2024-23252, CVE-2024-23254, CVE-2024-23263, CVE-2024-23280,
CVE-2024-23284, CVE-2023-42950, CVE-2023-42956, CVE-2023-42843.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.44.1.
---
 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 bf24a65e83..643f1d8f43 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.5")
+    (version "2.44.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "0jg7c7z572afywwrnvdj3m5agaviv0vkqmzznnzzv30byb0phhmn"))
+               (base32 "0qamkk9db8m6x4qv5y10lihc18yzgrgbn6ldqw00ckghn1ci8ns2"))
               (snippet
                #~(begin
                    (use-modules (guix build utils))
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#70404] [PATCH]: Update webkitgtk to 2.44.1
  2024-04-15 19:49 [bug#70404] [PATCH]: Update webkitgtk to 2.44.1 André A. Gomes
@ 2024-04-30 14:48 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-04-30 14:48 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 70404

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

André A. Gomes <andremegafone@gmail.com> writes:

> Attached, thanks.

According to QA, this fails to build, and I think this is the relevant
bit from the logs:

  -- Could NOT find LibBacktrace (missing: LIBBACKTRACE_INCLUDE_DIR LIBBACKTRACE_LIBRARY)
  CMake Error at Source/cmake/OptionsGTK.cmake:429 (message):
    libbacktrace is required for USE_LIBBACKTRACE
  Call Stack (most recent call first):
    Source/cmake/WebKitCommon.cmake:237 (include)
    CMakeLists.txt:21 (include)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-30 14:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-15 19:49 [bug#70404] [PATCH]: Update webkitgtk to 2.44.1 André A. Gomes
2024-04-30 14:48 ` Christopher Baines

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).