<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a0f82285322a338548d13fcda07e1d574301190 - wpa: Fix a SIGBUS error in wpa_sm_set_rekey_offload</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#9a0f82285322a338548d13fcda07e1d574301190</link>
        <description>wpa: Fix a SIGBUS error in wpa_sm_set_rekey_offloadIncorrectly linked built-in wpa functions resulted in overwritingsm-&gt;ctx-&gt;set_rekey_offload with garbage. It was initialized correctlyhowever it changed after wpa_supplicant became a daemon.No SIGBUS violations reported by dhw@ were experienced during testingof the original commit by msyelf or philip@.Reported by:	dhwTested by:	dhwMFC after:	2 monthsX-MFC with:	25ecdc7d52770caf1c9b44b5ec11f468f6b636f3

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Wed, 02 Jun 2021 21:46:02 +0200</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>25ecdc7d52770caf1c9b44b5ec11f468f6b636f3 - wpa: Restructure wpa build</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#25ecdc7d52770caf1c9b44b5ec11f468f6b636f3</link>
        <description>wpa: Restructure wpa buildThe current WPA build assumes a flat namespace. However the latest sourcesfrom w1.fi now have a duplicate config.c, in two separate subdirectories.The flat namespace will overwrite config.o with the output from the mostrecently modified config.c, of which there are two of them.This commit resolves this problem by building each component inwpa&apos;s src subdirectory tree into its own .a archive, just as the w1.fiupstream build as used by the port does. The advantages of this approachare:1. Duplicate source file names, i.e. config.c in the wpa_supplicant   direcory and another config.c in src/utils in the next wpa   will result in both compiles writing to the same .o file.2. This restructure simplifies maintanence. A develper needs only to add   new files as identified by git status in the vendor branch to the   appropriate Makefile within the usr.sbin/wpa tree. This also reduces   time required to prepare a new import and should reduce error.3. The new wpa build structure more closely represents the build as   performed by the upstream tarball.This is in preparation for the next wpa update from w1.fi.Reviewed by:	philipTested by:	philipMFC after:	2 monthsDifferential Revision:	https://reviews.freebsd.org/D30372

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Thu, 20 May 2021 23:28:17 +0200</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8c6732ac77753cf1dde28e2b3a39303bd5847c34 - usr.sbin/wpa: complete the revert of wpa import</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#8c6732ac77753cf1dde28e2b3a39303bd5847c34</link>
        <description>usr.sbin/wpa: complete the revert of wpa importThis completes the revert of b51f459a2098622c31ed54f5c1bf0e03efce403b.

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Sat, 17 Apr 2021 19:48:35 +0200</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0aad5de37cf518ab1d6cc7bc5d813c41e64ce9b8 - Revert wpa import.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#0aad5de37cf518ab1d6cc7bc5d813c41e64ce9b8</link>
        <description>Revert wpa import.b51f459a2098622c31ed54f5c1bf0e03efce403b resulted in a mismergedue to having to do a remerge because my tree was over a week out ofdate. Changes that were made to fix the build were lost in the remergeresulting in build errors that were fixed a week ago.

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Sat, 17 Apr 2021 17:44:52 +0200</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a63915c2d7ff177ce364488f86eff99949402051 - MFHead @r350386</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#a63915c2d7ff177ce364488f86eff99949402051</link>
        <description>MFHead @r350386Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Sun, 28 Jul 2019 06:02:22 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ba153e085f25d335845e6eb9fd560de1eb88403 - pkgbase: Add a FreeBSD-hostapd package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#1ba153e085f25d335845e6eb9fd560de1eb88403</link>
        <description>pkgbase: Add a FreeBSD-hostapd packageMove the hostapd related files from FreeBSD-runtime to a new package nFreeBSD-hostapdThe FreeBSD runtime is only intended to have everything for a workingFreeBSD installation and hostapd isn&apos;t needed for that.Reviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D20958

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Fri, 19 Jul 2019 17:09:00 +0200</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>780fb4a2fa9a9aee5ac48a60b790f567c0dc13e9 - MFV r324714:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#780fb4a2fa9a9aee5ac48a60b790f567c0dc13e9</link>
        <description>MFV r324714:Update wpa 2.5 --&gt; 2.6.MFC after:	1 month

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Wed, 11 Jul 2018 20:53:18 +0200</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>00237653820509c8588c8c05eeec7058bd026aaa - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#00237653820509c8588c8c05eeec7058bd026aaa</link>
        <description>Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThis simplifies pathing in make/displayed output.MFC after:	1 weekSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Thu, 02 Mar 2017 06:04:45 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf - MFHead @ r275232</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf</link>
        <description>MFHead @ r275232

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Sat, 29 Nov 2014 06:28:40 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f - r274961 through r275075</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f</link>
        <description>r274961 through r275075

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 22:43:01 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143eda5c775467145ac73e8ebec47afdd8f - Convert usr.sbin to LIBADD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#c6db8143eda5c775467145ac73e8ebec47afdd8f</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 17:57:27 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>246e7a2b6494cd991b08ac669ed761ecea0cc98c - IFC @r269962</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#246e7a2b6494cd991b08ac669ed761ecea0cc98c</link>
        <description>IFC @r269962Submitted by:	Anish Gupta (akgupt3@gmail.com)

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Tue, 02 Sep 2014 06:22:42 +0200</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee7b0571c2c18bdec848ed2044223cc88db29bd8 - Merge head from 7/28</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#ee7b0571c2c18bdec848ed2044223cc88db29bd8</link>
        <description>Merge head from 7/28

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Tue, 19 Aug 2014 08:50:54 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b833d535b9ce1789dca84d8bd15d22e1ed58d46 - Sync to HEAD@r269943.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#1b833d535b9ce1789dca84d8bd15d22e1ed58d46</link>
        <description>Sync to HEAD@r269943.

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Wed, 13 Aug 2014 18:20:41 +0200</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a061720cbbfd51c162193c4661ec70e4fe575075 - convert to using pidfile...  This prevents multiple wpa_supplicants</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/wpa/hostapd_cli/Makefile#a061720cbbfd51c162193c4661ec70e4fe575075</link>
        <description>convert to using pidfile...  This prevents multiple wpa_supplicantsrunning at the same time causing problems w/ wifi not working..the patch will be submitted upstream...  The next step if someone wantsto push it upstream is to break os_unix.c up so that all these otherutilities don&apos;t need libutil..Reviewed by:	rpaulo

            List of files:
            /freebsd/usr.sbin/wpa/hostapd_cli/Makefile</description>
        <pubDate>Sun, 22 Jun 2014 12:00:33 +0200</pubDate>
        <dc:creator>John-Mark Gurney &lt;jmg@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
