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/Makefile

Number of commits found: 61

Sunday, 31 Dec 2023
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/wireguard: Remove expired port

2023-12-31 net/wireguard: Only useful for FreeBSD 12 which is EoL soon
commit hash: 8bd99739aa6e687975c6c3566019072fa21a14fa commit hash: 8bd99739aa6e687975c6c3566019072fa21a14fa commit hash: 8bd99739aa6e687975c6c3566019072fa21a14fa commit hash: 8bd99739aa6e687975c6c3566019072fa21a14fa 8bd9973
Sunday, 1 Oct 2023
12:18 Bernhard Froehlich (decke) search for other commits by this committer
net/wireguard: Mark DEPRECATED

This metaport was only useful when we had multiple wireguard ports in
the portstree. With the deprecation of net/wireguard-kmod this metaport
is also not needed anymore.
commit hash: 64db1ca142ba0e7d11ba3383c7437af28d020463 commit hash: 64db1ca142ba0e7d11ba3383c7437af28d020463 commit hash: 64db1ca142ba0e7d11ba3383c7437af28d020463 commit hash: 64db1ca142ba0e7d11ba3383c7437af28d020463 64db1ca
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 30 Sep 2021
21:23 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
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 22 Mar 2021
13:54 decke search for other commits by this committer
net/wireguard: Fix instructions, kernel module is loaded by ifconfig
automatically (magic?!)
Original commitRevision:568962 
12:10 decke search for other commits by this committer
WireGuard is an extremely simple yet fast and modern VPN that utilizes
state-of-the-art cryptography. It aims to be faster, simpler, leaner, and
more useful than IPSec, while avoiding the massive headache. It intends to
be considerably more performant than OpenVPN. WireGuard is designed as a
general purpose VPN for running on embedded interfaces and super computers
alike, fit for many different circumstances.

This package does not contain anything by itself - it is a "meta-port" that
depends on other wireguard packages.

WWW: https://www.wireguard.com
Original commitRevision:568954 
Monday, 15 Mar 2021
18:25 decke search for other commits by this committer
net/wireguard: Update to 1.0.20210315 and drop BASHCOMPLETION option

BASHCOMOPLETION option was dropped but we install shell completion files
unconditionally to follow porters handbook.

This is the first wireguard-tools version that supports FreeBSD's kernel
implementation. It is compatible with if_wg in FreeBSD 14-CURRENT which
will likely be backported in the future but incompatible with the if_wg
code that was present in stable/13 up to 13.0-RC3.
Original commitRevision:568486 
Thursday, 25 Feb 2021
20:41 decke search for other commits by this committer
net/wireguard: Update to 1.0.20210223 and introduce options

Due to a bug which was fixed in this release both net/wireguard
and net/wireguard-go need to be updated or wg-quick will hang at
the next start.

PR:		253537
Original commitRevision:566557 
Sunday, 30 Aug 2020
07:14 decke search for other commits by this committer
net/wireguard: Update to 1.0.20200827
Original commitRevision:546996 
Friday, 21 Aug 2020
20:35 decke search for other commits by this committer
net/wireguard: Update to 1.0.20200820
Original commitRevision:545622 
Friday, 15 May 2020
19:42 decke search for other commits by this committer
net/wireguard: Update to 1.0.20200513
Original commitRevision:535323 
Monday, 11 May 2020
19:03 decke search for other commits by this committer
net/wireguard: Update to 1.0.20200510
Original commitRevision:534933 
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 
Sunday, 22 Mar 2020
13:07 decke search for other commits by this committer
net/wireguard: Update to 1.0.20200319
Original commitRevision:528916 
Thursday, 6 Feb 2020
16:06 decke search for other commits by this committer
net/wireguard:
- Update to 1.0.20200206
Original commitRevision:525384 
Wednesday, 22 Jan 2020
13:36 decke search for other commits by this committer
net/wireguard:
- Update to 1.0.20200121
- Remove ALL_TARGET now since "all" is available

MFH:	2020Q1
Original commitRevision:523809 
Tuesday, 7 Jan 2020
14:50 decke search for other commits by this committer
net/wireguard: Update to 1.0.20200102

MFH:	2020Q1
Original commitRevision:522333 
Friday, 27 Dec 2019
12:38 decke search for other commits by this committer
net/wireguard: Update to 1.0.20191226 and switch to the new wireguard-tools
repository

Reported by:	Jason A. Donenfeld <jason@wireguard.com> (per email)
Original commitRevision:520984 
Thursday, 19 Dec 2019
10:44 decke search for other commits by this committer
net/wireguard: Update to 0.0.20191219
Original commitRevision:520434 
Friday, 13 Dec 2019
14:22 decke search for other commits by this committer
net/wireguard: Update to 0.0.20191212
Original commitRevision:520035 
Saturday, 7 Dec 2019
12:34 decke search for other commits by this committer
net/wireguard: Update to 0.0.20191206
Original commitRevision:519206 
Friday, 6 Dec 2019
12:23 decke search for other commits by this committer
net/wireguard: Update to 0.0.20191205
Original commitRevision:519135 
Thursday, 28 Nov 2019
08:21 decke search for other commits by this committer
net/wireguard: Update to 0.0.20191127
Original commitRevision:518568 
Monday, 14 Oct 2019
09:11 decke search for other commits by this committer
net/wireguard: Update to 0.0.20191012

MFH:		2019Q4
Original commitRevision:514441 
Saturday, 14 Sep 2019
17:45 decke search for other commits by this committer
net/wireguard: Update to 0.0.20190913
Original commitRevision:512039 
Friday, 6 Sep 2019
09:53 decke search for other commits by this committer
net/wireguard: Update to 0.0.20190905
Original commitRevision:511287 
Wednesday, 14 Aug 2019
03:26 meta search for other commits by this committer
Implement new virtual category: net-vpn for VPN related ports

based on discussion at ports@ [1]. As VPN softwares are put in different
physical category net and security. This is a little bit confusing. Let's
give them new virtual category net-vpn.

[1] https://lists.freebsd.org/pipermail/freebsd-ports/2019-April/115915.html

PR:		239395
Submitted by:	myself
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D21174
Original commitRevision:508887 
Tuesday, 2 Jul 2019
15:07 decke search for other commits by this committer
net/wireguard: Update to 0.0.20190702
Original commitRevision:505683 
Monday, 3 Jun 2019
13:15 decke search for other commits by this committer
net/wireguard: Update to 0.0.20190601
Original commitRevision:503388 
Friday, 31 May 2019
18:49 decke search for other commits by this committer
net/wireguard: Update to 0.0.20190531
Original commitRevision:503188 
Tuesday, 23 Apr 2019
12:36 decke search for other commits by this committer
net/wireguard: workaround SIOCGIFSTATUS race in FreeBSD kernel

PR:		233955
Original commitRevision:499755 
Sunday, 7 Apr 2019
10:47 decke search for other commits by this committer
net/wireguard: Update to 0.0.20190406
Original commitRevision:498271 
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, 28 Feb 2019
20:12 decke search for other commits by this committer
net/wireguard: Revert wg-quick change which broke localhost

Reported by:	Matt Smith <matt.xtaz@gmail.com>
Obtained
from:	https://git.zx2c4.com/WireGuard/patch/?id=cba99f16a4ec9a229358ce1ed96080bd5ae04a7e
Original commitRevision:494184 
06:59 decke search for other commits by this committer
net/wireguard: Update to 0.0.20190227
Original commitRevision:494130 
Saturday, 26 Jan 2019
15:07 decke search for other commits by this committer
net/wireguard: Update to 0.0.20190123
Original commitRevision:491295 
Tuesday, 18 Dec 2018
19:30 decke search for other commits by this committer
net/wireguard: Update to 0.0.20181218
Original commitRevision:487766 
Tuesday, 20 Nov 2018
08:35 decke search for other commits by this committer
net/wireguard: Update to 0.0.20181119
Original commitRevision:485419 
Friday, 16 Nov 2018
08:36 decke search for other commits by this committer
net/wireguard: Update to 0.0.20181115
Original commitRevision:485064 
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 
Monday, 8 Oct 2018
10:15 decke search for other commits by this committer
net/wireguard: Update to 0.0.20181007
Original commitRevision:481533 
Tuesday, 25 Sep 2018
15:21 decke search for other commits by this committer
net/wireguard: Update to 0.0.20180925
Original commitRevision:480667 
Wednesday, 19 Sep 2018
10:41 decke search for other commits by this committer
net/wireguard: Update to 0.0.20180918
Original commitRevision:480094 
Tuesday, 11 Sep 2018
07:06 decke search for other commits by this committer
net/wireguard: Update to 0.0.20180910
Original commitRevision:479505 
Tuesday, 4 Sep 2018
19:52 decke search for other commits by this committer
net/wireguard: Update to 0.0.20180904
Original commitRevision:478987 
Friday, 10 Aug 2018
06:22 decke search for other commits by this committer
net/wireguard: Update to 0.0.20180809
Original commitRevision:476805 
Friday, 3 Aug 2018
07:57 decke search for other commits by this committer
net/wireguard: Update to 0.0.20180802
Original commitRevision:476282 
Wednesday, 1 Aug 2018
07:34 decke search for other commits by this committer
net/wireguard: Update to 0.0.20180731
Original commitRevision:476159 
Thursday, 19 Jul 2018
06:27 decke search for other commits by this committer
net/wireguard: Update to 0.0.20180718
Original commitRevision:474927 
Sunday, 8 Jul 2018
20:10 decke search for other commits by this committer
net/wireguard: Update to 0.0.20180708
Original commitRevision:474196 
Tuesday, 26 Jun 2018
10:14 decke search for other commits by this committer
net/wireguard: Update to 0.0.20180625
Original commitRevision:473382 
Thursday, 21 Jun 2018
07:59 decke search for other commits by this committer
net/wireguard: Update to 0.0.20180620
Original commitRevision:472963 
Thursday, 14 Jun 2018
06:12 decke search for other commits by this committer
net/wireguard: Update to 0.0.20180613
Original commitRevision:472357 
Thursday, 31 May 2018
20:45 decke search for other commits by this committer
- Update to 0.0.20180531
- Remove not needed bash build dependency
Original commitRevision:471239 
Thursday, 24 May 2018
08:44 decke search for other commits by this committer
WireGuard is an extremely simple yet fast and modern VPN that utilizes
state-of-the-art cryptography. It aims to be faster, simpler, leaner,
and more useful than IPSec, while avoiding the massive headache. It
intends to be considerably more performant than OpenVPN. WireGuard is
designed as a general purpose VPN for running on embedded interfaces and
super computers alike, fit for many different circumstances.

WWW: https://www.wireguard.com
Original commitRevision:470763 

Number of commits found: 61