Build date: 1763247602 - Sat Nov 15 23:00:02 UTC 2025 Build cvs date: 1763233219 - Sat Nov 15 19:00:19 UTC 2025 Build id: 2025-11-16.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 regress/lib/libcrypto/bn/bn_test.c P sys/arch/amd64/stand/libsa/softraid_amd64.c P sys/arch/arm64/stand/efiboot/softraid_arm64.c P sys/arch/i386/stand/libsa/softraid_i386.c P sys/arch/riscv64/stand/efiboot/softraid_riscv64.c M sys/dev/usb/uhidev.c M usr.sbin/bgpd/session.c commit Jh4h3IEwqSUBMftM Author: deraadt Date: 2025/11/15 19:00:19 bootblock softraid code was assuming struct disklabel fits in a 512 byte buffer. That is no longer true, since the on-disk is being seperated from the in-memory. ok krw florian hshoexer sys/arch/amd64/stand/libsa/softraid_amd64.c sys/arch/arm64/stand/efiboot/softraid_arm64.c sys/arch/i386/stand/libsa/softraid_i386.c sys/arch/riscv64/stand/efiboot/softraid_riscv64.c commit 9Tf8BYZNqFJQKdog Author: tb Date: 2025/11/15 16:30:10 bn_test: avoid last use of BN_HEX_FMT1 in libressl regress/lib/libcrypto/bn/bn_test.c commit YQSG4RVMqvx1GXRa Author: tb Date: 2025/11/15 16:26:00 bn_test: remove dead code We haven't defined SIXTY_FOUR_BITS in a long time, if ever. The last #undef SIXTY_FOUR_BITS were removed when we cleaned up opensslconf.h. Code behind #ifdef SIXTY_FOUR_BITS is therefore dead. regress/lib/libcrypto/bn/bn_test.c