Page MenuHomeFreeBSD

Import & build wg(8)
ClosedPublic

Authored by kevans on Oct 12 2022, 4:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 7, 9:15 AM
Unknown Object (File)
Fri, Sep 26, 7:54 AM
Unknown Object (File)
Thu, Sep 25, 9:33 PM
Unknown Object (File)
Thu, Sep 25, 7:28 PM
Unknown Object (File)
Sep 15 2025, 10:41 AM
Unknown Object (File)
Sep 15 2025, 10:03 AM
Unknown Object (File)
Sep 13 2025, 5:59 AM
Unknown Object (File)
Sep 12 2025, 4:21 PM
Subscribers

Details

Summary

This includes the import of contrib/wireguard-tools; the interesting parts are naturally in usr.bin.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

wg/Makefile looks ok

contrib/wireguard-tools/COPYING
1 ↗(On Diff #111712)

What do you think about stripping wireguard-tools/ down to just the copyfree bits, e.g. just wireguard-tools/src/?

contrib/wireguard-tools/COPYING
1 ↗(On Diff #111712)

Sure, seems reasonable to me.

Re-scope import to just wireguard-tools/src

One final update; re-scope wg import down to both src/ and .gitignore a bunch of files that we don't need (many with GPL-2-only, just to avoid false-positives of folks scanning the tree and wondering if we use those)

This revision is now accepted and ready to land.Oct 29 2022, 3:27 AM