Build date: 1778450403 - Sun May 10 22:00:03 UTC 2026 Build cvs date: 1778428658 - Sun May 10 15:57:38 UTC 2026 Build id: 2026-05-11.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/man/X509v3_addr_add_inherit.3 P libexec/ld.so/library.c P libexec/ld.so/library_mquery.c P regress/lib/libcrypto/rsa/rsa_padding_test.c P sys/arch/riscv64/dev/pci_machdep.c P sys/dev/ic/stireg.h P sys/dev/pci/sti_pci.c M sys/dev/usb/uhidev.c P usr.bin/openssl/s_socket.c M usr.sbin/bgpd/session.c P usr.sbin/httpd/config.c P usr.sbin/httpd/httpd.h P usr.sbin/httpd/parse.y commit Fy4FtgNoyWu1xMEY Author: miod Date: 2026/05/10 15:57:38 Almost 26 years ago, when sti(4) was rewritten as an MI driver, some of the pci-related defines for the "bus support" field in the rom information were incorrectly defined. This was not noticed as there was no pci attachment for sti devices yet. Replace these with the correct values, as documented in the sti spec and also in stirom.h found in HP-UX 11i. While there, rework and simplify the logic deciding whether we need to make a ram copy of the rom on pci devices. No functional change, FireGL-UX still won't work. sys/dev/ic/stireg.h sys/dev/pci/sti_pci.c commit VPGD8s08vQnfFwcZ Author: tb Date: 2026/05/10 14:08:02 rsa_padding_test: %i -> %d regress/lib/libcrypto/rsa/rsa_padding_test.c commit TlrLeqAw5iMshdqz Author: tb Date: 2026/05/10 10:35:20 Slightly adjust BUGS section for X509_addr_add_range() Since x509_addr.c r1.95 X509_addr_add_range() clears the unused bits in the maximum, so this is is only true in some implementations. lib/libcrypto/man/X509v3_addr_add_inherit.3 commit 39zJlOIRGJYIJtCK Author: kirill Date: 2026/05/10 10:02:04 usr.sbin/httpd: inherit gzip-static in locations Location configuration inherited most server level options but dropped gzip-static, so requests matching a location skipped static gzip lookup even when the parent server enabled it. Add an explicit no gzip-static state and inherit the gzip flag pair only when the location has not set either form, preserving location specific overrides. Reported by and OK: job@ usr.sbin/httpd/config.c usr.sbin/httpd/httpd.h usr.sbin/httpd/parse.y commit ZxBqRQP7qUiHGYcn Author: kettenis Date: 2026/05/10 09:10:02 While technically allowed, shared libraries without PT_LOAD segments don't really make any sense. Bail out early to avoid the bits of code that assume that we have a PT_LOAD sagment. This avoids a NULL pointer dereference on i386 (which uses library_mquery.c) or bogus mmap calls on other architectures (which use library.c). The potential NULL pointer dereference in library_mquery.c was found by Frank Denis. ok guenther@ libexec/ld.so/library.c libexec/ld.so/library_mquery.c commit Ug4NGZxS2VaEckIa Author: kettenis Date: 2026/05/10 08:47:22 Initialize ih_intrpin for regular (non-vector) MSI interrupts as well. Fixes regular MSIs on the SpacemiT K1 SoC. ok jsg@ sys/arch/riscv64/dev/pci_machdep.c commit cIKCHamyUfhBoLeX Author: kenjiro Date: 2026/05/10 03:26:07 openssl s_socket: do not fail accept on reverse DNS lookup failure Found by Frank Denis usr.bin/openssl/s_socket.c