Page MenuHomeFreeBSD

Import & build wg(8)
ClosedPublic

Authored by kevans on Oct 12 2022, 4:27 PM.
Tags
None
Referenced Files
F97513326: D36952.diff
Sun, Sep 29, 8:16 PM
Unknown Object (File)
Fri, Sep 27, 7:35 PM
Unknown Object (File)
Fri, Sep 27, 6:47 PM
Unknown Object (File)
Thu, Sep 26, 11:01 PM
Unknown Object (File)
Thu, Sep 19, 10:04 PM
Unknown Object (File)
Tue, Sep 17, 10:26 AM
Unknown Object (File)
Aug 27 2024, 7:50 AM
Unknown Object (File)
Aug 27 2024, 7:50 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