Hacked? Don't do what I did

2022-09-17 Thread Austin Hook
I noticed recently that some if my /bsd files are changing dates: First the data, then below, I note my guess as to what's happening... An Internet facing server: ls -lT /bsd* -rwx-- 1 rootwheel 20956100 Aug 14 09:54:46 2022 bsd -rwx-- 1 rootwheel 20954372 Jul 31 01:17:13

Re: Wg-quick warns that unwind may leak DNS queries

2022-09-17 Thread Michael
On 09/15/22 04:18PM, Stuart Henderson wrote: > On 2022-09-15, David A. Pocock wrote: > > From the unwind manpage: > > > >> unwind sends DNS queries to nameservers to answer queries and switches to > >> resolvers learned from dhclient(8), dhcpleased(8) or slaacd(8) if it > >> detects that DNS queri

Re: Updating iwx firmware to 20220708 from 7.2 branch

2022-09-17 Thread Stefan Sperling
On Sat, Sep 17, 2022 at 09:17:03PM +0200, Quentin Schibler wrote: > I have a laptop using an AX210 network card (no ethernet), > which is supported by -current, but not by 7.1. > I installed 7.1 without configuring network, > rebooted, and dumped the iwx firmware > 20220708 onto a USB key. > > I

Updating iwx firmware to 20220708 from 7.2 branch

2022-09-17 Thread Quentin Schibler
I have a laptop using an AX210 network card (no ethernet), which is supported by -current, but not by 7.1. I installed 7.1 without configuring network, rebooted, and dumped the iwx firmware 20220708 onto a USB key. I tried to fw_update -p . but it did not detected iwx as added iwx. I tried fw_upd

Re: Qt6 and XCB plugin missing

2022-09-17 Thread Stuart Henderson
On 2022-09-17, S V wrote: > Hello, > > I noticed that Qt6 from packages and ports missing xcb plugin (in qtbase), > but Qt5 has it. That's this file, isn't it? $ pkglocate XcbQpa.so qt6-qtbase-6.3.1p0:x11/qt6/qtbase,-main:/usr/local/lib/libQt6XcbQpa.so.1.0 qtbase-5.15.6:x11/qt5/qtbase,-main:/usr

Qt6 and XCB plugin missing

2022-09-17 Thread S V
Hello, I noticed that Qt6 from packages and ports missing xcb plugin (in qtbase), but Qt5 has it. Was trying to dive little to patches to both 5 and 6, but can't find anything that relates to it in 5. What's happening? Did porter just omit it for now or Qt6 starts to "soft deprecate" xcb? Anybod