diff options
author | Mark H Weaver <mhw@netris.org> | 2015-10-07 22:50:46 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-10-07 22:54:09 -0400 |
commit | a606ed89d4e3737beec2f3392bedba61904778f4 (patch) | |
tree | 9758b9891b983910c84ae69e1b7e993672a6c23a /gnu-system.am | |
parent | 2ab5e39d22dd9698c33a7a6ed8d5266f596f68e0 (diff) | |
download | guix-a606ed89d4e3737beec2f3392bedba61904778f4.tar.gz |
gnu: webkitgtk-2.4: Fix potential code execution vulnerability.
* gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/webkit.scm (webkitgtk-2.4)[source]: Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 35d2da4701..67879e9872 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -650,6 +650,7 @@ dist_patch_DATA = \ gnu/packages/patches/vpnc-script.patch \ gnu/packages/patches/vtk-mesa-10.patch \ gnu/packages/patches/w3m-fix-compile.patch \ + gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch \ gnu/packages/patches/weex-vacopy.patch \ gnu/packages/patches/wicd-bitrate-none-fix.patch \ gnu/packages/patches/wicd-get-selected-profile-fix.patch \ |