diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-30 15:17:44 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-30 15:18:37 -0500 |
commit | 63d526e2689774ff2897446b870c3817b95c75d7 (patch) | |
tree | 61975375507c658f42aa71ff6bf598dc5ea7b9d0 /gnu/packages/mail.scm | |
parent | 2d2301e37ac311f84acea012c33d6581fdc21d89 (diff) | |
download | guix-63d526e2689774ff2897446b870c3817b95c75d7.tar.gz |
gnu: mutt: Add fix for CVE-2014-9116.
* gnu/packages/patches/mutt-CVE-2014-9116.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/mail.scm (mutt): Add patch.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 534476f7d1..8424d8ccbe 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -174,7 +174,8 @@ aliasing facilities to work just as they would on normal mail.") version ".tar.gz"))) (sha256 (base32 - "0dzx4qk50pjfsb6cs5jahng96a52k12f7pm0sc78iqdrawg71w1s")))) + "0dzx4qk50pjfsb6cs5jahng96a52k12f7pm0sc78iqdrawg71w1s")) + (patches (list (search-patch "mutt-CVE-2014-9116.patch"))))) (build-system gnu-build-system) (inputs `(("cyrus-sasl" ,cyrus-sasl) |