[PATCH]: (webkitgtk): Update to 2.40.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • André A. Gomes
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
André A. Gomes
Severity
normal
A
A
André A. Gomes wrote on 4 Aug 2023 18:04
(address . guix-patches@gnu.org)
87edkieque.fsf@gmail.com
Hello Guix,

Please find the patch attached.

We're still stuck at version 2.40.2 but it's important to update it ASAP
since lately some security vulnerabilities have been found in versions
2.40.2, 2.40.3 and 2.40.4.

I've sent a previous patch, which wasn't applied, see:

Please advice on how can I help to see them applied. Thanks.


--
André A. Gomes
"You cannot even find the ruins..."
From 6863c599de6de875c619dca8308969bf4fb0dc55 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Fri, 4 Aug 2023 18:51:03 +0300
Subject: [PATCH] gnu: webkitgtk: Update to 2.40.5.

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

Toggle diff (22 lines)
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index f47fff25d2..c46bcd5662 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") ; webkit2gtk4
- (version "2.40.2")
+ (version "2.40.5")
(source (origin
(method url-fetch)
(uri (string-append "https://www.webkitgtk.org/releases/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0070fy5crf7kngy49wz5bqwvp8z9rmnq2cm6wxp41nllv5q8i2cn"))
+ (base32 "0zq32rn34v7hzr53s100r77aglbi6wffp9b13bcj31k6cfi53q3x"))
(patches (search-patches
"webkitgtk-adjust-bubblewrap-paths.patch"))))
(build-system cmake-build-system)
--
2.41.0
G
G
Guillaume Le Vaillant wrote on 8 Aug 2023 13:16
(name . André A. Gomes)(address . andremegafone@gmail.com)(address . 65054-done@debbugs.gnu.org)
878rallr63.fsf@kitej
Patch applied as 782ef67a59f4b564f16101cf23c30a3777b3f734.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZNIkNA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8ccAEAonw5IRCly64xiTd5w0zjzTwdRUcxIMP/cHdE
VGKAxNkA/A44tFmCjlOMySY9batMRBWY4zkts1iuoSVm5Y4vm3ot
=h4dh
-----END PGP SIGNATURE-----

Closed
?