GNU bug report logs -
#61276
[PATCH] gnu: WebKit: Update to 2.38.4.
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Sat, 4 Feb 2023 16:56:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 12 Feb 2023 13:34:04 +0100
with message-id <Y+jcvG+rZ7ON7W+X <at> jasmine.lan>
and subject line Re: [bug#61276] [PATCH] gnu: WebKit: Update to 2.38.4.
has caused the debbugs.gnu.org bug report #61276,
regarding [PATCH] gnu: WebKit: Update to 2.38.4.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
61276: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61276
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/webkit.scm (%webkit-version, webkitgtk, wpewebkit): Update to 2.38.4.
---
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 35fb5926a3..61c75dd901 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -124,7 +124,7 @@ (define-public wpebackend-fdo
engine that uses Wayland for graphics output.")
(license license:bsd-2)))
-(define %webkit-version "2.38.3")
+(define %webkit-version "2.38.4")
(define-public webkitgtk
(package
@@ -135,7 +135,7 @@ (define-public webkitgtk
(uri (string-append "https://www.webkitgtk.org/releases/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0njac0878ksh53gn50phly1vzvj08q7g5aclncv6k324xp8h3w21"))
+ (base32 "0dhxrj9rdkqwbr2n8grshvgfhrzhqvbf5j9xxxgg3mfll8lylisg"))
(patches (search-patches
"webkitgtk-adjust-bubblewrap-paths.patch"))))
(build-system cmake-build-system)
@@ -317,7 +317,7 @@ (define-public wpewebkit
(uri (string-append "https://wpewebkit.org/releases/"
name "-" version ".tar.xz"))
(sha256
- (base32 "160456k4yiml0zn2fxba9qwp94dvvn93z9rqs2qa2lvjxig0gn8x"))))
+ (base32 "0yx06ycmiv770nya3dss56bxqmf77cr4v0j04szb07qmxw9w26wc"))))
(arguments
(substitute-keyword-arguments (package-arguments webkitgtk)
((#:configure-flags flags)
--
2.38.1
[Message part 3 (message/rfc822, inline)]
On Thu, Feb 09, 2023 at 05:53:47PM -0500, Jack Hill wrote:
> On Sat, 4 Feb 2023, Leo Famulari wrote:
>
> > * gnu/packages/webkit.scm (%webkit-version, webkitgtk, wpewebkit): Update to 2.38.4.
>
> LGTM!
Thanks for looking! Pushed as fb9799ff5f1d90a443dc197535c48041ad6b3865
This bug report was last modified 2 years and 99 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.