Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.20210914_3 22 Jan 2024 15:50:44 |
Muhammad Moinur Rahman (bofh) |
net/wireguard-tools: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
1.0.20210914_2 06 Nov 2023 11:09:20 |
Bernhard Froehlich (decke) |
net/wireguard-tools: Revert kldunload from rc.d scripts
Unloading if_wg(4) kmod was added to rc.d scripts to make sure that a
service restart also reload the kernel module.
Now we don't have frequent updates anymore and the wireguard-kmod port
will soon be gone but people using this script face issues in VNET jails.
This commit reverts 562d171b9dacad8f63e6e4a45035824b10b59341
PR: 274428
Reported by: vedad@kajtaz.net |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.20210914_1 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.0.20210914_1 05 Nov 2021 12:17:08 |
Bernhard Froehlich (decke) Author: Patrick M. Hausen |
net/wireguard-tools: Add status command to rc.d script
PR: 259397
Submitted by: Patrick M. Hausen <pmh@hausen.com> |
1.0.20210914 14 Sep 2021 07:06:05 |
Bernhard Froehlich (decke) |
net/wireguard-tools: Update to 1.0.20210914 |
1.0.20210424 25 Apr 2021 12:00:29 |
Bernhard Froehlich (decke) |
net/wireguard-tools: Update to 1.0.20210424 |
1.0.20210315_4 18 Apr 2021 05:49:18 |
Po-Chuan Hsieh (sunpoet) |
net/wireguard-tools: Use WRKSRC_SUBDIR
Approved by: portmgr (blanket) |
1.0.20210315_4 07 Apr 2021 19:46:38 |
Bernhard Froehlich (decke) |
net/wireguard-tools: Various fixes for the rc.d scripts
- Introduce wireguard_confdir to rc.d script
- Fix variables and load_rc_config order in rc.d script
- Change rc.d scripts to run earlier after NETWORKING is available
Submitted by: niels@netbox.org |
1.0.20210315_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.20210315_3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.0.20210315_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.20210315_3 25 Mar 2021 09:51:24 |
decke |
net/wireguard-tools: Make sure our rc.d script is always called "wireguard"
independent if we are using the wg-quick or lite version because it is
what users expect and are used to. |
1.0.20210315_2 25 Mar 2021 07:34:06 |
decke |
net/wireguard-tools: Unload if_wg kernel module after stop if it was loaded
This helps to reload also the kernel module after an update with a simple
restart or stop/start of the service. |
1.0.20210315_1 23 Mar 2021 19:59:43 |
decke |
net/wireguard-tools: Add patches to fix hang at stop/restart
PR: 254328
Submitted by: Jason A. Donenfeld <Jason@zx2c4.com>
Reported by: Oleg Strizhak <oleg@pcbtech.ru> |
1.0.20210315 22 Mar 2021 12:07:45 |
decke |
net/wireguard-tools: Repocopy from net/wireguard, flavorize and add rc.d script
for lite flavor |