summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-26 20:04:56 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-12-27 11:07:16 +0000
commit0b863f4083939f39a4ced99e89b5780fe171fd3c (patch)
tree2b22a56551d6350c84c6e7a072e4d5af3721bd47
parentMerge pull request #207892 from NixOS/backport-206452-to-release-22.11 (diff)
downloadnixpkgs-origin/backport-207864-to-release-22.11.tar.gz
webkitgtk: 2.38.2 -> 2.38.3origin/backport-207864-to-release-22.11
https://webkitgtk.org/2022/12/22/webkitgtk2.38.3-released.html https://webkitgtk.org/security/WSA-2022-0011.html Fixes: CVE-2022-42852, CVE-2022-42856, CVE-2022-42867, CVE-2022-46692, CVE-2022-46698, CVE-2022-46699, CVE-2022-46700 (cherry picked from commit 5880a6a2c8a7ea31896b8aa642fa2bf8b458c89d)
-rw-r--r--pkgs/development/libraries/webkitgtk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/webkitgtk/default.nix b/pkgs/development/libraries/webkitgtk/default.nix
index d226270c7954..e925b6891027 100644
--- a/pkgs/development/libraries/webkitgtk/default.nix
+++ b/pkgs/development/libraries/webkitgtk/default.nix
@@ -68,7 +68,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "webkitgtk";
- version = "2.38.2";
+ version = "2.38.3";
name = "${finalAttrs.pname}-${finalAttrs.version}+abi=${if lib.versionAtLeast gtk3.version "4.0" then "5.0" else "4.${if lib.versions.major libsoup.version == "2" then "0" else "1"}"}";
outputs = [ "out" "dev" "devdoc" ];
@@ -79,7 +79,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://webkitgtk.org/releases/webkitgtk-${finalAttrs.version}.tar.xz";
- hash = "sha256-8+uCiZZR9YO02Zys0Wr3hKGncQ/OnntoB71szekJ/j4=";
+ hash = "sha256-QfAB0e1EjGk2s5Sp8g5GQO6/g6fwgmLfKFBPdBBgSlo=";
};
patches = lib.optionals stdenv.isLinux [