diff options
author | Mark H Weaver <mhw@netris.org> | 2015-07-08 18:18:40 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-08 18:27:37 -0400 |
commit | 9fb00f383dd7df97adf8bc603eeaa7be4e901bbd (patch) | |
tree | c1c07a30ebd4f50e04eac5a530317ab8b762a66d /gnu-system.am | |
parent | 16de69c950c473cc3d386cd7569bd1d6051614b6 (diff) | |
download | patches-9fb00f383dd7df97adf8bc603eeaa7be4e901bbd.tar patches-9fb00f383dd7df97adf8bc603eeaa7be4e901bbd.tar.gz |
gnu: wpa-supplicant: Fix WPS and P2P NFC NDEF record payload length validation.
* gnu/packages/patches/wpa-supplicant-2015-5-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (wpa-supplicant-light)[source]: Add patch.
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 59090b5475..7158821e07 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -651,6 +651,7 @@ dist_patch_DATA = \ gnu/packages/patches/wpa-supplicant-2015-4-fix-pt3.patch \ gnu/packages/patches/wpa-supplicant-2015-4-fix-pt4.patch \ gnu/packages/patches/wpa-supplicant-2015-4-fix-pt5.patch \ + gnu/packages/patches/wpa-supplicant-2015-5-fix.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 \ |