all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "André A. Gomes" <andremegafone@gmail.com>
To: 65054@debbugs.gnu.org
Subject: [bug#65054] [PATCH]: (webkitgtk): Update to 2.40.5.
Date: Fri, 04 Aug 2023 19:04:41 +0300	[thread overview]
Message-ID: <87edkieque.fsf@gmail.com> (raw)

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

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:
https://lists.gnu.org/archive/html/guix-patches/2023-06/msg01531.html

Please advice on how can I help to see them applied.  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.40.5.patch --]
[-- Type: text/x-patch, Size: 1245 bytes --]

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

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


             reply	other threads:[~2023-08-04 16:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-04 16:04 André A. Gomes [this message]
2023-08-08 11:16 ` bug#65054: [PATCH]: (webkitgtk): Update to 2.40.5 Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87edkieque.fsf@gmail.com \
    --to=andremegafone@gmail.com \
    --cc=65054@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.