diff options
author | Leo Famulari <leo@famulari.name> | 2016-09-06 14:02:20 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-09-06 14:52:15 -0400 |
commit | 3ed3c105e3aef11f21d2e50a529389c0e5aa5555 (patch) | |
tree | 0ced7a54fa083ac9eb122819511e175694992b61 /gnu/local.mk | |
parent | a7199b7d994433eaabb989690887b921d053d761 (diff) | |
download | guix-3ed3c105e3aef11f21d2e50a529389c0e5aa5555.tar guix-3ed3c105e3aef11f21d2e50a529389c0e5aa5555.tar.gz |
gnu: slock: Fix CVE-2016-6866.
* gnu/packages/patches/slock-CVE-2016-6866.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/suckless.scm (slock): Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index bcd96ae0d6..69e516cea3 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -790,6 +790,7 @@ dist_patch_DATA = \ %D%/packages/patches/slim-session.patch \ %D%/packages/patches/slim-config.patch \ %D%/packages/patches/slim-sigusr1.patch \ + %D%/packages/patches/slock-CVE-2016-6866.patch \ %D%/packages/patches/slurm-configure-remove-nonfree-contribs.patch \ %D%/packages/patches/soprano-find-clucene.patch \ %D%/packages/patches/superlu-dist-scotchmetis.patch \ |