mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
webkitgtk: 2.30.6 -> 2.32.0
https://webkitgtk.org/security/WSA-2021-0003.html https://webkitgtk.org/2021/03/26/webkitgtk2.32.0-released.html Fixes: CVE-2021-1788, CVE-2021-1844, CVE-2021-1871
This commit is contained in:
parent
fd0af50abd
commit
9086bb9b78
1 changed files with 4 additions and 2 deletions
|
@ -37,6 +37,7 @@
|
|||
, libGL
|
||||
, libGLU
|
||||
, libintl
|
||||
, libmanette
|
||||
, openjpeg
|
||||
, enableGeoLocation ? true
|
||||
, geoclue2
|
||||
|
@ -59,7 +60,7 @@ with lib;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "webkitgtk";
|
||||
version = "2.30.6";
|
||||
version = "2.32.0";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
|
@ -67,7 +68,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
|
||||
sha256 = "07kwkn7gnlfw4idl5vyyzhzbj2bjzvjrclbikn9vaw0pm73nwwsh";
|
||||
sha256 = "1w3b0w8izp0i070grhv19j631sdcd0mcqnjnax13k8mdx7dg8zcx";
|
||||
};
|
||||
|
||||
patches = optionals stdenv.isLinux [
|
||||
|
@ -115,6 +116,7 @@ stdenv.mkDerivation rec {
|
|||
libgcrypt
|
||||
libidn
|
||||
libintl
|
||||
libmanette
|
||||
libnotify
|
||||
libpthreadstubs
|
||||
libsecret
|
||||
|
|
Loading…
Reference in a new issue