mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
webkitgtk: 2.20.2 -> 2.20.3
This addresses several issues with webkitgtk 2.20.2: - CVE-2018-4190, information leak (credentials) - CVE-2018-4199, arbitrary code execution - CVE-2018-4218, arbitrary code execution - CVE-2018-4222, arbitrary code execution - CVE-2018-4232, cookies might be overriden - CVE-2018-4233, arbitrary code execution - CVE-2018-11646, application crash - CVE-2018-12293, heap buffer overflow
This commit is contained in:
parent
91ca88b3e6
commit
580724655e
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ assert stdenv.isDarwin -> !enableGtk2Plugins;
|
|||
with stdenv.lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "webkitgtk-${version}";
|
||||
version = "2.20.2";
|
||||
version = "2.20.3";
|
||||
|
||||
meta = {
|
||||
description = "Web content rendering engine, GTK+ port";
|
||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "http://webkitgtk.org/releases/${name}.tar.xz";
|
||||
sha256 = "1qi6nnj4qidzija1am9xscwjxwfqwhiy7x39ndriqgzh86i97znz";
|
||||
sha256 = "1n0dy94bm7wvxln4jis1gp8plv8n4a01g41724zsf5psg1yk16sp";
|
||||
};
|
||||
|
||||
patches = optionals stdenv.isDarwin [
|
||||
|
|
Loading…
Reference in a new issue