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.

non port: net/hostapd/files/patch-src_drivers_driver__bsd.c

Number of commits found: 12

Tuesday, 12 Sep 2023
05:50 Cy Schubert (cy) search for other commits by this committer
net/hostapd: 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 helped partially for some people to no longer see the
continuous CTRL-EVENT-SCAN-FAILED.

It is highly likely that we will want further changes and until
we know for sure that people are seeing ''(changed)'' events
this should stay local.  Should we need to upstream this we'll
likely need #ifdef __FreeBSD__ around this code.

PR:		273696
Obtained from:	src bfb202c4554a
MFH:		2023Q3
commit hash: 087cebebd616c77d469a9e337fa0c99041b3ccfb commit hash: 087cebebd616c77d469a9e337fa0c99041b3ccfb commit hash: 087cebebd616c77d469a9e337fa0c99041b3ccfb commit hash: 087cebebd616c77d469a9e337fa0c99041b3ccfb 087cebe
Sunday, 3 Jul 2022
21:33 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
commit hash: b3916c7a8d2599e99fabdc1735b095ff5a9f9381 commit hash: b3916c7a8d2599e99fabdc1735b095ff5a9f9381 commit hash: b3916c7a8d2599e99fabdc1735b095ff5a9f9381 commit hash: b3916c7a8d2599e99fabdc1735b095ff5a9f9381 b3916c7
Monday, 20 Jun 2022
14:29 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
commit hash: 05a849eec9d949b3de32e464570cefbabcd64702 commit hash: 05a849eec9d949b3de32e464570cefbabcd64702 commit hash: 05a849eec9d949b3de32e464570cefbabcd64702 commit hash: 05a849eec9d949b3de32e464570cefbabcd64702 05a849e
Thursday, 9 Jun 2022
21:58 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
commit hash: c86f32d652eb9dd023049122d8ca37cb13ed07b6 commit hash: c86f32d652eb9dd023049122d8ca37cb13ed07b6 commit hash: c86f32d652eb9dd023049122d8ca37cb13ed07b6 commit hash: c86f32d652eb9dd023049122d8ca37cb13ed07b6 c86f32d
20:41 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.
commit hash: b8477825c2dc42f6c595697a36f593c71f39fbad commit hash: b8477825c2dc42f6c595697a36f593c71f39fbad commit hash: b8477825c2dc42f6c595697a36f593c71f39fbad commit hash: b8477825c2dc42f6c595697a36f593c71f39fbad b847782
Monday, 17 Jan 2022
17:00 Cy Schubert (cy) search for other commits by this committer
net/hostapd: Update to 2.10

The long awaited hostapd 2.10 is finally here.
commit hash: f5e549a9f44e992c0a2f34b2f7686198f5590bad commit hash: f5e549a9f44e992c0a2f34b2f7686198f5590bad commit hash: f5e549a9f44e992c0a2f34b2f7686198f5590bad commit hash: f5e549a9f44e992c0a2f34b2f7686198f5590bad f5e549a
Monday, 14 Jun 2021
16:04 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
commit hash: ed47e1ecc5db5576f6a2d4a47e083b2366bd65cc commit hash: ed47e1ecc5db5576f6a2d4a47e083b2366bd65cc commit hash: ed47e1ecc5db5576f6a2d4a47e083b2366bd65cc commit hash: ed47e1ecc5db5576f6a2d4a47e083b2366bd65cc ed47e1e
Wednesday, 20 Jan 2021
17:14 cy search for other commits by this committer
This is the ports version of src commit
d70886d063166786ded0007af8cdcbf57b7b4827.

wpa_supplicant uses PF_ROUTE to return the routing table in order to
determine the length of the routing table buffer. As of 81728a538d24
wpa_supplicant is started before the routing table has been populated
resulting in the length of zero to be returned. This causes
wpa_supplicant to loop endlessly. (The workaround is to kill and restart
wpa_supplicant as by the time it is restarted the routing table is
populated.)

(Personally, I was not able to reproduce this unless wlan0 was a member of
lagg0. However, others experienced this problem on standalone wlan0.)

PR:		252844
Submitted by:	shu <ankohuu _ outlook.com>
Reported by:	shu <ankohuu _ outlook.com>
Reviewed by:	cy
Differential Revision:	https://reviews.freebsd.org/D28249
Original commitRevision:562150 
Wednesday, 20 May 2020
04:20 cy search for other commits by this committer
Chase src r361272:

Silence the once per second CTRL-EVENT-SCAN-FAILED errors when the WiFi
radio is disabled through the communication device toggle key (also known
as the RF raidio kill button). Only the CTRL-EVENT-DISCONNECTED will be
issued.

Submitted by:	avg
Reported by:	avg
MFH:		2020Q2
Original commitRevision:535967 
Friday, 30 Sep 2016
17:29 marino search for other commits by this committer
net/hostapd: Fix build on DragonFly and with LibreSSL

1. Return the driver_bsd.c patch, it's still required for DF
2. Modify the os_unix.c patch to include exception for DF
3. Add patch to fix build with LibreSSL (originates from OpenBSD)
4. There's no configure set, so replace ineffective configure arg
   with CFLAGS and LDFLAGS for non-base SSL library

Approved by:	SSL blanket and DF blanket
Original commitRevision:423004 
Friday, 23 Sep 2016
18:20 madpilot search for other commits by this committer
Update to 2.5

PR:		212779
Submitted by:	leres at ee.lbl.gov (maintainer)
Original commitRevision:422688 
Wednesday, 1 Apr 2015
18:57 marino search for other commits by this committer
net/hostapd: Unbreak new version on DragonFly
Original commitRevision:382939 

Number of commits found: 12