diff options
author | Leo Famulari <leo@famulari.name> | 2016-04-15 13:56:34 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-04-17 13:48:31 -0400 |
commit | 67157996e23f1d6135659d91c1a15e3ac4afd4e0 (patch) | |
tree | 619513fe220b157bc4f874168835bd437df49b08 /gnu-system.am | |
parent | a7d94b54c7c505f5cf9a2691f5340ae3d2acda9e (diff) | |
download | patches-67157996e23f1d6135659d91c1a15e3ac4afd4e0.tar 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.am | 1 |
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 \ |