CVS: cvs.openbsd.org: src

2023-03-15 Thread Klemens Nanni
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2023/03/16 00:57:11

Modified files:
share/man/man4 : bwfm.4 

Log message:
revert previous, stsp made WEP work on bwfm(4)



CVS: cvs.openbsd.org: www

2023-03-15 Thread Damien Miller
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2023/03/15 21:54:49

Modified files:
openssh: releasenotes.html security.html 
openssh/txt: release-9.3 

Log message:
typo; spotted by Alexander H



CVS: cvs.openbsd.org: www

2023-03-15 Thread Damien Miller
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2023/03/15 16:58:08

Modified files:
build  : Makefile 
build/mirrors  : openssh-ftp.html.head 
openssh: ftp.html index.html openbsd.html 
 releasenotes.html security.html 
openssh/txt: release-9.3 

Log message:
openssh-9.3



CVS: cvs.openbsd.org: src

2023-03-15 Thread Stefan Sperling
CVSROOT:/cvs
Module name:src
Changes by: s...@cvs.openbsd.org2023/03/15 16:47:35

Modified files:
sys/dev/ic : bwfm.c 

Log message:
make WEP encryption work on bwfm(4)

based on an initial diff by jsg@
brokenness pointed out by kn@
ok jsg@



CVS: cvs.openbsd.org: www

2023-03-15 Thread Damien Miller
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2023/03/15 16:43:27

Added files:
openssh/txt: release-9.3 

Log message:
openssh-9.3 release notes



CVS: cvs.openbsd.org: src

2023-03-15 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/03/15 16:39:58

Modified files:
sbin/route : route.8 

Log message:
tweak sourceaddr:

- remove "-inet|-inet6" as it is not generally meaningful
- remove the qualifier "if set": sourceaddr now works nicely in cases
where no "address is given



CVS: cvs.openbsd.org: src

2023-03-15 Thread Todd C . Miller
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2023/03/15 16:12:00

Modified files:
lib/libc/asr   : asr_utils.c getrrsetbyname_async.c 
lib/libc/net   : res_comp.c 

Log message:
Fix a number of out of bound reads in DNS response parsing.
Originally from djm@.  OK deraadt@ florian@ bluhm@



CVS: cvs.openbsd.org: src

2023-03-15 Thread Sebastian Benoit
CVSROOT:/cvs
Module name:src
Changes by: be...@cvs.openbsd.org   2023/03/15 15:42:23

Modified files:
share/man/man8 : afterboot.8 

Log message:
state that binary updates are not available for all platforms/architectures.
triggered by a bug report by 'kodcode', thanks.
wording adjusted by jmc@, ok phessler@



CVS: cvs.openbsd.org: src

2023-03-15 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2023/03/15 15:19:57

Modified files:
usr.bin/ssh: version.h 

Log message:
openssh-9.3



CVS: cvs.openbsd.org: src

2023-03-15 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2023/03/15 13:54:32

Modified files:
etc/root   : root.mail 

Log message:
slightly earlier, and tweak some dates



CVS: cvs.openbsd.org: src

2023-03-15 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2023/03/15 13:23:22

Modified files:
usr.bin/tmux   : cmd-display-menu.c popup.c 

Log message:
Do not leak screen in popups, GitHub issue 3492.



CVS: cvs.openbsd.org: src

2023-03-15 Thread Todd C . Miller
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2023/03/15 11:01:35

Modified files:
lib/libskey: skeylogin.c 

Log message:
Fix the length check when computing a fake challenge for users not
in the S/Key database.  If the system hostname is longer than 126
characters this could result in NUL bytes being written past the
end of a stack buffer.  There is no impact on systems with a hostname
126 characters or less.  Found by Qualys.  OK deraadt@



CVS: cvs.openbsd.org: www

2023-03-15 Thread Theo de Raadt
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2023/03/15 10:49:49

Modified files:
.  : innovations.html 

Log message:
correct sparc64 xonly related info



CVS: cvs.openbsd.org: www

2023-03-15 Thread Theo de Raadt
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2023/03/15 10:50:03

Modified files:
.  : 73.html 

Log message:
correct year



CVS: cvs.openbsd.org: src

2023-03-15 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2023/03/15 07:01:40

Modified files:
sys/dev/acpi   : acpi.c 

Log message:
Add missing nameref resolving for the _DEP() package elements that indicate
dependencies between ACPI devices.

ok dlg@, deraadt@



CVS: cvs.openbsd.org: src

2023-03-15 Thread Job Snijders
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/03/15 05:09:34

Modified files:
usr.sbin/rpki-client: filemode.c 

Log message:
Show MFTs as part of the signature path

no objection tb@



CVS: cvs.openbsd.org: src

2023-03-15 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2023/03/15 02:43:51

Modified files:
sbin/route : route.c 

Log message:
For now pass AF_UNSPEC to printsource() to ensure that both inet and inet6
addrs are fetched from the kernel. This needs more cleanup.



CVS: cvs.openbsd.org: src

2023-03-15 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2023/03/15 02:42:14

Modified files:
sbin/route : show.c 

Log message:
Make route sourceaddr always print the used addresses for inet and inet6.
Print 'default' if no sourceaddr is set and the default algorithm is used.
With and OK kn@ deraadt@



CVS: cvs.openbsd.org: src

2023-03-15 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/03/15 02:36:33

Modified files:
sys/dev/pci/drm/amd/amdgpu: amdgpu_vcn.c 

Log message:
drm/amdgpu/vcn: Disable indirect SRAM on Vangogh broken BIOSes

>From Guilherme G. Piccoli in amd-staging-drm-next
https://gitlab.freedesktop.org/drm/amd/-/issues/2385

This fixes amdgpu failing to init on Steam Deck after the drm 6.1 update:

[drm] failed to load ucode VCN0_RAM(0x3A) [drm] psp gfx command LOAD_IP_FW(0x6)
failed and response status is (0x)
[drm] *ERROR* ring vcn_dec_0 test failed (-60)
[drm] *ERROR* hw_init of IP block  failed -60
drm:pid0:amdgpu_device_init *ERROR* amdgpu_device_ip_init failed
drm:pid0:amdgpu_attachhook *ERROR* Fatal error during GPU init

reported and tested by bentley@ on:
bios0: vendor Valve version "F7A0113" date 11/04/2022
bios0: Valve Jupiter



CVS: cvs.openbsd.org: src

2023-03-15 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/03/15 02:24:56

Modified files:
sys/dev/pci/drm: drm_linux.c 

Log message:
handle dmi_get_system_info(DMI_BIOS_VERSION)



CVS: cvs.openbsd.org: src

2023-03-15 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/03/15 02:20:52

Modified files:
sys/arch/i386/i386: bios.c 
sys/arch/amd64/amd64: bios.c 

Log message:
store bios version, needed for amdgpu Steam Deck quirk



CVS: cvs.openbsd.org: src

2023-03-15 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2023/03/15 02:15:39

Modified files:
usr.bin/tmux   : arguments.c cmd-command-prompt.c cmd-parse.y 

Log message:
Fix command prompt not to always append argument but only if there has
actually been expansion. GitHub issue 3493.