non port: net/wireguard/Makefile |
Number of commits found: 61 |
Sunday, 31 Dec 2023
|
00:06 Muhammad Moinur Rahman (bofh)
net/wireguard: Remove expired port
2023-12-31 net/wireguard: Only useful for FreeBSD 12 which is EoL soon
8bd9973 |
Sunday, 1 Oct 2023
|
12:18 Bernhard Froehlich (decke)
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.
64db1ca |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Thursday, 30 Sep 2021
|
21:23 Rene Ladan (rene)
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
620968a |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 22 Mar 2021
|
13:54 decke
net/wireguard: Fix instructions, kernel module is loaded by ifconfig
automatically (magic?!)
|
12:10 decke
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
|
Monday, 15 Mar 2021
|
18:25 decke
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.
|
Thursday, 25 Feb 2021
|
20:41 decke
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
|
Sunday, 30 Aug 2020
|
07:14 decke
net/wireguard: Update to 1.0.20200827
|
Friday, 21 Aug 2020
|
20:35 decke
net/wireguard: Update to 1.0.20200820
|
Friday, 15 May 2020
|
19:42 decke
net/wireguard: Update to 1.0.20200513
|
Monday, 11 May 2020
|
19:03 decke
net/wireguard: Update to 1.0.20200510
|
Monday, 30 Mar 2020
|
19:18 decke
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
|
19:15 decke
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>
|
Sunday, 22 Mar 2020
|
13:07 decke
net/wireguard: Update to 1.0.20200319
|
Thursday, 6 Feb 2020
|
16:06 decke
net/wireguard:
- Update to 1.0.20200206
|
Wednesday, 22 Jan 2020
|
13:36 decke
net/wireguard:
- Update to 1.0.20200121
- Remove ALL_TARGET now since "all" is available
MFH: 2020Q1
|
Tuesday, 7 Jan 2020
|
14:50 decke
net/wireguard: Update to 1.0.20200102
MFH: 2020Q1
|
Friday, 27 Dec 2019
|
12:38 decke
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)
|
Thursday, 19 Dec 2019
|
10:44 decke
net/wireguard: Update to 0.0.20191219
|
Friday, 13 Dec 2019
|
14:22 decke
net/wireguard: Update to 0.0.20191212
|
Saturday, 7 Dec 2019
|
12:34 decke
net/wireguard: Update to 0.0.20191206
|
Friday, 6 Dec 2019
|
12:23 decke
net/wireguard: Update to 0.0.20191205
|
Thursday, 28 Nov 2019
|
08:21 decke
net/wireguard: Update to 0.0.20191127
|
Monday, 14 Oct 2019
|
09:11 decke
net/wireguard: Update to 0.0.20191012
MFH: 2019Q4
|
Saturday, 14 Sep 2019
|
17:45 decke
net/wireguard: Update to 0.0.20190913
|
Friday, 6 Sep 2019
|
09:53 decke
net/wireguard: Update to 0.0.20190905
|
Wednesday, 14 Aug 2019
|
03:26 meta
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
|
Tuesday, 2 Jul 2019
|
15:07 decke
net/wireguard: Update to 0.0.20190702
|
Monday, 3 Jun 2019
|
13:15 decke
net/wireguard: Update to 0.0.20190601
|
Friday, 31 May 2019
|
18:49 decke
net/wireguard: Update to 0.0.20190531
|
Tuesday, 23 Apr 2019
|
12:36 decke
net/wireguard: workaround SIOCGIFSTATUS race in FreeBSD kernel
PR: 233955
|
Sunday, 7 Apr 2019
|
10:47 decke
net/wireguard: Update to 0.0.20190406
|
Friday, 29 Mar 2019
|
12:27 decke
net/wireguard: Improve rc.d script to support other userspace implementations
like boringtun
|
Monday, 18 Mar 2019
|
21:18 decke
net/wireguard:
- Cherry pick patch that fixes TMPDIR handling and tmp file leaks on /
- Fix rc.d script to initialize variable
- Bump PORTREVISION
|
Thursday, 28 Feb 2019
|
20:12 decke
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
|
06:59 decke
net/wireguard: Update to 0.0.20190227
|
Saturday, 26 Jan 2019
|
15:07 decke
net/wireguard: Update to 0.0.20190123
|
Tuesday, 18 Dec 2018
|
19:30 decke
net/wireguard: Update to 0.0.20181218
|
Tuesday, 20 Nov 2018
|
08:35 decke
net/wireguard: Update to 0.0.20181119
|
Friday, 16 Nov 2018
|
08:36 decke
net/wireguard: Update to 0.0.20181115
|
Thursday, 25 Oct 2018
|
12:13 decke
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>
|
Thursday, 18 Oct 2018
|
11:49 decke
net/wireguard: Update to 0.0.20181018
- Also remove "sleep 1" from startscript because the race condition has been
fixed upstream.
|
Thursday, 11 Oct 2018
|
12:49 decke
net/wireguard: Add rc.d script
Submitted by: Steve Hay <hay.steve@gmail.com>
|
Monday, 8 Oct 2018
|
10:15 decke
net/wireguard: Update to 0.0.20181007
|
Tuesday, 25 Sep 2018
|
15:21 decke
net/wireguard: Update to 0.0.20180925
|
Wednesday, 19 Sep 2018
|
10:41 decke
net/wireguard: Update to 0.0.20180918
|
Tuesday, 11 Sep 2018
|
07:06 decke
net/wireguard: Update to 0.0.20180910
|
Tuesday, 4 Sep 2018
|
19:52 decke
net/wireguard: Update to 0.0.20180904
|
Friday, 10 Aug 2018
|
06:22 decke
net/wireguard: Update to 0.0.20180809
|
Friday, 3 Aug 2018
|
07:57 decke
net/wireguard: Update to 0.0.20180802
|
Wednesday, 1 Aug 2018
|
07:34 decke
net/wireguard: Update to 0.0.20180731
|
Thursday, 19 Jul 2018
|
06:27 decke
net/wireguard: Update to 0.0.20180718
|
Sunday, 8 Jul 2018
|
20:10 decke
net/wireguard: Update to 0.0.20180708
|
Tuesday, 26 Jun 2018
|
10:14 decke
net/wireguard: Update to 0.0.20180625
|
Thursday, 21 Jun 2018
|
07:59 decke
net/wireguard: Update to 0.0.20180620
|
Thursday, 14 Jun 2018
|
06:12 decke
net/wireguard: Update to 0.0.20180613
|
Thursday, 31 May 2018
|
20:45 decke
- Update to 0.0.20180531
- Remove not needed bash build dependency
|
Thursday, 24 May 2018
|
08:44 decke
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
|
Number of commits found: 61 |