Re: Re-importing WireGuard driver and utilities
John Baldwin <[email protected]>
| Newsgroups | gmane.os.freebsd.architechture |
|---|---|
| Message-ID | <[email protected]> |
On 10/30/22 1:02 PM, Evilham wrote: > Hey, > > On dj., oct. 13 2022, John Baldwin wrote: > >> Over the past several months, I have spent some time reviewing >> the >> WireGuard driver including its interactions with the rest of the >> kernel and its use of crypto in the kernel. This work was >> sponsored >> by the FreeBSD Foundation and had a few goals: > > Thanks for all the work, I noticed something that might be related > to how these changes interact with pkgbase: > > On pkg upgrade: > > - FreeBSD-runtime-dev-14.snap20221029192512 [evilham-base] > conflicts with FreeBSD-runtime-14.snap20221029192512 > [evilham-base] on /usr/include/dev/wg/if_wg.h > > Aka: the if_wg.h headers are included on both packages, how is > this fixed? :-D would love to learn that. I have no idea. I can't figure out how it ended up in runtime-dev reading include/Makefile which has a default PACKAGES of runtime. -- John Baldwin