Build date: 1736982002 - Wed Jan 15 23:00:02 UTC 2025 Build cvs date: 1736979793 - Wed Jan 15 22:23:13 UTC 2025 Build id: 2025-01-16.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-regress-sys-netinet6-rip6cksum.diff /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-newvers.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P regress/lib/libssl/interop/Makefile P regress/lib/libssl/interop/botan/Makefile P regress/lib/libssl/interop/cert/Makefile P regress/lib/libssl/interop/cipher/Makefile P regress/lib/libssl/interop/netcat/Makefile cvs server: regress/lib/libssl/interop/openssl11/Makefile is no longer in the repository cvs server: regress/lib/libssl/interop/openssl31/Makefile is no longer in the repository cvs server: regress/lib/libssl/interop/openssl32/Makefile is no longer in the repository U regress/lib/libssl/interop/openssl33/Makefile U regress/lib/libssl/interop/openssl34/Makefile P regress/lib/libssl/interop/session/Makefile P regress/lib/libssl/interop/version/Makefile P regress/usr.bin/openssl/appstest.sh P regress/usr.sbin/rpki-client/Makefile P regress/usr.sbin/rpki-client/openssl/Makefile P share/man/man4/video.4 P sys/dev/usb/utvfu.c P sys/dev/usb/uvideo.c P sys/net/if_ethersubr.c P sys/net/if_pppoe.c P sys/net/if_pppoe.h P sys/net/if_sppp.h P sys/net/if_spppsubr.c P sys/sys/videoio.h P usr.bin/pkg-config/OpenBSD/PkgConfig.pm P usr.bin/ssh/servconf.c commit UJivV8eYGhm1QlBK Author: dtucker Date: 2025/01/15 22:23:13 Use strprefix helper when processing sshd -C test args instead of counting bytes by hand. ok djm@ usr.bin/ssh/servconf.c commit X0MwjndjMAcNBJxQ Author: kirill Date: 2025/01/15 20:34:50 sys/videoio.h: sync V4L2 with Linux-6.13-rc7 also, cleanup all __KERNEL__ macroses man update by mglocker@ bulk build and feedback by jca@ OK: jca@ mglocker@ share/man/man4/video.4 sys/dev/usb/utvfu.c sys/dev/usb/uvideo.c sys/sys/videoio.h commit U8pEUKJT2gWeTwii Author: jca Date: 2025/01/15 11:54:36 pkg-config(1): add support for relocatable .pc files Just store the location of the .pc file we're reading, so that it can later be referenced by said .pc file using ${pcfiledir}. Survived a bulk build with patches for librsvg and mono-gtk2 dropped. Limitation pointed out by ajacoutot@, earlier diff reviewed by espie@, Perl cluebat and ok gkoehler@ usr.bin/pkg-config/OpenBSD/PkgConfig.pm commit weEiR0wZ3MNsnz4A Author: tb Date: 2025/01/15 11:00:09 Switrch rpki-client regress to openssl 3.3 regress/usr.sbin/rpki-client/Makefile regress/usr.sbin/rpki-client/openssl/Makefile commit TZab5nn3GCX6Ovk7 Author: tb Date: 2025/01/15 10:54:17 Interop tests for openssl 3.3 and 3.4, retire 3.2, 1.1 (and 3.1 remnants) OpenSSL 1.1 and 3.2 will be removed from the ports tree, so test the two remaining versions. Unfortunately, this requires a lot more manual massaging than there should be. regress/lib/libssl/interop/Makefile regress/lib/libssl/interop/botan/Makefile regress/lib/libssl/interop/cert/Makefile regress/lib/libssl/interop/cipher/Makefile regress/lib/libssl/interop/netcat/Makefile regress/lib/libssl/interop/openssl33/Makefile regress/lib/libssl/interop/openssl34/Makefile regress/lib/libssl/interop/session/Makefile regress/lib/libssl/interop/version/Makefile commit 5XhFRXNcnTY81K7H Author: dlg Date: 2025/01/15 06:15:44 let pppoe data packets go through if_vinput instead of the pppoeinq. provide pppoe_vinput() for ether input to call. if the packet is for data in an established pppoe session, it can push it straight into the stack with if_vinput. otherwise pppoe_vinput returns the packet to ether_input, which can queue it for processing with the existing code. this should improve throughput and reduce jitter for pppoe input, and there's some evidence that it reduces packet loss. tested by maurice janssen and myself. sys/net/if_ethersubr.c sys/net/if_pppoe.c sys/net/if_pppoe.h sys/net/if_sppp.h sys/net/if_spppsubr.c commit eRyArcHIc6GjCPBH Author: tb Date: 2025/01/15 05:02:01 Default to eopenssl33 for other_openssl_bin OpenSSL 1.1 is dead and will soon be removed from the ports tree. At the same time OpenSSL 3.3 will become the default openssl. regress/usr.bin/openssl/appstest.sh