git: 40faa5e518a7 - Create tag vendor/wireguard-tools/v1.0.20210914
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Oct 2022 03:03:44 UTC
The annotated tag vendor/wireguard-tools/v1.0.20210914 has been created by kevans:
URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/wireguard-tools/v1.0.20210914
tag vendor/wireguard-tools/v1.0.20210914
Tagger: Kyle Evans <kevans@FreeBSD.org>
TaggerDate: 2022-10-29 03:00:05 +0000
Tag wireguard-tools v1.0.20210914
This tag is technically inaccurate, but the only two changes after the tag for
wg(8) are to relicense files as MIT and adjust the path to if_wg.h based on its
new location in the tree.
commit 7e00bf8773b93a2a3ee28dba2710d2ae443989f1
Author: Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2022-10-29 02:41:58 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2022-10-29 02:42:39 +0000
Import wireguard-tools for wg(8)
744bfb213144 ("Import the WireGuard driver from zx2c4.com") re-imported
the WireGuard driver with the intention that wg(8) will be used to
manage WireGuard interfaces, as on other platforms, now that wg(8) has
been dual-licensed MIT specifically to allow our use in base (thanks!).
This is a copy of wireguard-tools/src, with files that we don't need
.gitignore'd out to make it more clear that we're only building files
that are either MIT or dual-licensed MIT. We may go with a different
structure later (e.g., if we end up needing to include outside of src/),
but an upstream restructure seems unlikely in the foreseeable future.