diff options
author | Mark H Weaver <mhw@netris.org> | 2015-11-11 07:43:12 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-11-11 07:45:11 -0500 |
commit | 419630e0bec46b9cb33047dea1662df0c400ade3 (patch) | |
tree | 585a136efc3f6af5be8ffe95435ccb96f59d58e7 /gnu-system.am | |
parent | 875b2f3d5e7c04176239d16c1832543f315cbf91 (diff) | |
download | guix-419630e0bec46b9cb33047dea1662df0c400ade3.tar guix-419630e0bec46b9cb33047dea1662df0c400ade3.tar.gz |
gnu: wpa-supplicant: Add fixes for CVE-2015-{5310,5314,5315,5316}.
* gnu/packages/patches/wpa-supplicant-CVE-2015-5310.patch,
gnu/packages/patches/wpa-supplicant-CVE-2015-5314.patch,
gnu/packages/patches/wpa-supplicant-CVE-2015-5315.patch,
gnu/packages/patches/wpa-supplicant-CVE-2015-5316.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/admin.scm (wpa-supplicant-minimal)[source]: Add patches.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index c5b32b290e..e53bb3ecf4 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -692,6 +692,10 @@ dist_patch_DATA = \ gnu/packages/patches/wicd-template-instantiation.patch \ gnu/packages/patches/wicd-urwid-1.3.patch \ gnu/packages/patches/wmctrl-64-fix.patch \ + gnu/packages/patches/wpa-supplicant-CVE-2015-5310.patch \ + gnu/packages/patches/wpa-supplicant-CVE-2015-5314.patch \ + gnu/packages/patches/wpa-supplicant-CVE-2015-5315.patch \ + gnu/packages/patches/wpa-supplicant-CVE-2015-5316.patch \ gnu/packages/patches/xf86-video-ark-remove-mibstore.patch \ gnu/packages/patches/xf86-video-ast-remove-mibstore.patch \ gnu/packages/patches/xf86-video-geode-glibc-2.20.patch \ |