notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
hostapd-devel IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
2024.02.18_2 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2023.12.05Version of this port present on the latest quarterly branch.
Maintainer: cy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-03-19 01:15:12
Last Update: 2024-03-04 16:44:36
Commit Hash: 2dc822b
License: BSD3CLAUSE
WWW:
https://w1.fi/hostapd/
Description:
hostapd is a user space daemon for access point and authentication servers. It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS client, EAP server, and RADIUS authentication server. The current version supports Linux (Host AP, madwifi, mac80211-based drivers) and FreeBSD (net80211). Add the following to /etc/rc.conf to use the ports version instead of the base version: hostapd_program="/usr/local/sbin/hostapd"
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. sbin/hostapd
  2. sbin/hostapd_cli
  3. share/man/man1/hostapd_cli.1.gz
  4. share/man/man8/hostapd.8.gz
  5. /usr/local/share/licenses/hostapd-devel-2024.02.18_2/catalog.mk
  6. /usr/local/share/licenses/hostapd-devel-2024.02.18_2/LICENSE
  7. /usr/local/share/licenses/hostapd-devel-2024.02.18_2/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • hostapd-devel>0:net/hostapd-devel
To install the port:
cd /usr/ports/net/hostapd-devel/ && make install clean
To add the package, run one of these commands:
  • pkg install net/hostapd-devel
  • pkg install hostapd-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: hostapd-devel
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1708660816 SHA256 (cschuber-hostap-2024.02.18-86c242171_GH0.tar.gz) = d857ba3e84dd71ade0c21046f21f44ee364e37d1aa1c02ef8f68e3e50b15c431 SIZE (cschuber-hostap-2024.02.18-86c242171_GH0.tar.gz) = 5217715

Packages (timestamps in pop-ups are UTC):
hostapd-devel
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2024.02.18_22024.02.18_2-2024.02.18_22024.02.18_2---
FreeBSD:13:quarterly2023.12.232023.12.232023.08.222023.12.232023.12.232023.12.232023.12.232023.12.23
FreeBSD:14:latest2024.02.18_22024.02.18_22022.12.202024.02.18_12024.02.18_22023.06.05-2023.06.05
FreeBSD:14:quarterly2023.12.232023.12.23-2023.12.232023.12.232023.12.232023.12.232023.12.23
FreeBSD:15:latest2024.02.18_22024.02.18_2n/a2024.02.03_1n/a2023.12.23_12023.12.23_12024.02.18_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_hostapd-devel
USES:
cpe gmake ssl
pkg-message:
For install:
Add the following to /etc/rc.conf to use the ports version instead of the base version: hostapd_program="/usr/local/sbin/hostapd"
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/cschuber/hostap/tar.gz/86c242171?dummy=/
Collapse this list.

Number of commits found: 76

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2024.02.18_2
04 Mar 2024 16:44:36
commit hash: 2dc822b9e7c44abf61594cbc31379837bb35973dcommit hash: 2dc822b9e7c44abf61594cbc31379837bb35973dcommit hash: 2dc822b9e7c44abf61594cbc31379837bb35973dcommit hash: 2dc822b9e7c44abf61594cbc31379837bb35973d files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd*: Work around lack of MLME support

hostap MLME uses Linux data structures and definitions not available
in FreeBSD. The ability for hostapd to select the frequency (channel)
depends Linux MLME, though strictly it's not required. Work around the
Linux MLME requirement to configure device frequency.

The detailed description is: hostapd will only set the channel (frequency)
when Linux MLME is configured. Enabling NEED_AP_MLME will result in
numerous build errors due do Linux data structures and definitions not
available under FreeBSD. The code to set the frequency from the selected
channel is only within the NEED_AP_MLME code path because without MLME,
hostapd_get_hw_features() is an inline that always returns -1 whereas with
MLME hostapd_get_hw_features() will obtain hardware features from the
kernel. Until such time we simply set the frequency as configured.

PR:		276375
MFH:		2024Q1
2024.02.18_1
23 Feb 2024 04:02:45
commit hash: 07c8d8577b5055439a2d925c4e8dfb8e5c1624b6commit hash: 07c8d8577b5055439a2d925c4e8dfb8e5c1624b6commit hash: 07c8d8577b5055439a2d925c4e8dfb8e5c1624b6commit hash: 07c8d8577b5055439a2d925c4e8dfb8e5c1624b6 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2024.02.03_1
07 Feb 2024 00:41:21
commit hash: 85160acface4c1551abbcd1dbbbb8b7836a28d9bcommit hash: 85160acface4c1551abbcd1dbbbb8b7836a28d9bcommit hash: 85160acface4c1551abbcd1dbbbb8b7836a28d9bcommit hash: 85160acface4c1551abbcd1dbbbb8b7836a28d9b files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.12.23_1
22 Jan 2024 16:52:31
commit hash: b5228942cd5f41e44b9bf5031552719bc481df11commit hash: b5228942cd5f41e44b9bf5031552719bc481df11commit hash: b5228942cd5f41e44b9bf5031552719bc481df11commit hash: b5228942cd5f41e44b9bf5031552719bc481df11 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/hostapd-devel: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
2023.12.23
03 Jan 2024 16:41:11
commit hash: 34af590f7c1eae1a82375d60e482fffda4bb13e7commit hash: 34af590f7c1eae1a82375d60e482fffda4bb13e7commit hash: 34af590f7c1eae1a82375d60e482fffda4bb13e7commit hash: 34af590f7c1eae1a82375d60e482fffda4bb13e7 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.12.05
06 Dec 2023 05:54:09
commit hash: 311cf05b5eae778349206fc6c4040034cfffbc3ccommit hash: 311cf05b5eae778349206fc6c4040034cfffbc3ccommit hash: 311cf05b5eae778349206fc6c4040034cfffbc3ccommit hash: 311cf05b5eae778349206fc6c4040034cfffbc3c files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.11.11
14 Nov 2023 20:08:13
commit hash: 9ecd0daabf7aead895063c9fb5179d74ca20d9a1commit hash: 9ecd0daabf7aead895063c9fb5179d74ca20d9a1commit hash: 9ecd0daabf7aead895063c9fb5179d74ca20d9a1commit hash: 9ecd0daabf7aead895063c9fb5179d74ca20d9a1 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.10.30
30 Oct 2023 21:22:39
commit hash: 42ad49fd150a7f7be655fba294db5b173d5d5f12commit hash: 42ad49fd150a7f7be655fba294db5b173d5d5f12commit hash: 42ad49fd150a7f7be655fba294db5b173d5d5f12commit hash: 42ad49fd150a7f7be655fba294db5b173d5d5f12 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.10.05_3
11 Oct 2023 02:50:51
commit hash: 80919a037c27b4cbfece4c53f47b955e838d28fbcommit hash: 80919a037c27b4cbfece4c53f47b955e838d28fbcommit hash: 80919a037c27b4cbfece4c53f47b955e838d28fbcommit hash: 80919a037c27b4cbfece4c53f47b955e838d28fb files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.09.26_3
26 Sep 2023 21:45:15
commit hash: dd5588166297e39908c1bfe4ae802240c2899acdcommit hash: dd5588166297e39908c1bfe4ae802240c2899acdcommit hash: dd5588166297e39908c1bfe4ae802240c2899acdcommit hash: dd5588166297e39908c1bfe4ae802240c2899acd files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.09.05_3
12 Sep 2023 05:51:32
commit hash: 92b2d8e1bf08f4b81a5b3b92b30149dfd0807538commit hash: 92b2d8e1bf08f4b81a5b3b92b30149dfd0807538commit hash: 92b2d8e1bf08f4b81a5b3b92b30149dfd0807538commit hash: 92b2d8e1bf08f4b81a5b3b92b30149dfd0807538 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
Author: R. Christian McDonald
net/hostapd-devel: wpa: Enable receiving priority tagged (VID 0) frames

Certain internet service providers transmit vlan 0 priority tagged
EAPOL frames from the ONT towards the residential gateway. VID 0
should be ignored, and the frame processed according to the priority
set in the 802.1P bits and the encapsulated EtherType (i.e. EAPOL).

The pcap filter utilized by l2_packet is inadquate for this use case.

Here we modify the pcap filter to accept both unencapsulated and
encapsulated (with VLAN 0) EAPOL EtherTypes. This preserves the
original filter behavior while also matching on encapsulated EAPOL.

Sponsored by:   Rubicon Communications, LLC ("Netgate")
Reviewed by:    cy
Obtained from:	src bb5d6d14d81b
PR:             273696
MFH:		2023Q3
2023.09.05_2
12 Sep 2023 05:51:19
commit hash: 2150c312db2fe116e2ce5024645163948334d1e7commit hash: 2150c312db2fe116e2ce5024645163948334d1e7commit hash: 2150c312db2fe116e2ce5024645163948334d1e7commit hash: 2150c312db2fe116e2ce5024645163948334d1e7 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Fix uninitialized packet pointer on error

The packet pointer (called packet) will remain uninitialized when
pcap_next_ex() returns an error. This occurs when the wlan
interface is shut down using ifconfig destroy. Adding a NULL
assignment to packet duplicates what pcap_next() does.

The reason we use pcap_next_ex() in this instance is because with
pacp_next() when we receive a null pointer if there was an error
or if no packets were read. With pcap_next_ex() we can differentiate
between an error and legitimately no packets were received.

PR:             270649, 273696
Obtained from:	src 953efa5b200f
Reported by:    Robert Morris <rtm@lcs.mit.edu>
MFH:		2023Q3
2023.09.05_1
12 Sep 2023 05:51:03
commit hash: 1da2ce685a1cce3366a1da3d14eff09d274351eccommit hash: 1da2ce685a1cce3366a1da3d14eff09d274351eccommit hash: 1da2ce685a1cce3366a1da3d14eff09d274351eccommit hash: 1da2ce685a1cce3366a1da3d14eff09d274351ec files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Rename patch to current patch naming standard
2023.09.05_1
12 Sep 2023 05:50:56
commit hash: 8668ee87415b8f14a4845b04358ac082aa34ea57commit hash: 8668ee87415b8f14a4845b04358ac082aa34ea57commit hash: 8668ee87415b8f14a4845b04358ac082aa34ea57commit hash: 8668ee87415b8f14a4845b04358ac082aa34ea57 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: driver_bsd.c: backout upstream IFF_ change and add logging

This reverts the state to our old supplicant logic setting or clearing
IFF_UP if needed.  In addition this adds logging for the cases in which
we do (not) change the interface state.

Depending on testing this seems to help bringing WiFi up or not log
any needed changes (which would be the expected wpa_supplicant logic
now).  People should look out for ``(changed)`` log entries (at least
if debugging the issue; this way we will at least have data points).

There is a hypothesis still pondered that the entire IFF_UP toggling
only exploits a race in net80211 (see further discssussions for more
debugging and alternative solutions see D38508 and D38753).
That may also explain why the changes to the rc startup script [1]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2023.09.05
05 Sep 2023 18:30:20
commit hash: f20782ea4e1bb466a2577f7912cc0f91cfb58df1commit hash: f20782ea4e1bb466a2577f7912cc0f91cfb58df1commit hash: f20782ea4e1bb466a2577f7912cc0f91cfb58df1commit hash: f20782ea4e1bb466a2577f7912cc0f91cfb58df1 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.08.28
28 Aug 2023 16:35:29
commit hash: d2673ea9d869e12345d6776189d3478b49b38758commit hash: d2673ea9d869e12345d6776189d3478b49b38758commit hash: d2673ea9d869e12345d6776189d3478b49b38758commit hash: d2673ea9d869e12345d6776189d3478b49b38758 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.08.23
31 Jul 2023 16:38:10
commit hash: 608f0e18a07c17080eaa636d3a01cc38a0aea545commit hash: 608f0e18a07c17080eaa636d3a01cc38a0aea545commit hash: 608f0e18a07c17080eaa636d3a01cc38a0aea545commit hash: 608f0e18a07c17080eaa636d3a01cc38a0aea545 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.08.22
28 Jun 2023 02:31:09
commit hash: 321e93eeed37f49246334042cb790e70b2f8c3accommit hash: 321e93eeed37f49246334042cb790e70b2f8c3accommit hash: 321e93eeed37f49246334042cb790e70b2f8c3accommit hash: 321e93eeed37f49246334042cb790e70b2f8c3ac files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.06.05
06 Jun 2023 18:35:43
commit hash: 7bd037cc7ec112ec64e066da785a5134fefbba25commit hash: 7bd037cc7ec112ec64e066da785a5134fefbba25commit hash: 7bd037cc7ec112ec64e066da785a5134fefbba25commit hash: 7bd037cc7ec112ec64e066da785a5134fefbba25 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.05.25
31 May 2023 02:53:25
commit hash: c171081d453ad374798332c55e37aa2b1ca49ef5commit hash: c171081d453ad374798332c55e37aa2b1ca49ef5commit hash: c171081d453ad374798332c55e37aa2b1ca49ef5commit hash: c171081d453ad374798332c55e37aa2b1ca49ef5 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.05.04
08 May 2023 20:43:18
commit hash: f004a9596fb007d22c8d055b8a6f02bdbcf9cd55commit hash: f004a9596fb007d22c8d055b8a6f02bdbcf9cd55commit hash: f004a9596fb007d22c8d055b8a6f02bdbcf9cd55commit hash: f004a9596fb007d22c8d055b8a6f02bdbcf9cd55 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.04.28
02 May 2023 14:40:03
commit hash: 5a61644939dfa81b8892205e874b8bd10aa132d4commit hash: 5a61644939dfa81b8892205e874b8bd10aa132d4commit hash: 5a61644939dfa81b8892205e874b8bd10aa132d4commit hash: 5a61644939dfa81b8892205e874b8bd10aa132d4 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.04.03
17 Apr 2023 21:28:45
commit hash: bca9367940e22852be73baa304cf70082b93caa1commit hash: bca9367940e22852be73baa304cf70082b93caa1commit hash: bca9367940e22852be73baa304cf70082b93caa1commit hash: bca9367940e22852be73baa304cf70082b93caa1 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.03.29
01 Apr 2023 00:04:17
commit hash: b9309beb1ff9c8fc186e1f018856b07e79066dc1commit hash: b9309beb1ff9c8fc186e1f018856b07e79066dc1commit hash: b9309beb1ff9c8fc186e1f018856b07e79066dc1commit hash: b9309beb1ff9c8fc186e1f018856b07e79066dc1 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.03.17
18 Mar 2023 03:17:30
commit hash: 1398aa215c3ddb47638e7759cdb7e6381244981bcommit hash: 1398aa215c3ddb47638e7759cdb7e6381244981bcommit hash: 1398aa215c3ddb47638e7759cdb7e6381244981bcommit hash: 1398aa215c3ddb47638e7759cdb7e6381244981b files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.02.21
21 Feb 2023 16:08:48
commit hash: e57f80d4b0f6f00ed0d650bbe606374eac0ea6bacommit hash: e57f80d4b0f6f00ed0d650bbe606374eac0ea6bacommit hash: e57f80d4b0f6f00ed0d650bbe606374eac0ea6bacommit hash: e57f80d4b0f6f00ed0d650bbe606374eac0ea6ba files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.02.14
15 Feb 2023 19:29:14
commit hash: 8f3c7b56f33ce34b67d139fbaea948042d6944d4commit hash: 8f3c7b56f33ce34b67d139fbaea948042d6944d4commit hash: 8f3c7b56f33ce34b67d139fbaea948042d6944d4commit hash: 8f3c7b56f33ce34b67d139fbaea948042d6944d4 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2023.01.13
17 Jan 2023 21:12:15
commit hash: 2c1350d6a51911585d1e36d0b1976e0fd3a0e7a9commit hash: 2c1350d6a51911585d1e36d0b1976e0fd3a0e7a9commit hash: 2c1350d6a51911585d1e36d0b1976e0fd3a0e7a9commit hash: 2c1350d6a51911585d1e36d0b1976e0fd3a0e7a9 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.12.20
03 Jan 2023 16:56:29
commit hash: e9f5ae29169e72b6456e64eb0442bd614d808325commit hash: e9f5ae29169e72b6456e64eb0442bd614d808325commit hash: e9f5ae29169e72b6456e64eb0442bd614d808325commit hash: e9f5ae29169e72b6456e64eb0442bd614d808325 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.12.19
19 Dec 2022 19:23:30
commit hash: 7f766b15258418626597219fbc74bba7311f69e5commit hash: 7f766b15258418626597219fbc74bba7311f69e5commit hash: 7f766b15258418626597219fbc74bba7311f69e5commit hash: 7f766b15258418626597219fbc74bba7311f69e5 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.11.10
18 Nov 2022 02:33:45
commit hash: 67791e2c87c3a8bad59ab61c1e3c5eada20646d6commit hash: 67791e2c87c3a8bad59ab61c1e3c5eada20646d6commit hash: 67791e2c87c3a8bad59ab61c1e3c5eada20646d6commit hash: 67791e2c87c3a8bad59ab61c1e3c5eada20646d6 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.10.17
17 Oct 2022 18:20:14
commit hash: 164c0dac2f53b97baa62a213cf9cc44041df890ecommit hash: 164c0dac2f53b97baa62a213cf9cc44041df890ecommit hash: 164c0dac2f53b97baa62a213cf9cc44041df890ecommit hash: 164c0dac2f53b97baa62a213cf9cc44041df890e files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.10.10_1
11 Oct 2022 14:30:58
commit hash: ad350fa40dd83e2fb3439dac2667e5cbbaa63949commit hash: ad350fa40dd83e2fb3439dac2667e5cbbaa63949commit hash: ad350fa40dd83e2fb3439dac2667e5cbbaa63949commit hash: ad350fa40dd83e2fb3439dac2667e5cbbaa63949 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.09.29_1
02 Oct 2022 23:32:07
commit hash: 3f457d278cd378b418407ef4fa2839a7b64fc251commit hash: 3f457d278cd378b418407ef4fa2839a7b64fc251commit hash: 3f457d278cd378b418407ef4fa2839a7b64fc251commit hash: 3f457d278cd378b418407ef4fa2839a7b64fc251 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.09.05_1
11 Sep 2022 14:41:43
commit hash: 9800f0424d3854a94e37079946245dff4a171097commit hash: 9800f0424d3854a94e37079946245dff4a171097commit hash: 9800f0424d3854a94e37079946245dff4a171097commit hash: 9800f0424d3854a94e37079946245dff4a171097 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan EĂźer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022.07.26_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan EĂźer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2022.07.26_1
28 Aug 2022 21:16:43
commit hash: dd50789d801803822466367a6a4205ff4425440bcommit hash: dd50789d801803822466367a6a4205ff4425440bcommit hash: dd50789d801803822466367a6a4205ff4425440bcommit hash: dd50789d801803822466367a6a4205ff4425440b files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.07.16_1
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2022.07.16_1
18 Jul 2022 15:00:08
commit hash: 07b3b12415c9702bf6a3e3f9f49f9089ee11e6c1commit hash: 07b3b12415c9702bf6a3e3f9f49f9089ee11e6c1commit hash: 07b3b12415c9702bf6a3e3f9f49f9089ee11e6c1commit hash: 07b3b12415c9702bf6a3e3f9f49f9089ee11e6c1 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.06.30_1
03 Jul 2022 21:36:09
commit hash: 941e1b32c7c4b7217fa80c95c4ee7868b823cb2ccommit hash: 941e1b32c7c4b7217fa80c95c4ee7868b823cb2ccommit hash: 941e1b32c7c4b7217fa80c95c4ee7868b823cb2ccommit hash: 941e1b32c7c4b7217fa80c95c4ee7868b823cb2c files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.

MFH:		2022Q3
2022.06.20_1
03 Jul 2022 21:33:18
commit hash: b3916c7a8d2599e99fabdc1735b095ff5a9f9381commit hash: b3916c7a8d2599e99fabdc1735b095ff5a9f9381commit hash: b3916c7a8d2599e99fabdc1735b095ff5a9f9381commit hash: b3916c7a8d2599e99fabdc1735b095ff5a9f9381 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
Author: J.R. Oldroyd
wpa_supplicant* hostapd*: Resolve secondary VAP association issue

Association will fail on a secondary open unprotected VAP when the
primary VAP is configured for WPA. Examples of secondary VAPs are,
hotels, universities, and commodity routers' guest networks.

A broadly similar bug was discussed on Red Hat's bugzilla affecting
association to a D-Link DIR-842.

This suggests that as IEs were added to the 802.11 protocol the old code
was increasingly inadaquate to handle the additional IEs, not only a
secondary VAP.

This duplcates src commit 775611ea11db here in ports.

PR:             264238
Reported by:    Jaskie <jiangjun12321@gmail.com>
                "J.R. Oldroyd" <fbsd@opal.com>
Submitted by:   "J.R. Oldroyd" <fbsd@opal.com>
MFH:      	2022Q3
2022.06.20
21 Jun 2022 18:31:08
commit hash: 517fa28c4971564ae61423294488e64869b47cb5commit hash: 517fa28c4971564ae61423294488e64869b47cb5commit hash: 517fa28c4971564ae61423294488e64869b47cb5commit hash: 517fa28c4971564ae61423294488e64869b47cb5 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.05.24_3
20 Jun 2022 14:29:09
commit hash: 05a849eec9d949b3de32e464570cefbabcd64702commit hash: 05a849eec9d949b3de32e464570cefbabcd64702commit hash: 05a849eec9d949b3de32e464570cefbabcd64702commit hash: 05a849eec9d949b3de32e464570cefbabcd64702 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
*/*: Restore a missing wpa BSD driver patch

These patches were removed to sync with base where in fact base was
missing these patches and base should have been synced with the ports.

PR:		264238
Fixes:		b8477825c2dc42f6c595697a36f593c71f39fbad
		c86f32d652eb9dd023049122d8ca37cb13ed07b6
MFH:		2022Q2
2022.05.24_2
09 Jun 2022 21:58:23
commit hash: c86f32d652eb9dd023049122d8ca37cb13ed07b6commit hash: c86f32d652eb9dd023049122d8ca37cb13ed07b6commit hash: c86f32d652eb9dd023049122d8ca37cb13ed07b6commit hash: c86f32d652eb9dd023049122d8ca37cb13ed07b6 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
*/*: Restore non-IBSS part of wpa patches

b8477825c2dc42f6c595697a36f593c71f39fbad removed some non-IBSS patches.
Restore them. We only want to remove the patches that make IBSS use
ADHOC mode.

Fixes:		b8477825c2dc42f6c595697a36f593c71f39fbad
2022.05.24_1
09 Jun 2022 20:41:39
commit hash: b8477825c2dc42f6c595697a36f593c71f39fbadcommit hash: b8477825c2dc42f6c595697a36f593c71f39fbadcommit hash: b8477825c2dc42f6c595697a36f593c71f39fbadcommit hash: b8477825c2dc42f6c595697a36f593c71f39fbad files touched by this commit
Cy Schubert (cy) search for other commits by this committer
*/*: FreeBSD's WPA does support IBSS mode

FreeBSD's WPA does support IBSS mode. Remove the hack that forces ADHOC
mode when IBSS is requested.
2022.05.24
27 May 2022 13:45:08
commit hash: ac47da76dc061b6eeb4e2b38ef7676d3b8f017a4commit hash: ac47da76dc061b6eeb4e2b38ef7676d3b8f017a4commit hash: ac47da76dc061b6eeb4e2b38ef7676d3b8f017a4commit hash: ac47da76dc061b6eeb4e2b38ef7676d3b8f017a4 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.05.19
19 May 2022 22:30:07
commit hash: f183d0432ba5fe9cb06da12593c4c958124cf643commit hash: f183d0432ba5fe9cb06da12593c4c958124cf643commit hash: f183d0432ba5fe9cb06da12593c4c958124cf643commit hash: f183d0432ba5fe9cb06da12593c4c958124cf643 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.05.08
09 May 2022 18:09:14
commit hash: f0089128404290b76d2e6e21c19e842431550d4fcommit hash: f0089128404290b76d2e6e21c19e842431550d4fcommit hash: f0089128404290b76d2e6e21c19e842431550d4fcommit hash: f0089128404290b76d2e6e21c19e842431550d4f files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.04.24
25 Apr 2022 15:50:03
commit hash: 2519bf6ea07f8e5435407c2b9cffda98b343be74commit hash: 2519bf6ea07f8e5435407c2b9cffda98b343be74commit hash: 2519bf6ea07f8e5435407c2b9cffda98b343be74commit hash: 2519bf6ea07f8e5435407c2b9cffda98b343be74 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.03.14_1
16 Apr 2022 15:55:56
commit hash: c586ac04eb662dea00ab81b226fa3e41a5110b21commit hash: c586ac04eb662dea00ab81b226fa3e41a5110b21commit hash: c586ac04eb662dea00ab81b226fa3e41a5110b21commit hash: c586ac04eb662dea00ab81b226fa3e41a5110b21 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
*/{wpa_supplicant*,hostapd*}: Fix wpa 100% CPU when USB wlan NIC removed

hostapd calls pcap_next(3) to read the next packet off the wlan interface.
pcap_next() returns a pointer to the packet header but does not indicate
success or failure. Unfortunately this results in an infinite loop (100%
CPU) when the wlan device disappears, i.e. when a USB wlan device is
manually removed or a USB error results in the device removal. However
pcap_next_ex(3) does return success or failure. To resolve this we use
pcap_next_ex(), forcing hostapd to exit when the error is encountered.

An error message is printed to syslog or stderr when debugging (-d flag)
is enabled. Unfortunately wpa_printf() only works when debugging is enabled.

PR:		253608
Reported by:	Damjan Jovanovic <damjan.jov@gmail.com>,
		bz (privately)
MFH:		2022Q2
2022.03.14
14 Mar 2022 16:59:13
commit hash: 248097f4920c36d9788c5c13b3d82930690bbbb9commit hash: 248097f4920c36d9788c5c13b3d82930690bbbb9commit hash: 248097f4920c36d9788c5c13b3d82930690bbbb9commit hash: 248097f4920c36d9788c5c13b3d82930690bbbb9 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.03.04
07 Mar 2022 15:43:38
commit hash: ffa3c003e2e939aa076ca827f4964a685e80ff19commit hash: ffa3c003e2e939aa076ca827f4964a685e80ff19commit hash: ffa3c003e2e939aa076ca827f4964a685e80ff19commit hash: ffa3c003e2e939aa076ca827f4964a685e80ff19 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2022.01.17
31 Jan 2022 21:44:16
commit hash: 74e181d200eeb192160951934cd3b16014682d8ccommit hash: 74e181d200eeb192160951934cd3b16014682d8ccommit hash: 74e181d200eeb192160951934cd3b16014682d8ccommit hash: 74e181d200eeb192160951934cd3b16014682d8c files touched by this commit
Cy Schubert (cy) search for other commits by this committer
*/*: Fix wpa_supplicant* and hostapd* EAPOL_TEST build

Fix EAPOL_TEST build. Local funcion os_fdatasync() is valid under
FreeBSD as fdatasync(2) is supported.

PR:		261636
Reported by:	David Siebörger <drs-freebsd@sieborger.nom.za>
MFH:		2022Q1
2022.01.17
17 Jan 2022 17:00:45
commit hash: 9d030b176816618d7e8f8b83d91c289e4863e8d7commit hash: 9d030b176816618d7e8f8b83d91c289e4863e8d7commit hash: 9d030b176816618d7e8f8b83d91c289e4863e8d7commit hash: 9d030b176816618d7e8f8b83d91c289e4863e8d7 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2021.12.13
04 Jan 2022 01:16:19
commit hash: 0f623aaba759a0ad501f62357c950e39bce76f7bcommit hash: 0f623aaba759a0ad501f62357c950e39bce76f7bcommit hash: 0f623aaba759a0ad501f62357c950e39bce76f7bcommit hash: 0f623aaba759a0ad501f62357c950e39bce76f7b files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2021.11.26
29 Nov 2021 20:55:21
commit hash: b51ee23db472f00edda09ba78006d88ecc3ac032commit hash: b51ee23db472f00edda09ba78006d88ecc3ac032commit hash: b51ee23db472f00edda09ba78006d88ecc3ac032commit hash: b51ee23db472f00edda09ba78006d88ecc3ac032 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2021.07.14
30 Sep 2021 21:23:30
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021.07.14
14 Sep 2021 10:55:27
commit hash: a8e5a272f730103a290d90c41b163705f77774c7commit hash: a8e5a272f730103a290d90c41b163705f77774c7commit hash: a8e5a272f730103a290d90c41b163705f77774c7commit hash: a8e5a272f730103a290d90c41b163705f77774c7 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
net/hostapd-devel: Fix CPE information because current one is deprecated

Approved by:    portmgr (blanket)
2021.07.14
21 Jul 2021 21:17:30
commit hash: 33a3b00f7a568cb131c8a08c51b670c836ea9c71commit hash: 33a3b00f7a568cb131c8a08c51b670c836ea9c71commit hash: 33a3b00f7a568cb131c8a08c51b670c836ea9c71commit hash: 33a3b00f7a568cb131c8a08c51b670c836ea9c71 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2021.06.14
21 Jun 2021 14:17:35
commit hash: 5f2c0e0cfac36a3c22898c6c34b7599275b2f090commit hash: 5f2c0e0cfac36a3c22898c6c34b7599275b2f090commit hash: 5f2c0e0cfac36a3c22898c6c34b7599275b2f090commit hash: 5f2c0e0cfac36a3c22898c6c34b7599275b2f090 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2021.06.09
14 Jun 2021 16:04:00
commit hash: c928905a72dbd29bccf382cd55c0fd96e67e23a3commit hash: c928905a72dbd29bccf382cd55c0fd96e67e23a3commit hash: c928905a72dbd29bccf382cd55c0fd96e67e23a3commit hash: c928905a72dbd29bccf382cd55c0fd96e67e23a3 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2021.06.03_1
14 Jun 2021 16:04:00
commit hash: ed47e1ecc5db5576f6a2d4a47e083b2366bd65cccommit hash: ed47e1ecc5db5576f6a2d4a47e083b2366bd65cccommit hash: ed47e1ecc5db5576f6a2d4a47e083b2366bd65cccommit hash: ed47e1ecc5db5576f6a2d4a47e083b2366bd65cc files touched by this commit
Cy Schubert (cy) search for other commits by this committer
*/*: Sync hostapd* and wpa_supplicant* with base ce276fe26d92010776

Use IFM_IEEE80211_ADHOC for now on FreeBSD for IBSS operation.

Base commit by adrian@ on Nov 26, 2015.

This commit syncs ports with base.

PR:		203086
Submitted by:	avos
MFH:		2020Q2
2021.06.03
14 Jun 2021 16:03:59
commit hash: c6f1867664d5ee44132e12d8ec53412b35754248commit hash: c6f1867664d5ee44132e12d8ec53412b35754248commit hash: c6f1867664d5ee44132e12d8ec53412b35754248commit hash: c6f1867664d5ee44132e12d8ec53412b35754248 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Make use of fdatasync(2)

FreeBSD has supported fdatasync(2) since FreeBSD 11.1. Prepare for
future use when syncing to planned updates to base.
2021.06.03
03 Jun 2021 15:01:44
commit hash: 2cabdfb5e86a4e1867c711d817a3579302b09fb9commit hash: 2cabdfb5e86a4e1867c711d817a3579302b09fb9commit hash: 2cabdfb5e86a4e1867c711d817a3579302b09fb9commit hash: 2cabdfb5e86a4e1867c711d817a3579302b09fb9 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2021.05.11
17 May 2021 16:54:18
commit hash: 9118d161cf6977bb6504813216667ca498c3abbfcommit hash: 9118d161cf6977bb6504813216667ca498c3abbfcommit hash: 9118d161cf6977bb6504813216667ca498c3abbfcommit hash: 9118d161cf6977bb6504813216667ca498c3abbf files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2021.04.13
19 Apr 2021 16:52:39
commit hash: 825f26eb20314a655e6419733b457cda29cad91acommit hash: 825f26eb20314a655e6419733b457cda29cad91acommit hash: 825f26eb20314a655e6419733b457cda29cad91acommit hash: 825f26eb20314a655e6419733b457cda29cad91a files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2021.04.07
12 Apr 2021 18:23:49
commit hash: a52d571aa219f5924c3730754483f0a01eaecb28commit hash: a52d571aa219f5924c3730754483f0a01eaecb28commit hash: a52d571aa219f5924c3730754483f0a01eaecb28commit hash: a52d571aa219f5924c3730754483f0a01eaecb28 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2021.03.28
07 Apr 2021 06:50:39
commit hash: c8799db6eb880caa922110bbefe8dba39e9813abcommit hash: c8799db6eb880caa922110bbefe8dba39e9813abcommit hash: c8799db6eb880caa922110bbefe8dba39e9813abcommit hash: c8799db6eb880caa922110bbefe8dba39e9813ab files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/hostapd-devel: Update to the latest GH commit

Update to the latest w1.fi commit, proxied through my GH account.
2021.03.25
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
2021.03.25
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2021.03.25
29 Mar 2021 18:14:41
Revision:569495Original commit files touched by this commit
cy search for other commits by this committer
Update to the latest w1.fi commit, proxied through my GH account.
2021.03.21
24 Mar 2021 08:59:21
Revision:569097Original commit files touched by this commit
cy search for other commits by this committer
hostapd-devel, wpa_supplicant-devel do not support openssl 1.0.2.
2021.03.21
22 Mar 2021 18:40:22
Revision:568979Original commit files touched by this commit
cy search for other commits by this committer
Update to the latest w1.fi commit, proxied through my GH account.
2021.03.19
20 Mar 2021 03:05:35
Revision:568835Original commit files touched by this commit
cy search for other commits by this committer
Update to the latest w1.fi commit, proxied through my GH account.

This includes:
	EAP-SIM/AKA peer: Support decorated anonymous identity prefix
2021.03.16
19 Mar 2021 00:18:22
Revision:568766Original commit files touched by this commit
cy search for other commits by this committer
net/hostapd-devel, security/wpa_supplicant-devel

Add two new development ports tracking the latest w1.fi development.
WPA developement is hosted at git://w1.fi/hostap.git however ports
plumbing provides API access to github. Therefore I cloned/forked
hostap, renaming "origin" to "upstream," with a brand-new "origin"
located on github. In theory this will allow me to git pull from
git://w1.fi/hostap.git and push to my github repo.

This will coincide with base tracking more recent developent at w1.fi,
supporting WPA3.

Discussed with:		phillip@

Number of commits found: 76