OpenBSD/ports LGCyVkksecurity/web-eid-app Makefile distinfo, security/web-eid-app/patches patch-src_app_CMakeLists_txt patch-lib_libelectronic-id_CMakeLists_txt

   update to web-eid 2.10.0
VersionDeltaFile
1.9+2-2security/web-eid-app/distinfo
1.25+1-2security/web-eid-app/Makefile
1.6+1-1security/web-eid-app/patches/patch-src_app_CMakeLists_txt
1.2+1-1security/web-eid-app/patches/patch-lib_libelectronic-id_CMakeLists_txt
+5-64 files

OpenBSD/ports SGzqFJNlang/rust rust.port.mk distinfo, lang/rust/patches patch-src_doc_rustc_src_platform-support_openbsd_md patch-library_unwind_src_lib_rs

   lang/rust: update to 1.98.0

   Announce: https://blog.rust-lang.org/2026/08/20/Rust-1.98.0/
   Release notes: https://doc.rust-lang.org/stable/releases.html#version-1980-2026-08-20

   sparc64 switched to clang (from tb@)
VersionDeltaFile
1.30+105-37lang/rust/pkg/PLIST-src
1.4+13-12lang/rust/patches/patch-compiler_rustc_llvm_build_rs
1.168+10-10lang/rust/distinfo
1.1+18-0lang/rust/patches/patch-src_doc_rustc_src_platform-support_openbsd_md
1.1+18-0lang/rust/patches/patch-library_unwind_src_lib_rs
1.25+3-10lang/rust/rust.port.mk
+167-696 files not shown
+179-8112 files

OpenBSD/src qbfJQN5sbin/dhcpleased engine.c

   Do not try to configure 0.0.0.0 (INADDR_ANY) on an interface.

   If we indicate a preference for IPv6-only (DHCP option 108), the
   server does not offer an IP address (indicated by INADDR_ANY), so we
   must first check if the server supported option 108 before checking if
   we received an IPv4 offer.

   Logic error pointed out and diff provided by acts1631 at proton.me,
   thanks!
VersionDeltaFile
1.70+10-5sbin/dhcpleased/engine.c
+10-51 files

OpenBSD/ports KjQm55smail/mozilla-thunderbird distinfo Makefile, mail/thunderbird-i18n Makefile.inc distinfo

   mail/mozilla-thunderbird: update to 153.1.1.

   see https://www.thunderbird.net/en-US/thunderbird/153.1.1esr/releasenotes/
VersionDeltaFile
1.308+132-132mail/thunderbird-i18n/distinfo
1.325+2-2mail/mozilla-thunderbird/distinfo
1.539+2-2mail/mozilla-thunderbird/Makefile
1.282+1-1mail/thunderbird-i18n/Makefile.inc
+137-1374 files

OpenBSD/src tj4HeK9lib/libcrypto/x509 x509_verify.c

   Don't drop X509_V_ERR_HOSTNAME_MISMATCH when verify callback returns 1

   While not the advised way of using the verify callback (either by OpenSSL
   or by us) in production, sometimes folks like to return 1 from everything
   in the callback and then check the error return and make decicions about
   things.

   This fix ensures that such callbacks will see the hostname mismatch and
   be able to act upon them.

   Reported by Alexander Aleksandrovic Klimov
   ok tb@
VersionDeltaFile
1.79+5-2lib/libcrypto/x509/x509_verify.c
+5-21 files

OpenBSD/ports jyr9fOmgraphics/vtk distinfo Makefile, graphics/vtk/pkg PLIST

   graphics/vtk: update to 9.7.0

   Required to update fmt 12.2.0.

   Reported by and ok tb@
VersionDeltaFile
1.6+85-18graphics/vtk/pkg/PLIST
1.16+12-13graphics/vtk/Makefile
1.7+2-2graphics/vtk/distinfo
+99-333 files

OpenBSD/src VfTLlWMusr.sbin/bgpd bgpd.conf.5

   RTR sessions support tcp md5sig. Add the config bits to the manpage.

   Noticed by job@
   OK tb@
VersionDeltaFile
1.256+14-2usr.sbin/bgpd/bgpd.conf.5
+14-21 files

OpenBSD/ports wXpxVaowww/mozilla-firefox/patches patch-toolkit_components_downloads_DownloadIntegration_sys_mjs patch-security_nss_lib_nss_nss_h

   www/mozilla-firefox: unbreak by updating patches

   jca@ noted that the nss requirement in 154.0.1 was bumped to 3.126.1,
   adjust nss.h patch accordingly.
VersionDeltaFile
1.1.6.4+3-5www/mozilla-firefox/patches/patch-security_nss_lib_nss_nss_h
1.13.2.2+1-1www/mozilla-firefox/patches/patch-toolkit_components_downloads_DownloadIntegration_sys_mjs
+4-62 files

OpenBSD/ports QF5pzgCdevel/uv Makefile crates.inc

   Update to uv 0.12.6, from maintainer

   https://github.com/astral-sh/uv/releases/tag/0.12.4
   https://github.com/astral-sh/uv/releases/tag/0.12.5
   https://github.com/astral-sh/uv/releases/tag/0.12.6
VersionDeltaFile
1.38+76-26devel/uv/distinfo
1.37+37-12devel/uv/crates.inc
1.42+1-1devel/uv/Makefile
+114-393 files

OpenBSD/src qBvfe3Isys/arch/arm64/arm64 cpu.c

   Avoid potential null-pointer dereference in calculation of CPU "capacity".

   ok jsg@
VersionDeltaFile
1.150+5-4sys/arch/arm64/arm64/cpu.c
+5-41 files

OpenBSD/ports cjwrCKddevel/perltidy Makefile distinfo

   Update perltidy to 20260826.
VersionDeltaFile
1.49+2-2devel/perltidy/distinfo
1.57+1-1devel/perltidy/Makefile
+3-32 files

OpenBSD/ports 0jejI8fnet/icecast Makefile, net/icecast/patches patch-src_util_crypt_c

   Fix crash when trying to access the /admin/ page

   Apparently checking passwords goes through checks for hash algorithms
   supported by crypt(3). But since none of the algorithms checked are
   supported by the OpenBSD libc, the code ends up dereferencing a NULL
   pointer. I'm not sure yet why the code checks for algorithms supported
   by crypt(3), as the code wasn't present in icecast-2.4.4.

   To fix this, avoid dereferencing said NULL pointer. While here, add
   DEBUG_PACKAGES.

   Problem reported by Olivier Cherrier.
VersionDeltaFile
1.1+18-0net/icecast/patches/patch-src_util_crypt_c
1.78+3-0net/icecast/Makefile
+21-02 files

OpenBSD/src gEjp60Zshare/man/man4/man4.armv7 amdisplay.4

   sync config lines and use .Cd not .Nm
VersionDeltaFile
1.5+5-5share/man/man4/man4.armv7/amdisplay.4
+5-51 files

OpenBSD/ports Gg4hhOXsysutils/plakar Makefile modules.inc, sysutils/plakar/patches patch-go_mod patch-go_sum

   Unbreak for upcoming go1.27.
VersionDeltaFile
1.5+11-9sysutils/plakar/patches/patch-go_sum
1.5+8-8sysutils/plakar/patches/patch-go_mod
1.21+4-4sysutils/plakar/distinfo
1.16+1-1sysutils/plakar/modules.inc
1.24+1-0sysutils/plakar/Makefile
+25-225 files

OpenBSD/src XWXwkzcregress/usr.bin/mandoc/db/makewhatis Makefile, regress/usr.bin/mandoc/db/out topt.dout

   Do not hardcode /usr/src/ in one of the files containing desired output.
   This is expected to fix a test failure that anton@ reported with BSDSRCDIR set.
VersionDeltaFile
1.2+3-3regress/usr.bin/mandoc/db/out/topt.dout
1.2+3-2regress/usr.bin/mandoc/db/makewhatis/Makefile
+6-52 files

OpenBSD/ports rf4EHj8sysutils/google-cloud-sdk Makefile distinfo, sysutils/google-cloud-sdk/pkg PLIST

   Update to google-cloud-sdk-582.0.0.
VersionDeltaFile
1.434+312-2,165sysutils/google-cloud-sdk/pkg/PLIST
1.452+2-2sysutils/google-cloud-sdk/distinfo
1.472+1-1sysutils/google-cloud-sdk/Makefile
+315-2,1683 files

OpenBSD/ports 6kqfZAqsysutils/exoscale-cli Makefile distinfo

   Update to exoscale-cli-1.99.0.
VersionDeltaFile
1.157+2-2sysutils/exoscale-cli/distinfo
1.160+1-1sysutils/exoscale-cli/Makefile
+3-32 files

OpenBSD/ports 2aCAxrFx11/gnome/mutter Makefile

   Missing LDEP.
VersionDeltaFile
1.203+2-1x11/gnome/mutter/Makefile
+2-11 files

OpenBSD/ports YK6E9hxeditors/vim Makefile distinfo, editors/vim/patches patch-runtime_syntax_make_vim patch-runtime_filetype_vim

   update to vim-9.2.1010
VersionDeltaFile
1.30.2.4+11-0editors/vim/pkg/PLIST
1.22.2.2+2-2editors/vim/patches/patch-runtime_syntax_make_vim
1.74.2.2+2-2editors/vim/patches/patch-runtime_filetype_vim
1.159.2.5+2-2editors/vim/distinfo
1.306.2.5+1-1editors/vim/Makefile
+18-75 files

OpenBSD/ports Zg3xlgFeditors/vim Makefile distinfo, editors/vim/patches patch-runtime_syntax_make_vim patch-runtime_filetype_vim

   update to vim-9.2.1010
VersionDeltaFile
1.36+11-0editors/vim/pkg/PLIST
1.24+2-2editors/vim/patches/patch-runtime_syntax_make_vim
1.76+2-2editors/vim/patches/patch-runtime_filetype_vim
1.167+2-2editors/vim/distinfo
1.315+1-1editors/vim/Makefile
+18-75 files

OpenBSD/ports qldLHjXdevel/libnfs distinfo Makefile

   update to libnfs-7.0.0pl20260825, from Brad (maintainer)
VersionDeltaFile
1.13+3-3devel/libnfs/Makefile
1.8+2-2devel/libnfs/distinfo
+5-52 files

OpenBSD/ports qX3u9t4graphics/ImageMagick Makefile distinfo, graphics/ImageMagick/patches patch-magick_constitute_c

   update to ImageMagick-6.9.13-55
VersionDeltaFile
1.87+2-2graphics/ImageMagick/distinfo
1.3+1-1graphics/ImageMagick/patches/patch-magick_constitute_c
1.234+1-1graphics/ImageMagick/Makefile
+4-43 files

OpenBSD/ports yvFr5nKwww/squid Makefile distinfo

   update to squid-7.7
VersionDeltaFile
1.132.2.2+2-2www/squid/distinfo
1.288.2.2+1-1www/squid/Makefile
+3-32 files

OpenBSD/ports AgSB4eSwww/squid Makefile distinfo

   update to squid-7.7
VersionDeltaFile
1.134+2-2www/squid/distinfo
1.291+1-1www/squid/Makefile
+3-32 files

OpenBSD/ports EU15hQXlang/php/8.5 distinfo Makefile

   update to php-8.5.10
VersionDeltaFile
1.5.2.5+2-2lang/php/8.5/distinfo
1.9.2.5+2-2lang/php/8.5/Makefile
+4-42 files

OpenBSD/ports XkxujR8lang/php/8.4 Makefile distinfo

   update to php-8.4.25
VersionDeltaFile
1.19.2.5+2-2lang/php/8.4/distinfo
1.36.2.5+1-1lang/php/8.4/Makefile
+3-32 files

OpenBSD/ports yTERARmlang/php/8.4 Makefile distinfo

   update to php-8.4.25
VersionDeltaFile
1.24+2-2lang/php/8.4/distinfo
1.44+1-1lang/php/8.4/Makefile
+3-32 files

OpenBSD/ports 65V4xXNlang/php/8.5 Makefile distinfo

   update to php-8.5.10
VersionDeltaFile
1.10+2-2lang/php/8.5/distinfo
1.18+1-1lang/php/8.5/Makefile
+3-32 files

OpenBSD/src JXxFEoJlib/libcrypto/man EC_GROUP_check.3

   fix a double word; ok tb@
VersionDeltaFile
1.7+3-3lib/libcrypto/man/EC_GROUP_check.3
+3-31 files

OpenBSD/ports uMghXCznet/icinga/core2 Makefile distinfo

   update to icinga2-2.16.5
VersionDeltaFile
1.69+2-2net/icinga/core2/distinfo
1.161+1-1net/icinga/core2/Makefile
+3-32 files