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
@ -15,7 +15,7 @@ assert stdenv.isDarwin -> !enableGtk2Plugins;
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "webkitgtk-${version}";
|
name = "webkitgtk-${version}";
|
||||||
version = "2.20.2";
|
version = "2.20.3";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Web content rendering engine, GTK+ port";
|
description = "Web content rendering engine, GTK+ port";
|
||||||
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://webkitgtk.org/releases/${name}.tar.xz";
|
url = "http://webkitgtk.org/releases/${name}.tar.xz";
|
||||||
sha256 = "1qi6nnj4qidzija1am9xscwjxwfqwhiy7x39ndriqgzh86i97znz";
|
sha256 = "1n0dy94bm7wvxln4jis1gp8plv8n4a01g41724zsf5psg1yk16sp";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = optionals stdenv.isDarwin [
|
patches = optionals stdenv.isDarwin [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user