OpenBSD/src ZbNKqRrusr.sbin/bgpd parse.y

   Add missing memcpy calls for auth_key_in / out in merge_auth_conf()

   This was broken when refactoring the code for RTR and only affects
   manual IPSec setups which are very uncommon.

   OK tb@
VersionDeltaFile
1.496+5-1usr.sbin/bgpd/parse.y
+5-11 files

OpenBSD/ports E9HKMyMsecurity/crowdsec distinfo modules.inc

   update to 1.7.8
VersionDeltaFile
1.8+1,214-986security/crowdsec/distinfo
1.8+419-338security/crowdsec/modules.inc
1.8+1-1security/crowdsec/Makefile
+1,634-1,3253 files

OpenBSD/src BibPA1Rusr.sbin/bgpd chash.c

   Error handling the double reallocarray in ch_table_resize() is tricky.

   In case of a realloc failure for the meta tables the ch_tables arrays
   was already successfully reallocated. Doing the free(tables) in the error
   path results in a use-after-free scenario and instead on error ch_tables
   just needs to be updated to this new table. Since the ch_level is not
   adjusted the next time, reallocarray will be called on a memory block
   that is already big enough which is a NOP and so this is safe.
   Further cleanup will follow.

   OK tb@
VersionDeltaFile
1.11+8-2usr.sbin/bgpd/chash.c
+8-21 files

OpenBSD/ports XCe68fEwww/iridium distinfo, www/iridium/patches patch-chrome_browser_about_flags_cc patch-chrome_common_pref_names_h

   update to 2026.05.148.1
VersionDeltaFile
1.76+57-57www/iridium/patches/patch-chrome_browser_about_flags_cc
1.65+9-9www/iridium/patches/patch-chrome_common_pref_names_h
1.55+3-3www/iridium/patches/patch-chrome_browser_ui_views_frame_browser_view_cc
1.117+2-2www/iridium/distinfo
1.6+1-1www/iridium/patches/patch-components_media_router_common_providers_cast_channel_cast_message_util_cc
1.6+1-1www/iridium/patches/patch-third_party_blink_renderer_platform_graphics_canvas_resource_provider_cc
+73-735 files not shown
+78-7811 files

OpenBSD/src VjhOP79usr.bin/tmux server-client.c

   Do not crash if set progress bar with no pane, from Dane Jensen.
VersionDeltaFile
1.457+2-2usr.bin/tmux/server-client.c
+2-21 files

OpenBSD/ports kOrrdyEdevel/libmagic Makefile, devel/libmagic/patches patch-src_softmagic_c

   libmagic version 5.47 introduced a bug that was fixed later.  Backport
   the fixes.  With that p5-File-LibMagic tests pass.
   OK sthen@
VersionDeltaFile
1.6+48-39devel/libmagic/patches/patch-src_softmagic_c
1.56+1-0devel/libmagic/Makefile
+49-392 files

OpenBSD/ports iu194thwww/chromium distinfo, www/chromium/patches patch-chrome_browser_about_flags_cc patch-chrome_common_pref_names_h

   update to 148.0.7778.167
VersionDeltaFile
1.152+57-57www/chromium/patches/patch-chrome_browser_about_flags_cc
1.126+9-9www/chromium/patches/patch-chrome_common_pref_names_h
1.471+4-4www/chromium/distinfo
1.99+3-3www/chromium/patches/patch-chrome_browser_ui_views_frame_browser_view_cc
1.63+1-1www/chromium/patches/patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc
1.6+1-1www/chromium/patches/patch-third_party_blink_renderer_platform_graphics_canvas_resource_provider_cc
+75-755 files not shown
+80-8011 files

OpenBSD/ports AWS4ugsdatabases/arrow/cpp Makefile

   databases/arrow/cpp: stop overriding do-test, pass ctest flags via TEST_FLAGS
VersionDeltaFile
1.9+2-4databases/arrow/cpp/Makefile
+2-41 files

OpenBSD/ports GiIg1axgraphics/pcl Makefile

   graphics/pcl: stop overriding do-test and pass ctest flags via TEST_FLAGS
VersionDeltaFile
1.10+2-3graphics/pcl/Makefile
+2-31 files

OpenBSD/ports GMUF9ITdevel/cjose Makefile distinfo, devel/cjose/patches patch-src_concatkdf_c patch-src_Makefile_am

   Update to cisco/cjose recently committed db7d26ef2bd02572128c7cd
   which includes a lot of issue fixes.

   ok stu
VersionDeltaFile
1.3+9-18devel/cjose/patches/patch-src_concatkdf_c
1.3+6-2devel/cjose/patches/patch-src_Makefile_am
1.8+3-3devel/cjose/Makefile
1.2+2-2devel/cjose/distinfo
1.3+1-1devel/cjose/pkg/PLIST
1.3+0-0devel/cjose/patches/patch-src_jws_c
+21-261 files not shown
+21-267 files

OpenBSD/ports q6DieQptextproc/nlohmann-json Makefile

   textproc/nlohmann-json: stop overriding do-test and pass flags via TEST_FLAGS
VersionDeltaFile
1.7+2-4textproc/nlohmann-json/Makefile
+2-41 files

OpenBSD/ports XhVPqqfnet/avahi Makefile

   bump -python; lang/python is added to MODULES after bsd.port.arch.mk is
   inckuded, so it's unable to take full effect and _MODPY_SYSTEM_VERSION
   is not reflected in PKG_ARGS.
VersionDeltaFile
1.168+2-0net/avahi/Makefile
+2-01 files

OpenBSD/ports Jqy91Budevel/cmake cmake.port.mk

   devel/cmake: pass TEST_FLAGS to ctest via MODCMAKE_TEST_TARGET

   discussed with rsadowski@ & tb@, reminded by tb@ (thanks!)
VersionDeltaFile
1.91+1-1devel/cmake/cmake.port.mk
+1-11 files

OpenBSD/src izsbCXHsys/dev/sbus stp4020.c

   use nowake for sleep wait channel instead of an uninitialised
   stack variable

   avoids a -Wuninitialized-const-pointer warning with clang 22
   ok jca@
VersionDeltaFile
1.25+2-4sys/dev/sbus/stp4020.c
+2-41 files

OpenBSD/src lczmFAXusr.bin/ssh cipher.c mac.c

   avoid validating bad cipher or mac lists in config files / commandline
   arguments as valid.

   Identified by SUSE and reported by Camila Camargo de Matos

   ok deraadt@ tb@
VersionDeltaFile
1.127+5-3usr.bin/ssh/cipher.c
1.39+5-3usr.bin/ssh/mac.c
+10-62 files

OpenBSD/src IqfZg0Pusr.bin/ssh sshconnect2.c

   fix hard-to-reach NULL deref during pubkey auth

   To hit this, the user must be using a PEM style private key with no
   corresponding .pub key adjacent to it.
VersionDeltaFile
1.386+2-2usr.bin/ssh/sshconnect2.c
+2-21 files

OpenBSD/src UF96fh1usr.sbin/rpki-client repo.c

   rpki-client: fix incomplete strncmp() check

   The directory path in rp->repouri doesn't end in a '/' itself, so check
   that the uri containing an unused file points at something below it.

   Pointed out by Frank Denis

   ok claudio job
VersionDeltaFile
1.81+7-3usr.sbin/rpki-client/repo.c
+7-31 files

OpenBSD/ports hcsg6RCsysutils/firmware/intel distinfo Makefile, sysutils/firmware/intel/pkg PLIST

   update intel microcode to 20260512

   release notes:
   https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20260512
VersionDeltaFile
1.44+2-2sysutils/firmware/intel/distinfo
1.52+1-1sysutils/firmware/intel/Makefile
1.28+2-0sysutils/firmware/intel/pkg/PLIST
+5-33 files

OpenBSD/ports ORNCfvPsysutils/ruby-openfact distinfo Makefile, sysutils/ruby-openfact/patches patch-lib_facter_resolvers_networking_rb

   update to openfact 5.6.1
VersionDeltaFile
1.8+2-2sysutils/ruby-openfact/distinfo
1.15+1-2sysutils/ruby-openfact/Makefile
1.2+0-0sysutils/ruby-openfact/patches/patch-lib_facter_resolvers_networking_rb
+3-43 files

OpenBSD/ports PIMVDplaudio/cassette Makefile distinfo, audio/cassette/pkg DESCR PLIST

   update to cassette 0.2.2

   Upstream moved from gitlab.gnome.org to altlinux.space, the latter using
   forgejo with tarball generation disabled for tags and releases, i.e.
   there is no way to fetch sources from such repos unless developers upload
   static release assets.

   The author kindly did that upon my request;  new releases should come
   with more conventional tarballs so our DISTFILES and WRKDIST goo can go.
VersionDeltaFile
1.4+12-4audio/cassette/Makefile
1.3+2-2audio/cassette/distinfo
1.2+1-2audio/cassette/pkg/DESCR
1.3+2-0audio/cassette/pkg/PLIST
+17-84 files

OpenBSD/src zMMiXOhusr.sbin/bgpd session.c rde.c

   Fix bad sizes in certain graceful restart imsgs.

   The move to use more u_int for aid also changed the imsgs
   IMSG_SESSION_STALE, IMSG_SESSION_NOGRACE, IMSG_SESSION_FLUSH, and
   IMSG_SESSION_RESTARTED. The problem was that not all senders were
   adjusted.

   OK tb@
VersionDeltaFile
1.536+4-3usr.sbin/bgpd/session.c
1.699+3-3usr.sbin/bgpd/rde.c
1.197+2-2usr.sbin/bgpd/session.h
+9-83 files

OpenBSD/ports o0pvktqsysutils/docker-cli distinfo Makefile

   sysutils/docker-cli: update to 29.4.2
VersionDeltaFile
1.39+2-2sysutils/docker-cli/distinfo
1.44+1-1sysutils/docker-cli/Makefile
+3-32 files

OpenBSD/ports MlrLUWUnet/wstunnel distinfo Makefile, net/wstunnel/patches patch-wstunnel_src_test_integrations_rs

   Update to wstunnel-10.5.5

   Changes: https://github.com/erebe/wstunnel/releases/tag/v10.5.5

   From Christoph Liebender <christoph AT liebender DOT dev> (MAINTAINER)
VersionDeltaFile
1.1+19-0net/wstunnel/patches/patch-wstunnel_src_test_integrations_rs
1.11+2-2net/wstunnel/distinfo
1.11+1-1net/wstunnel/Makefile
1.11+1-1net/wstunnel/crates.inc
+23-44 files

OpenBSD/ports MlAsIxXdevel/tclthread distinfo Makefile

   Update to 2.8.13.
VersionDeltaFile
1.13+2-2devel/tclthread/distinfo
1.20+1-1devel/tclthread/Makefile
+3-32 files

OpenBSD/ports VJmpkNctextproc/xmlwf distinfo Makefile

   update xmlwf to expat 2.8.1
VersionDeltaFile
1.15+4-4textproc/xmlwf/distinfo
1.23+1-1textproc/xmlwf/Makefile
+5-52 files

OpenBSD/src QmddXBLlib/libexpat Changes, lib/libexpat/lib xmlparse.c

   Update libexpat to version 2.8.1.

   Relevant for OpenBSD are security fixes #1216, other changes #1209.
   Library bump is not necessary.  CVE-2026-45186

   OK tb@
VersionDeltaFile
1.11+295-15lib/libexpat/tests/basic_tests.c
1.49+30-6lib/libexpat/lib/xmlparse.c
1.6+19-15lib/libexpat/tests/handlers.c
1.37+26-0lib/libexpat/Changes
1.8+5-5lib/libexpat/tests/minicheck.c
1.12+4-3lib/libexpat/tests/misc_tests.c
+379-448 files not shown
+396-5714 files

OpenBSD/ports t3GG8xuwww/firefox-i18n distinfo Makefile.inc, www/mozilla-firefox distinfo Makefile

   www/mozilla-firefox: update to 150.0.3.

   see https://www.firefox.com/en-US/firefox/150.0.3/releasenotes/
   fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-45/
VersionDeltaFile
1.386+164-164www/firefox-i18n/distinfo
1.399+2-2www/mozilla-firefox/distinfo
1.341+1-1www/firefox-i18n/Makefile.inc
1.682+1-1www/mozilla-firefox/Makefile
+168-1684 files

OpenBSD/ports DQrWeMBx11/tk/8.6 distinfo Makefile

   Update to 8.6.18.


   Tcl/Tk 8.6.18 Release Announcement
   May 11, 2026

   The Tcl Core Team is pleased to announce the 8.6.18 releases of the Tcl
   dynamic language and the Tk toolkit.  We intend these to be the final
   releases of Tcl 8.6 and Tk 8.6.  Both Tcl and Tk have successor major
   release sequences in active supported development.  As of this release
   date, users of Tcl and Tk are encouraged to move to Tcl 9.0.3 and Tk 9.0.3.

   With development of Tcl/Tk 8.6 at an end, we are no longer soliciting
   bug reports and patches for these lines of development.  Please only
   report issues that are believed so severe in nature that they would
   justify re-opening a closed development sequence.


   https://sourceforge.net/projects/tcl/files/Tcl/8.6.18/tcltk-release-notes-8.6.18.txt
VersionDeltaFile
1.12+2-2x11/tk/8.6/distinfo
1.25+1-1x11/tk/8.6/Makefile
+3-32 files

OpenBSD/ports os48KHqlang/tcl/8.6 Makefile distinfo, lang/tcl/8.6/patches patch-unix_Makefile_in

   Update to 8.6.18.


   Tcl/Tk 8.6.18 Release Announcement
   May 11, 2026

   The Tcl Core Team is pleased to announce the 8.6.18 releases of the Tcl
   dynamic language and the Tk toolkit.  We intend these to be the final
   releases of Tcl 8.6 and Tk 8.6.  Both Tcl and Tk have successor major
   release sequences in active supported development.  As of this release
   date, users of Tcl and Tk are encouraged to move to Tcl 9.0.3 and Tk 9.0.3.

   With development of Tcl/Tk 8.6 at an end, we are no longer soliciting
   bug reports and patches for these lines of development.  Please only
   report issues that are believed so severe in nature that they would
   justify re-opening a closed development sequence.


   https://sourceforge.net/projects/tcl/files/Tcl/8.6.18/tcltk-release-notes-8.6.18.txt
VersionDeltaFile
1.14+11-11lang/tcl/8.6/patches/patch-unix_Makefile_in
1.31+2-4lang/tcl/8.6/Makefile
1.19+3-3lang/tcl/8.6/pkg/PLIST
1.13+2-2lang/tcl/8.6/distinfo
+18-204 files

OpenBSD/ports 9mgUENZsecurity/wycheproof Makefile distinfo, security/wycheproof/pkg PLIST

   Update to wycheproof 20260512
VersionDeltaFile
1.4+8-0security/wycheproof/pkg/PLIST
1.7+2-2security/wycheproof/Makefile
1.7+2-2security/wycheproof/distinfo
+12-43 files