diff options
author | Leo Famulari <leo@famulari.name> | 2016-05-30 12:30:49 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-05-30 12:36:26 -0400 |
commit | 726f0888849102b4ba4df6dd8738012c1d4c90d4 (patch) | |
tree | e293d718bfb30da967d0427771ff33b667549a29 /gnu/packages/image.scm | |
parent | ac9fc78ff0c0d908b8df31474db25784b0b4d6bb (diff) | |
download | guix-726f0888849102b4ba4df6dd8738012c1d4c90d4.tar guix-726f0888849102b4ba4df6dd8738012c1d4c90d4.tar.gz |
gnu: devil: Fix CVE-2009-3994.
* gnu/packages/patches/devil-CVE-2009-3994.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (devil): Use it.
Diffstat (limited to 'gnu/packages/image.scm')
-rw-r--r-- | gnu/packages/image.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 3651e97f3e..eca9012bf8 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -693,7 +693,8 @@ channels.") "1zd850nn7nvkkhasrv7kn17kzgslr5ry933v6db62s4lr0zzlbv8")) ;; Backported from upstream: ;; https://github.com/DentonW/DevIL/commit/724194d7a9a91221a564579f64bdd6f0abd64219.patch - (patches (search-patches "devil-fix-libpng.patch")) + (patches (search-patches "devil-fix-libpng.patch" + "devil-CVE-2009-3994.patch")) (modules '((guix build utils))) (snippet ;; Fix old lcms include directives and lib flags. |