Build date: 1772838003 - Fri Mar 6 23:00:03 UTC 2026 Build cvs date: 1772836413 - Fri Mar 6 22:33:33 UTC 2026 Build id: 2026-03-07.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 distrib/syspatch/diff.sh P lib/libcrypto/mlkem/mlkem_internal.c P lib/libradius/Makefile P lib/libz/inflate.c P regress/usr.bin/ssh/modpipe.c P regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_fuzz.c P regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c P regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_crypto.c P regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_fuzz.c P regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c P regress/usr.bin/ssh/unittests/test_helper/test_helper.c P regress/usr.bin/ssh/unittests/test_helper/test_helper.h M sys/dev/usb/uhidev.c P sys/dev/usb/uplcom.c P sys/lib/libz/inflate.c P usr.bin/tmux/cmd-display-menu.c P usr.bin/tmux/grid.c P usr.bin/tmux/server-client.c P usr.sbin/bgpd/bgpd.h P usr.sbin/bgpd/bitmap.c P usr.sbin/bgpd/rde.c M usr.sbin/bgpd/session.c commit uDx7qL6rQRT1z6gC Author: kettenis Date: 2026/03/06 22:33:33 Add support for more line speeds. ok deraadt@ sys/dev/usb/uplcom.c commit jHZbCqjIpYQRjrQ7 Author: robert Date: 2026/03/06 13:16:59 ignore tar files while diffing destdirs for syspatch as we don't care about them distrib/syspatch/diff.sh commit SaOsflgL6aOFbMcw Author: claudio Date: 2026/03/06 13:10:14 Properly export the bitmap count and size. I decided to not pull in rdemem into bitmap.c so instead create bitmap_get_stats() which is called in the IMSG_CTL_SHOW_RIB_MEM handler to update the rdemem stats before the exporting them. OK tb@ usr.sbin/bgpd/bgpd.h usr.sbin/bgpd/bitmap.c usr.sbin/bgpd/rde.c commit eHQA7grQx0t78ZFQ Author: kenjiro Date: 2026/03/06 09:22:29 mlkem: use timingsafe_memcmp() in decapsulation Replace memcmp() with timingsafe_memcmp() when comparing the re-encrypted ciphertext. FIPS 203 Section 6.3 defines this comparison result as a secret piece of intermediate data that must not be revealed in any form. ok tb lib/libcrypto/mlkem/mlkem_internal.c commit httw4L2Kabq2pcEi Author: tb Date: 2026/03/06 08:19:22 tmux: don't leak menu if the tty is too small to display it ok nicm usr.bin/tmux/cmd-display-menu.c commit diodaK5ND3FqFKQM Author: nicm Date: 2026/03/06 08:09:58 Do not use recallocarray because the stored size may have changed during reflow so may not match what it expects, fixes crash reported by Caspar Schutijser. usr.bin/tmux/grid.c commit aargDalOrRDNOiWa Author: robert Date: 2026/03/06 07:57:59 add ${VERSION_SCRIPT} to CLEANFILES ok tb@, yasuoka@; input from miod@ lib/libradius/Makefile commit nROCnjr605kTqjJd Author: dtucker Date: 2026/03/06 07:06:45 Move OpenBSD CVS ID marker to top of file to avoid conflicts when syncing changes to portable. regress/usr.bin/ssh/modpipe.c commit 78myNsRktG5dvXqu Author: dtucker Date: 2026/03/06 06:57:33 Replace u_intXX_t types with the equivalent C99 uintXX_t types to match similar change to the main ssh code. regress/usr.bin/ssh/modpipe.c regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_fuzz.c regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_crypto.c regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_fuzz.c regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c regress/usr.bin/ssh/unittests/test_helper/test_helper.c regress/usr.bin/ssh/unittests/test_helper/test_helper.h commit DsvTjnBaLGgWPEtK Author: tb Date: 2026/03/06 05:37:06 zlib: sync with userland sys/lib/libz/inflate.c commit TBglajWEAo3hnRpN Author: tb Date: 2026/03/06 05:36:42 zlib: zero out allocation to avoid info leak (part of ZLB-01-003) commit ecbaf031f81ddfcff200dcfd052df48c9047f3cf Author: Mark Adler Date: Sun Jan 11 09:46:29 2026 -0800 Zero inflate state on allocation. To further guard against the propagation of uninitialized memory. lib/libz/inflate.c commit hCVfEhE3yyGII1NC Author: tb Date: 2026/03/06 05:32:46 zlib: sync with userland sys/lib/libz/inflate.c commit IbIDyvCWicOWpbxP Author: tb Date: 2026/03/06 05:31:58 inflateCopy: fix a heap info leak (part of ZLB-01-003) commit 3509ab515f29002f64455d6e34e19df0c16b1707 Author: Mark Adler Date: Sun Dec 21 18:34:14 2025 -0800 Copy only the initialized window contents in inflateCopy. To avoid the propagation and possible disclosure of uninitialized memory contents. lib/libz/inflate.c commit Cc0bDGd5SV4knsdC Author: nicm Date: 2026/03/05 22:50:14 Fix incorrect condition for creating client name, from Vlad Apostol in GitHub issue 4911. usr.bin/tmux/server-client.c