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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
non port: net/wireguard-go/files/patch-bb42ec7d185ab5f5cd3867ac1258edff86b7f307

Number of commits found: 1

Tuesday, 23 Apr 2019
12:33 decke search for other commits by this committer
net/wireguard:
work around numerous kernel panics on shutdown in tun(4)

There are numerous race conditions. But even this will crash it:

while true; do ifconfig tun0 create; ifconfig tun0 destroy; done

It seems like LLv6 is related, which we're not using anyway, so
explicitly disable it on the interface.

PR:     	233955
Original commitRevision:499754 

Number of commits found: 1