Re: Possible typo in fw_update

2022-12-11 Thread chohag
Andrew Hewus Fresh writes: > On Sun, Dec 11, 2022 at 08:06:24PM -0500, Rob Whitlock wrote: > > On line 408, fw_update has the expression ${LOCALSRC:#file:}. The parameter > > substitution ${name:#word} is not documented in the manual page for ksh yet > > its behavior seems to be equivalent to ${LOC

Re: dhcpinform only on dhcpd -u

2022-12-11 Thread All
Hi, Perhaps I was not really clear about this. What is the rationale to only have DHCP server to reply to DHCPINFORM messages and never serve any ip leases while we bind it to UDP socket?  Currently, dhcp server will only serve ip addresses if its using raw sockets, replaying to broadcasts etc. 

Re: Possible typo in fw_update

2022-12-11 Thread Kastus Shchuka
On Sun, Dec 11, 2022 at 08:06:24PM -0500, Rob Whitlock wrote: > On line 408, fw_update has the expression ${LOCALSRC:#file:}. The parameter > substitution ${name:#word} is not documented in the manual page for ksh yet > its behavior seems to be equivalent to ${LOCALSRC#file:}. Assuming this is > a

Re: Possible typo in fw_update

2022-12-11 Thread Andrew Hewus Fresh
On Sun, Dec 11, 2022 at 08:06:24PM -0500, Rob Whitlock wrote: > On line 408, fw_update has the expression ${LOCALSRC:#file:}. The parameter > substitution ${name:#word} is not documented in the manual page for ksh yet > its behavior seems to be equivalent to ${LOCALSRC#file:}. Assuming this is > a

No

2022-12-11 Thread Randall Gellens
I have a Protectli box that is the router for my home network. The home network uses U-Verse to connect to the outside, and has separate Ethernet networks for servers, wired clients, and Wi-Fi IoT clients. U-Verse supplies their own box (a "Residential Gateway" or RG) that sits at the connectio

Need to add dummy IP addresses to interfaces in OpenBSD 7

2022-12-11 Thread Randall Gellens
[[[ My apologies, I accidentally sent this before I'd finished it. ]]] I have a Protectli box that is the router for my home network. The home network uses U-Verse to connect to the outside, and has separate Ethernet networks for servers, wired clients, and Wi-Fi IoT clients. U-Verse supplies

Possible typo in fw_update

2022-12-11 Thread Rob Whitlock
On line 408, fw_update has the expression ${LOCALSRC:#file:}. The parameter substitution ${name:#word} is not documented in the manual page for ksh yet its behavior seems to be equivalent to ${LOCALSRC#file:}. Assuming this is a typo, a patch is provided to remove the colon. If it is not a typo, co

ex/vi 100% CPU when STDIN_FILENO set to O_NONBLOCK

2022-12-11 Thread Jeremy Mates
... 42136 ex RET read -1 errno 35 Resource temporarily unavailable 42136 ex CALL read(0,0x3d94b585400,0xff) 42136 ex RET read -1 errno 35 Resource temporarily unavailable 42136 ex CALL read(0,0x3d94b585400,0xff) ... this condition can be

Re: Problems with IO::Socket::SSL since upgraded to 7.2

2022-12-11 Thread Stuart Henderson
On 2022-12-11, Alceu Rodrigues de Freitas Junior wrote: > > > Em 11/12/2022 07:34, Stuart Henderson escreveu: >> On 2022-12-10, Alceu Rodrigues de Freitas Junior >> wrote: >>> If I read correctly, the Mikrotik is using an SSLv3 certificate, which I >>> guess shouldn't be in use anymore. >> >>

premature end of data for lang/go package (mips64)

2022-12-11 Thread void
Hello misc@ I get the following error when trying to install go (for mips64/octeon): # pkg_add go quirks-6.42 signed on 2022-10-08T21:12:07Z Ustar [http://cdn.openbsd.org/pub/OpenBSD/7.2/packages/mips64/go-1.19.1p0.tgz][go/pkg/openbsd_mips64/cmd/compile/internal/reflectdata.a]: Premature end of

Re: Problems with IO::Socket::SSL since upgraded to 7.2

2022-12-11 Thread Alceu Rodrigues de Freitas Junior
Em 11/12/2022 07:34, Stuart Henderson escreveu: On 2022-12-10, Alceu Rodrigues de Freitas Junior wrote: If I read correctly, the Mikrotik is using an SSLv3 certificate, which I guess shouldn't be in use anymore. There's no such thing as "an SSLv3 certificate", they are all just X.509 cert

Re: Problems with IO::Socket::SSL since upgraded to 7.2

2022-12-11 Thread Federico Giannici
On 12/11/22 11:34, Stuart Henderson wrote: The security level stuff was only recently added to libressl, it is still hidden behind #ifndef for libressl in p5-Net-SSLeay. I think you can set it in the ciphers string though, if it is ADH maybe you need something like "ADH:ALL:@SECLEVEL=0" (though

Re: Problems with IO::Socket::SSL since upgraded to 7.2

2022-12-11 Thread Stuart Henderson
On 2022-12-11, Stuart Henderson wrote: > On 2022-12-10, Alceu Rodrigues de Freitas Junior > wrote: >> If I read correctly, the Mikrotik is using an SSLv3 certificate, which I >> guess shouldn't be in use anymore. > > There's no such thing as "an SSLv3 certificate", they are all just X.509 > cer

Re: Problems with IO::Socket::SSL since upgraded to 7.2

2022-12-11 Thread Stuart Henderson
On 2022-12-10, Alceu Rodrigues de Freitas Junior wrote: > If I read correctly, the Mikrotik is using an SSLv3 certificate, which I > guess shouldn't be in use anymore. There's no such thing as "an SSLv3 certificate", they are all just X.509 certs. The sslv3 refers to the type of alert, sslv3 al