CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/24 08:32:59 Modified files: www/mozilla-firefox: Makefile Log message: Disable btcfi and exec-only in Firefox on aarch64 for now. The bundled copy of libdav1d doesn't have the asm fixes from the (older) version in ports - while many hunks of the patches apply directly to the newer code here, it needs more aarch64 asm knowledge than I have to port the rest across. landry@ has a diff (based on gentoo patches) to build against system versions of dav1d and aom - that's generally what we want longer-term, but this more- targetted change is safer for release (and avoids downgrading the version of dav1d used in firefox past some security fixes). ok tb@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2024/09/24 13:34:01 Modified files: usr.sbin/vmd : vmd.8 Log message: vmd(8) manpage change for shutdown behaviour Document the shutdown behaviour for vmd(8). Suggested via bugs@ via eric at mulh.net. ok jmc@, bluhm@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/09/24 14:02:39 Modified files: usr.sbin/vmd : vmd.8 Log message: - VM(s) -> VMs - simpler tense - fix the -width parameter - add -nosplit to AUTHORS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/24 14:15:03 Modified files: www/tor-browser/browser: Makefile Log message: apply same aarch64 fix to tor-browser as firefox (USE_NOBTCFI, USE_NOEXECONLY) ok naddy CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/09/24 19:24:04 Modified files: usr.bin/ssh : misc.c misc.h readconf.c servconf.c Log message: fix regression introduced when I switched the "Match" criteria tokeniser to a more shell-like one. Apparently the old tokeniser (accidentally?) allowed "Match criteria=argument" as well as the "Match criteria argument" syntax that we tested for. People were using this syntax so this adds back support for "Match criteria=argument" bz3739 ok dtucker CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/09/24 22:19:36 Modified files: usr.sbin/vmd : sev.c Log message: document why sys/param.h is used CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/09/25 00:13:01 Modified files: bin/ksh : ksh.1 usr.bin/dig : dig.1 usr.bin/ssh : ssh_config.5 usr.bin/systat : systat.1 Log message: remove some unneeded Xo/Xc calls; from evan silberman the original diff had a couple of errors, which i've fixed CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/09/25 00:34:34 Modified files: www/chromium : Makefile www/chromium/patches: patch-base_compiler_specific_h www/iridium : Makefile www/iridium/patches: patch-base_compiler_specific_h www/ungoogled-chromium: Makefile www/ungoogled-chromium/patches: patch-base_compiler_specific_h Log message: disable the preserve_most attribute on arm64 as it breaks retguard ok sthen@, naddy@