Page MenuHomeFreeBSD

Import & build wg(8)
ClosedPublic

Authored by kevans on Oct 12 2022, 4:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 3, 7:49 AM
Unknown Object (File)
Sun, Jan 26, 5:56 PM
Unknown Object (File)
Fri, Jan 24, 7:26 PM
Unknown Object (File)
Fri, Jan 24, 5:18 PM
Unknown Object (File)
Jan 9 2025, 5:51 PM
Unknown Object (File)
Jan 9 2025, 5:50 PM
Unknown Object (File)
Jan 9 2025, 5:44 PM
Unknown Object (File)
Jan 9 2025, 6:26 AM
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