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/wireguard/files/wireguard.in

Number of commits found: 7

Monday, 30 Mar 2020
19:18 decke search for other commits by this committer
net/wireguard: Implement reload command in rc.d script to reload all peer
and key settings without restarting the daemon to avoid interface up/down
and loosing traffic. This does not work if you change the Address= line in
the [Interface] section which needs a real restart.

PR:		244862
Submitted by:	david@isnic.is
Original commitRevision:529909 
19:15 decke search for other commits by this committer
net/wireguard: Introduce general wireguard_env parameter for environment
variables which affect wg-quick or the userspace implementation (eg.
wireguard-go). The syntax in rc.conf is:

  wireguard_env="VAR=val VAR2=val2"

As a reference wg-quick uses these environment variables

  WG_QUICK_USERSPACE_IMPLEMENTATION

and wireguard-go

  LOG_LEVEL
  WG_TUN_FD
  WG_UAPI_FD
  WG_PROCESS_FOREGROUND

Submitted by:	J.R. Oldroyd <fbsd@opal.com>
Original commitRevision:529908 
Friday, 29 Mar 2019
12:27 decke search for other commits by this committer
net/wireguard: Improve rc.d script to support other userspace implementations
like boringtun
Original commitRevision:497111 
Monday, 18 Mar 2019
21:18 decke search for other commits by this committer
net/wireguard:
- Cherry pick patch that fixes TMPDIR handling and tmp file leaks on /
- Fix rc.d script to initialize variable
- Bump PORTREVISION
Original commitRevision:496212 
Thursday, 25 Oct 2018
12:13 decke search for other commits by this committer
net/wireguard: Update rc.d script to let the user define which wg interfaces to
manage

Most people will likely want to put wireguard_interfaces="wg0" in /etc/rc.conf

Reported by:	Jason A. Donenfeld <Jason@zx2c4.com>
Original commitRevision:482968 
Thursday, 18 Oct 2018
11:49 decke search for other commits by this committer
net/wireguard: Update to 0.0.20181018

- Also remove "sleep 1" from startscript because the race condition has been
fixed upstream.
Original commitRevision:482341 
Thursday, 11 Oct 2018
12:49 decke search for other commits by this committer
net/wireguard: Add rc.d script

Submitted by:	Steve Hay <hay.steve@gmail.com>
Original commitRevision:481820 

Number of commits found: 7