diff options
author | Cy Schubert <cy@FreeBSD.org> | 2018-08-17 02:12:06 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2018-08-17 02:12:06 +0000 |
commit | 0d62bb5bc4426acfce68fcfbe58dedcdcacfdb3b (patch) | |
tree | d0e30edf451925f123b3fbfa596ca4bf988d99c3 /net/hostapd | |
parent | Switch to grouping of patches per site as suggested by mat@ in D16718. (diff) |
In preparation for applying security patches, switch to grouping of
patches per site as suggested by mat@.
Suggested by: mat@
Differential Revision: https://reviews.freebsd.org/D16718
Diffstat (limited to 'net/hostapd')
-rw-r--r-- | net/hostapd/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/hostapd/Makefile b/net/hostapd/Makefile index 49d1801b9927..5a5d6d587948 100644 --- a/net/hostapd/Makefile +++ b/net/hostapd/Makefile @@ -6,14 +6,14 @@ PORTVERSION= 2.6 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://w1.fi/releases/ -PATCH_SITES= https://w1.fi/security/2017-1/ -PATCHFILES= rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch \ - rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch \ - rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch \ - rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch \ - rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch \ - rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch \ - rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch +PATCH_SITES= https://w1.fi/security/2017-1/:2017_1 +PATCHFILES= rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch:2017_1 \ + rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch:2017_1 \ + rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch:2017_1 \ + rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch:2017_1 \ + rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch:2017_1 \ + rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch:2017_1 \ + rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch:2017_1 PATCH_DIST_STRIP= -p1 MAINTAINER= leres@FreeBSD.org |