[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: WebKit: Update to 2.36.4 [security fixes].
From: |
guix-commits |
Subject: |
branch master updated: gnu: WebKit: Update to 2.36.4 [security fixes]. |
Date: |
Tue, 05 Jul 2022 18:47:01 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c72c3e851b gnu: WebKit: Update to 2.36.4 [security fixes].
c72c3e851b is described below
commit c72c3e851bc93e6f7edb143399a6ae7620f62135
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Jul 5 12:58:13 2022 -0400
gnu: WebKit: Update to 2.36.4 [security fixes].
Fixes CVE-2022-22677 and CVE-2022-26710.
* gnu/packages/webkit.scm (%webkit-version, webkitgtk, wpewebkit):
Update to 2.36.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 42a2893a38..5a6d49c888 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -123,7 +123,7 @@ the WPE-flavored port of WebKit.")
engine that uses Wayland for graphics output.")
(license license:bsd-2)))
-(define %webkit-version "2.36.3")
+(define %webkit-version "2.36.4")
(define-public webkitgtk
(package
@@ -134,7 +134,7 @@ engine that uses Wayland for graphics output.")
(uri (string-append "https://www.webkitgtk.org/releases/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1lbqqjpqc9yiwpsvvagy1ag9vazbq7bvnvml53nvhi669s6cybvk"))
+ (base32 "1a72w9md2xvb82rd2sk3c7pqrvr28rqa8i4yq5ldjyd4hlgvxgmn"))
(patches (search-patches
"webkitgtk-adjust-bubblewrap-paths.patch"))))
(build-system cmake-build-system)
@@ -300,7 +300,7 @@ propagated by default) such as @code{gst-plugins-good} and
(uri (string-append "https://wpewebkit.org/releases/"
name "-" version ".tar.xz"))
(sha256
- (base32
"1j1gijb8jz15vz65sv5pml3shqk2sm6769kq7bzxm5vlrbmms9v6"))))
+ (base32
"08f0sz4d5bpgrgvkgby3fri3wk5474f66gvp3y39laflypnknyih"))))
(arguments
(substitute-keyword-arguments (package-arguments webkitgtk)
((#:configure-flags flags)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: WebKit: Update to 2.36.4 [security fixes].,
guix-commits <=