Sync list of supported device in INSTALL.octeon with octeon.html

2021-08-10 Thread Yifei Zhan
Hi, It seems to me that src/distrib/notes/octeon/hardware is out-of-sync with www/octeon.html and some models are missing. The following patch attempts to update src/distrib/notes/octeon/hardware so it contains the same device list as octeon.html. There is one thing I'm unsure about, in octeon

Re: [patch] Preserve keymap adjustments on suspend/resume

2021-08-10 Thread Sergii Rudchenko
On 10 Aug 2021, at 11:26, ropers wrote: > Would this also preserve the LED status (Num, Scroll Lock, etc.)? Nope, only encoding, custom keymap (if any), bell and repeat. LEDs have escaped my attention because they are handled by lower level drivers (pckbd, ukbd, etc), not wskbd. Preserving LEDs

OpenBSD Errata: August 11, 2021 (perl)

2021-08-10 Thread Sebastian Benoit
An errata patch for perl has been released for OpenBSD 6.9. perl(1) Encode (3p) loads a module from an incorrect relative path. Binary updates for the amd64, i386 and arm64 platform are available via the syspatch utility. Source code patches can be found on the respective errata page: https:/

OpenBSD Errata: August 11, 2021 (kernel)

2021-08-10 Thread Sebastian Benoit
An errata patch for the kernel has been released for OpenBSD 6.8 and OpenBSD 6.9. In a specific configuration, wg(4) leaked mbufs. Binary updates for the amd64, i386 and arm64 platform are available via the syspatch utility. Source code patches can be found on the respective errata page: http

scp: tweak man page for -3 by default

2021-08-10 Thread Christian Weisgerber
scp: tweak documentation and error message for -3 by default Now that the -3 option is enabled by default, flip the documentation and an error message from "requires -3" to "blocked by -R". OK? diff 453220bf36dcff10addeceb44e98f71bfeddcd53 f457be8f3b007fb662dd10fb565ab79b602109f5 blob - 97226

Re: ssh match.c: Remove always true condition

2021-08-10 Thread Martin Vahlensieck
Ping, diff reattached with extra context for easier review. On Wed, Jul 21, 2021 at 12:10:31PM +0200, Martin Vahlensieck wrote: > Hi > > After the last commit where consecutive `*' are folded, *pattern is > never '*' here. > > Best, > > Martin > > Index: match.c > =

Re: snmpd: allow sending traps with SNMPv3

2021-08-10 Thread Martijn van Duren
On Mon, 2021-08-09 at 21:44 +0200, Martijn van Duren wrote: > On Tue, 2021-07-27 at 21:28 +0200, Martijn van Duren wrote: > > This diff allows sending traps in SNMPv3 messages. > > It defaults to the global seclevel, but it can be specified on a per > > rule basis. > > > > Diff requires both previ

Re: [patch] Preserve keymap adjustments on suspend/resume

2021-08-10 Thread ropers
Would this also preserve the LED status (Num, Scroll Lock, etc.)? (I'm nobody important and probably can't help, but I'm curious.) Thanks and regards, Ian On 09/08/2021, Sergii Rudchenko wrote: > Pardon my impatience -- I am a newbie and I don't really know what > should happen next (if anythi