Date: Fri, 17 Aug 2018 02:12:01 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477401 - head/security/wpa_supplicant Message-ID: <201808170212.w7H2C1LP083551@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Fri Aug 17 02:12:01 2018 New Revision: 477401 URL: https://svnweb.freebsd.org/changeset/ports/477401 Log: Switch to grouping of patches per site as suggested by mat@ in D16718. Reported by: mat@ Modified: head/security/wpa_supplicant/Makefile (contents, props changed) Modified: head/security/wpa_supplicant/Makefile ============================================================================== --- head/security/wpa_supplicant/Makefile Thu Aug 16 23:49:55 2018 (r477400) +++ head/security/wpa_supplicant/Makefile Fri Aug 17 02:12:01 2018 (r477401) @@ -5,17 +5,17 @@ PORTVERSION= 2.6 PORTREVISION= 3 CATEGORIES= security net MASTER_SITES= https://w1.fi/releases/ -PATCH_SITES= https://w1.fi/security/2017-1/ \ - https://w1.fi/security/2018-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-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch \ - rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch \ - rebased-v2.6-0001-WPA-Ignore-unauthenticated-encrypted-EAPOL-Key-data.patch +PATCH_SITES= https://w1.fi/security/2017-1/:2017_1 \ + https://w1.fi/security/2018-1/:2018_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-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch:2017_1 \ + rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch:2017_1 \ + rebased-v2.6-0001-WPA-Ignore-unauthenticated-encrypted-EAPOL-Key-data.patch:2018_1 PATCH_DIST_STRIP= -p1 MAINTAINER= cy@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808170212.w7H2C1LP083551>