GNU bug report logs - #62415
Bump %webkit-version

Previous Next

Package: guix-patches;

Reported by: André A. Gomes <andremegafone <at> gmail.com>

Date: Fri, 24 Mar 2023 10:59:01 UTC

Severity: normal

Tags: patch

Merged with 62425

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#62425: closed ([PATCH] gnu: WebKit: Update to 2.40.0)
Date: Wed, 29 Mar 2023 00:29:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 28 Mar 2023 20:28:46 -0400
with message-id <87ilek764h.fsf <at> gmail.com>
and subject line Re: bug#62415: Bump %webkit-version
has caused the debbugs.gnu.org bug report #62415,
regarding [PATCH] gnu: WebKit: Update to 2.40.0
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
62415: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62415
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: WebKit: Update to 2.40.0
Date: Fri, 24 Mar 2023 16:18:10 -0400
* gnu/packages/webkit.scm (%webkit-version): Update to 2.40.0.
(webkitgtk, wpewebkit): Update hashes.
---
 gnu/packages/webkit.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 0a51479985..c870f8df6d 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -123,7 +123,7 @@ (define-public wpebackend-fdo
 engine that uses Wayland for graphics output.")
     (license license:bsd-2)))
 
-(define %webkit-version "2.38.5")
+(define %webkit-version "2.40.0")
 
 (define-public webkitgtk
   (package
@@ -134,7 +134,7 @@ (define-public webkitgtk
               (uri (string-append "https://www.webkitgtk.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "19y1n05mp370mq4bp2bk0pm3wk49z9a10azjjdcdyx12091hrhj0"))
+               (base32 "14xkgamqlshxqw6fcslvw0yzj4y5mvx66b6bn64rwrl9pyhpwq54"))
               (patches (search-patches
                         "webkitgtk-adjust-bubblewrap-paths.patch"))))
     (build-system cmake-build-system)
@@ -316,7 +316,7 @@ (define-public wpewebkit
               (uri (string-append "https://wpewebkit.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "0q8nmk9l6bqv2bhljm9wv7mvgdl393z7v2m7a0c5avac18yzs07z"))))
+               (base32 "14xkgamqlshxqw6fcslvw0yzj4y5mvx66b6bn64rwrl9pyhpwq54"))))
     (arguments
      (substitute-keyword-arguments (package-arguments webkitgtk)
        ((#:configure-flags flags)
-- 
2.39.1



[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: "André A. Gomes" <andremegafone <at> gmail.com>,
 62415-done <at> debbugs.gnu.org
Subject: Re: bug#62415: Bump %webkit-version
Date: Tue, 28 Mar 2023 20:28:46 -0400
Hi,

Closing, as webkitgtk is now at 2.40.0 on the staging branch, and if
everything goes well, I plan to merge staging into master soon (TM).

-- 
Thanks,
Maxim


This bug report was last modified 2 years and 57 days ago.

Previous Next


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