Build date: 1762556403 - Fri Nov 7 23:00:03 UTC 2025 Build cvs date: 1762545571 - Fri Nov 7 19:59:31 UTC 2025 Build id: 2025-11-08.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P lib/libcrypto/bn/bn.h P lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 P sys/dev/pci/if_rge.c P sys/dev/pci/pcidevs P sys/dev/pci/pcidevs.h P sys/dev/pci/pcidevs_data.h P sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h M sys/dev/usb/uhidev.c P sys/net/if_veb.c P usr.bin/ssh/ssh-agent.c P usr.bin/ssh/sshkey.c P usr.bin/tmux/tty-term.c P usr.bin/tmux/window-copy.c P usr.sbin/bgpd/rde_rib.c M usr.sbin/bgpd/session.c commit 20r7XoD4rTikaUTt Author: schwarze Date: 2025/11/07 19:59:31 move the sentence about X509_VERIFY_PARAM_get_hostflags(3) to the right section and mention the value returned if X509_VERIFY_PARAM_set_hostflags(3) was never called; OK tb@ kenjiro@ lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 commit c2SJhsXMwIUaGFGx Author: jsing Date: 2025/11/07 13:41:40 Use 64 bit BN_ULONG on 64 bit Windows platforms. 64 bit Windows is a special LLP snowflake and it is currently incorrectly using 32 bit BN_ULONG, since _LP64 is not defined. Enable 64 bit BN_ULONG if _LP64 or _WIN64 is defined. ok tb@ lib/libcrypto/bn/bn.h commit bSzXQfhvZskU60D3 Author: jsg Date: 2025/11/07 12:43:47 correct test for COLORTERM containing 256 found with smatch, ok nicm@ usr.bin/tmux/tty-term.c commit oQSkuQdj4iXMIfHe Author: claudio Date: 2025/11/07 12:33:42 There is no need to check that asp is valid in the pftable case. Fixes CID 492349, 492350 OK tb@ usr.sbin/bgpd/rde_rib.c commit 5IA9juKP3ZMuFnjI Author: jsg Date: 2025/11/07 12:30:36 consistently use tabs for indentation found with smatch, ok nicm@ usr.bin/tmux/window-copy.c commit CUzBMWDVcDgICRvs Author: dlg Date: 2025/11/07 09:57:29 it makes more sense to count ether_offload_ifcap failures as output errors not input errors. bluhm@ asked if i made a copy/paste mistake, and i think i did. sys/net/if_veb.c commit f0lLwwmfkZaS2QCN Author: dlg Date: 2025/11/07 09:50:03 remove the ipsec interception code. i wrote it cos bridge(4) allowed ipsec to apply policy to ip packets as they traversed the bridge, but the locking and packet gymnastics meant it was never enabled. i'm no longer interested in making veb feature compatible with bridge(4), so this code can go. it's in the attic if it's needed in the future though. no functional change. sys/net/if_veb.c commit WUS7e6C4hw1IQiZm Author: tb Date: 2025/11/07 06:29:45 sshkey_ec_validate_public: zap trailing blank I missed on review usr.bin/ssh/sshkey.c commit WzjtmvdTOlcBme9i Author: jsg Date: 2025/11/07 05:08:32 regen sys/dev/pci/pcidevs.h sys/dev/pci/pcidevs_data.h commit sG0G7s9LdO2eoCiF Author: jsg Date: 2025/11/07 05:06:42 add more Cyan Skillfish device ids matches devices added in linux 1e18746381793bef7c715fc5ec5611a422a75c4c which is queued for linux 6.12.58 sys/dev/pci/pcidevs sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h commit UF8tsaQ95XQbbAim Author: djm Date: 2025/11/07 04:33:52 Escape SSH_AUTH_SOCK paths that are sent to the shell as setenv commands. Unbreaks ssh-agent for home directory paths that contain whitespace. Based on fix from Beat Bolli via bz3884; feedback/ok dtucker@ usr.bin/ssh/ssh-agent.c commit lTVkLPKOpnZcFVaW Author: djm Date: 2025/11/07 04:11:59 Remove some unnecessary checks in sshkey_ec_validate_public() Checking nQ == infinity is not needed for cofactor 1 curves. Checking x and y coordinates against order is not needed either. patch from Szil\M-C\M-!rd Pfeiffer, with further refinement by tb@ ok tb@ usr.bin/ssh/sshkey.c commit 3fQUJriO4IHdKvcp Author: kevlo Date: 2025/11/07 02:02:47 For RTL8125, there's no need to check whether RGE_CMD_STOPREQ has been completed. As with other chip variants, RGE_CMD_STOPREQ never acknowledges completion. Reported by Geoff Steckel sys/dev/pci/if_rge.c