From owner-svn-ports-head@freebsd.org Fri Aug 17 02:12:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12400107E3CC; Fri, 17 Aug 2018 02:12:10 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DFB5850AA; Fri, 17 Aug 2018 02:12:08 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4B6E21F95; Fri, 17 Aug 2018 02:12:07 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7H2C7w5083657; Fri, 17 Aug 2018 02:12:07 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7H2C79b083656; Fri, 17 Aug 2018 02:12:07 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201808170212.w7H2C79b083656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 17 Aug 2018 02:12:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477402 - head/net/hostapd X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/net/hostapd X-SVN-Commit-Revision: 477402 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2018 02:12:10 -0000 Author: cy Date: Fri Aug 17 02:12:06 2018 New Revision: 477402 URL: https://svnweb.freebsd.org/changeset/ports/477402 Log: 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 Modified: head/net/hostapd/Makefile (contents, props changed) Modified: head/net/hostapd/Makefile ============================================================================== --- head/net/hostapd/Makefile Fri Aug 17 02:12:01 2018 (r477401) +++ head/net/hostapd/Makefile Fri Aug 17 02:12:06 2018 (r477402) @@ -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