GNU bug report logs - #75374
[PATCH gnome-team 0/2] Update Webkit to 2.46.5

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Sun, 5 Jan 2025 07:50:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75374 in the body.
You can then email your comments to 75374 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#75374; Package guix-patches. (Sun, 05 Jan 2025 07:50:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org. (Sun, 05 Jan 2025 07:50:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org, guix-patches <at> gnu.org
Subject: [PATCH gnome-team 0/2] Update Webkit to 2.46.5
Date: Sun, 5 Jan 2025 08:49:34 +0100
This is a bump to the latest minor version – untested, I'm crossing my
fingers, that minor bumps can happen without major code changes.

Liliana Marie Prikler (2):
  gnu: webkitgtk: Update to 2.46.5.
  gnu: wpewebkit: Update to 2.46.5.

 gnu/packages/webkit.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


base-commit: 198b6c745a7ac9813a8c9b9995f287b3a4c6cb48
-- 
2.47.1





Information forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#75374; Package guix-patches. (Sun, 05 Jan 2025 08:23:01 GMT) Full text and rfc822 format available.

Message #8 received at 75374 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 75374 <at> debbugs.gnu.org
Subject: [PATCH gnome-team 2/2] gnu: wpewebkit: Update to 2.46.5.
Date: Sun, 5 Jan 2025 08:48:49 +0100
* gnu/packages/webkit.scm (wpewebkit): Update to 2.46.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 eb23d11e3a..6c44baf051 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -329,13 +329,13 @@ (define-public wpewebkit
   (package
     (inherit webkitgtk)
     (name "wpewebkit")
-    (version "2.46.0")
+    (version "2.46.5")
     (source (origin
               (inherit (package-source webkitgtk))
               (uri (string-append "https://wpewebkit.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "0l5wgg3wny9i4il6c3rviagmcq39d2bfapx6qjj3ngvhv3xm059h"))))
+               (base32 "0mm4dvqah3d0k4ixd7j9nrhmnxvvgbqxca608say51ngxwqliz9f"))))
     (arguments
      (substitute-keyword-arguments (package-arguments webkitgtk)
        ((#:configure-flags flags)
-- 
2.47.1





Information forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#75374; Package guix-patches. (Sun, 05 Jan 2025 08:23:02 GMT) Full text and rfc822 format available.

Message #11 received at 75374 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 75374 <at> debbugs.gnu.org
Subject: [PATCH gnome-team 1/2] gnu: webkitgtk: Update to 2.46.5.
Date: Sun, 5 Jan 2025 08:48:40 +0100
* gnu/packages/webkit.scm (webkitgtk): Update to 2.46.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 268b36a781..eb23d11e3a 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -128,13 +128,13 @@ (define-public wpebackend-fdo
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.46.0")
+    (version "2.46.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "0fpl7mm8bbjavgmskvsgmmxzi280hm0figah1ib5208r1w237m6l"))
+               (base32 "01bq2c16gpndmrb8ln4nal4z8z7nrgcw50ihvx0fgcygn05h5m5s"))
               (snippet
                #~(begin
                    (use-modules (guix build utils))
-- 
2.47.1





Information forwarded to guix-patches <at> gnu.org:
bug#75374; Package guix-patches. (Tue, 21 Jan 2025 04:34:02 GMT) Full text and rfc822 format available.

Message #14 received at 75374 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 75374 <at> debbugs.gnu.org, vivien <at> planete-kraus.eu
Subject: Re: [bug#75374] [PATCH gnome-team 0/2] Update Webkit to 2.46.5
Date: Tue, 21 Jan 2025 13:32:50 +0900
Hi Liliana,

Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> This is a bump to the latest minor version – untested, I'm crossing my
> fingers, that minor bumps can happen without major code changes.
>
> Liliana Marie Prikler (2):
>   gnu: webkitgtk: Update to 2.46.5.
>   gnu: wpewebkit: Update to 2.46.5.

Haven't tested, but in my experience that's low risk.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail>

-- 
Thanks,
Maxim




bug closed, send any further explanations to 75374 <at> debbugs.gnu.org and Liliana Marie Prikler <liliana.prikler <at> gmail.com> Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 21 Feb 2025 13:56:06 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 22 Mar 2025 11:24:18 GMT) Full text and rfc822 format available.

This bug report was last modified 90 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.