summaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-04-15 13:56:34 -0400
committerLeo Famulari <leo@famulari.name>2016-04-17 13:48:31 -0400
commit67157996e23f1d6135659d91c1a15e3ac4afd4e0 (patch)
tree619513fe220b157bc4f874168835bd437df49b08 /gnu-system.am
parenta7d94b54c7c505f5cf9a2691f5340ae3d2acda9e (diff)
downloadguix-patches-67157996e23f1d6135659d91c1a15e3ac4afd4e0.tar
guix-patches-67157996e23f1d6135659d91c1a15e3ac4afd4e0.tar.gz
gnu: openssh: Fix CVE-2015-8325.
* gnu/packages/patches/openssh-CVE-2015-8325.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (openssh): Use it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r--gnu-system.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am
index b08812db1f..2ec0000f2a 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -633,6 +633,7 @@ dist_patch_DATA = \
gnu/packages/patches/openimageio-boost-1.60.patch \
gnu/packages/patches/openjpeg-CVE-2015-6581.patch \
gnu/packages/patches/openjpeg-use-after-free-fix.patch \
+ gnu/packages/patches/openssh-CVE-2015-8325.patch \
gnu/packages/patches/openssl-runpath.patch \
gnu/packages/patches/openssl-c-rehash-in.patch \
gnu/packages/patches/orpheus-cast-errors-and-includes.patch \