Page MenuHomeFreeBSD

Import & build wg(8)
ClosedPublic

Authored by kevans on Oct 12 2022, 4:27 PM.
Tags
None
Referenced Files
F106946038: D36952.diff
Tue, Jan 7, 9:20 PM
Unknown Object (File)
Fri, Jan 3, 4:54 AM
Unknown Object (File)
Nov 28 2024, 1:45 PM
Unknown Object (File)
Nov 19 2024, 2:35 AM
Unknown Object (File)
Nov 13 2024, 5:28 AM
Unknown Object (File)
Nov 13 2024, 12:26 AM
Unknown Object (File)
Nov 12 2024, 1:24 AM
Unknown Object (File)
Nov 7 2024, 1:07 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