OpenBSD/ports k5jsbkMinfrastructure/bin update-plist

   update-plist: sync the two show-unknown implementations

   Use fullstring rather than fullname so that directories are recognizable
   in "Not found" warning. Wrap line like in the identical code on line 161.

   from espie (whitespace tweak from me)
VersionDeltaFile
1.217+3-2infrastructure/bin/update-plist
+3-21 files

OpenBSD/src TAgqaIZusr.bin/tmux layout.c

   Unzoom before creating a floating pane (for now).
VersionDeltaFile
1.88+2-1usr.bin/tmux/layout.c
+2-11 files

OpenBSD/src 1i8YUxOusr.bin/tmux layout.c

   Do not spin forever if panes cannot be adjusted, GitHub issue 5332 from
   Uzair Aftab.
VersionDeltaFile
1.87+7-1usr.bin/tmux/layout.c
+7-11 files

OpenBSD/src vQYlsAMusr.bin/ssh version.h

   openssh-10.4
VersionDeltaFile
1.109+2-2usr.bin/ssh/version.h
+2-21 files

OpenBSD/src 9P1znNNusr.bin/ssh auth2-gss.c

   Fix multiple RFC 4462 (GSSAPIAuthentication) compliance problems

   1) Remove an early failure return for GSSAPI authentication attempts
   made for invalid accounts that yielded different behaviour for
   valid vs invalid accounts.

   2) Fix a situation where some GSSAPI requestes were not correctly
   subjected to MaxAuthTries.

   3) Fix a moderate pre-authentication resource DoS related to #2.

   Add missing logging for error cases.

   Report and fixes from Manfred Kaiser, milCERT AT
VersionDeltaFile
1.41+25-30usr.bin/ssh/auth2-gss.c
+25-301 files

OpenBSD/src Gddht1Kusr.bin/ssh sshconnect.c ssh.c

   fix ownership and lifetime of several bits of client state that
   need to persist for the life of the connection, especially the
   cached hostkey that was being incorrectly freed early on some
   paths, possibly allowing its use after free.

   Reported by Zhenpeng (Leo) Lin from depthfirst.com
VersionDeltaFile
1.384+46-3usr.bin/ssh/sshconnect.c
1.634+3-23usr.bin/ssh/ssh.c
1.388+12-10usr.bin/ssh/sshconnect2.c
1.51+6-3usr.bin/ssh/sshconnect.h
+67-394 files

OpenBSD/src QXC2LRKusr.bin/ssh auth2.c auth2-gss.c

   Fix cases in GSSAPI and keyboard-interactive authentication where
   the minimum per-attempt delay was not being enforced.

   Reported by Orange Cyberdefense Vulnerability Team
VersionDeltaFile
1.174+9-3usr.bin/ssh/auth2.c
1.40+8-1usr.bin/ssh/auth2-gss.c
1.61+6-1usr.bin/ssh/auth2-chall.c
1.110+2-1usr.bin/ssh/auth.h
+25-64 files

OpenBSD/ports CAI1MHUnet/haproxy distinfo Makefile

   MFC: Update to haproxy 3.2.21, from Mark Patruck

   https://www.haproxy.org/download/3.2/src/CHANGELOG
VersionDeltaFile
1.93.2.2+2-2net/haproxy/distinfo
1.134.2.2+1-1net/haproxy/Makefile
+3-32 files

OpenBSD/ports KLfBk7Dnet/haproxy distinfo Makefile

   Update to haproxy 3.2.21, from Mark Patruck

   https://www.haproxy.org/download/3.2/src/CHANGELOG
VersionDeltaFile
1.96+2-2net/haproxy/distinfo
1.137+1-1net/haproxy/Makefile
+3-32 files

OpenBSD/ports Zbi8SJBwww/ungoogled-chromium/patches patch-chrome_browser_about_flags_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc

   update to 150.0.7871.46
VersionDeltaFile
1.64+67-103www/ungoogled-chromium/patches/patch-chrome_browser_about_flags_cc
1.46+49-22www/ungoogled-chromium/patches/patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc
1.54+11-47www/ungoogled-chromium/patches/patch-build_config_compiler_BUILD_gn
1.46+26-31www/ungoogled-chromium/patches/patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc
1.22+16-28www/ungoogled-chromium/patches/patch-components_signin_public_base_signin_switches_cc
1.40+28-12www/ungoogled-chromium/patches/patch-chrome_browser_ui_browser_command_controller_cc
+197-243416 files not shown
+1,633-1,369422 files

OpenBSD/ports YTykaSudevel/dwz Makefile, devel/dwz/patches patch-hashtab_c patch-dwz_c

   devel/dwz: ANSIfy and use libc SHA1 functions

   ok tb@
VersionDeltaFile
1.3+224-0devel/dwz/patches/patch-hashtab_c
1.6+33-4devel/dwz/patches/patch-dwz_c
1.6+1-1devel/dwz/patches/patch-Makefile
1.13+1-1devel/dwz/Makefile
+259-64 files

OpenBSD/xenocara EUr767d. MODULES

   update
VersionDeltaFile
1.564+3-3MODULES
+3-31 files

OpenBSD/ports cysD5P1www/yt-dlp distinfo Makefile, www/yt-dlp/pkg PLIST

   www/yt-dlp: update to 2026.07.04
VersionDeltaFile
1.63+6-9www/yt-dlp/pkg/PLIST
1.71+2-2www/yt-dlp/distinfo
1.79+1-1www/yt-dlp/Makefile
+9-123 files

OpenBSD/ports LdBMU3udevel/imake-cf Makefile, devel/imake-cf/patches patch-OpenBSD_cf

   */*: the cpp binary moves to /usr/bin
VersionDeltaFile
1.11+9-0devel/imake-cf/patches/patch-OpenBSD_cf
1.20+1-0devel/imake-cf/Makefile
1.377+0-1net/samba/Makefile
+10-13 files

OpenBSD/xenocara eDPwZaDapp/xrdb Makefile.bsd-wrapper, etc config.site

   the cpp binary moves to /usr/bin
VersionDeltaFile
1.7+2-2app/xrdb/Makefile.bsd-wrapper
1.11+2-2etc/config.site
+4-42 files

OpenBSD/src RIQJEBEgnu/usr.bin/cc/cpp Makefile, gnu/usr.bin/clang/clang Makefile

   retire the cpp.sh script and install the cpp binary directly in /usr/bin

   The cpp.sh wrapper script no longer serves any purpose:
   * We no longer force the preprocessor into -traditional mode.
   * Our compilers already define __GNUC__ for the preprocessor.
   * The location of cpp is well known.
   * Our compilers only use the standard include paths by default.

   gcc4 testing by miod@
VersionDeltaFile
1.7+2-2usr.bin/calendar/pathnames.h
1.171+2-2usr.bin/Makefile
1.22+2-2gnu/usr.bin/clang/clang/Makefile
1.3+1-3gnu/usr.bin/cc/cpp/Makefile
1.12+1-1usr.bin/cpp/cpp.sh
1.14+1-1usr.bin/cpp/Makefile
+9-112 files not shown
+10-138 files

OpenBSD/ports evGVa91graphics/inkscape/patches patch-src_extension_internal_pdfinput_pdf-parser_cpp patch-src_extension_internal_pdfinput_poppler-utils_cpp, print/scribus/patches patch-scribus_plugins_import_pdf_slaoutput_cpp

   Fix build with poppler-26.07.0.
VersionDeltaFile
1.34+85-1graphics/inkscape/patches/patch-src_extension_internal_pdfinput_pdf-parser_cpp
1.10+15-1graphics/inkscape/patches/patch-src_extension_internal_pdfinput_poppler-utils_cpp
1.29+11-2print/scribus/patches/patch-scribus_plugins_import_pdf_slaoutput_cpp
1.1+13-0x11/kde-applications/kitinerary/patches/patch-src_lib_pdf_pdfextractoroutputdevice_cpp
+124-44 files

OpenBSD/ports 3BKcSdFprint/poppler Makefile distinfo, print/poppler/patches patch-poppler_XRef_cc patch-cpp_CMakeLists_txt

   Update to poppler-26.07.0.

   The upstream minor bump for libpoppler-cpp is bogus (no dynamic
   export changes found).
VersionDeltaFile
1.216+3-3print/poppler/Makefile
1.127+2-2print/poppler/distinfo
1.40+2-2print/poppler/patches/patch-poppler_XRef_cc
1.10+1-1print/poppler/patches/patch-cpp_CMakeLists_txt
1.49+1-0print/poppler/pkg/PLIST-main
+9-85 files

OpenBSD/ports QSffSrzmail/roundcubemail distinfo Makefile, mail/roundcubemail/patches patch-plugins_password_password_php

   update to roundcubemail-1.6.17
VersionDeltaFile
1.75.2.2+21-0mail/roundcubemail/pkg/PLIST
1.100.2.2+2-2mail/roundcubemail/distinfo
1.196.2.2+1-1mail/roundcubemail/Makefile
1.1.16.1+1-1mail/roundcubemail/patches/patch-plugins_password_password_php
+25-44 files

OpenBSD/ports s8IcL4Rmail/roundcubemail distinfo Makefile, mail/roundcubemail/patches patch-plugins_password_password_php

   security update to roundcubemail-1.7.2
VersionDeltaFile
1.78+6-0mail/roundcubemail/pkg/PLIST
1.103+2-2mail/roundcubemail/distinfo
1.3+1-1mail/roundcubemail/patches/patch-plugins_password_password_php
1.201+1-1mail/roundcubemail/Makefile
+10-44 files

OpenBSD/src wUL53w2usr.bin/tmux window.c tmux.h

   Add a window pane reference count.
VersionDeltaFile
1.356+43-8usr.bin/tmux/window.c
1.1390+5-1usr.bin/tmux/tmux.h
+48-92 files

OpenBSD/ports SftFNvYmail/mutt distinfo Makefile, mail/mutt/patches patch-main_c

   update to mutt-2.4.1
VersionDeltaFile
1.85+2-2mail/mutt/distinfo
1.184+1-1mail/mutt/Makefile
1.22+1-1mail/mutt/patches/patch-main_c
+4-43 files

OpenBSD/ports Xny0Rnddevel/libstdthreads Makefile distinfo, devel/libstdthreads/patches patch-threads_h

   Update to libstdthreads 0.3.3. ok and tweaks sthen@ volker@

   Patch merged upstream + doc udpate from Christian Schulte.
VersionDeltaFile
1.7+4-7devel/libstdthreads/Makefile
1.3+2-2devel/libstdthreads/distinfo
1.3+0-0devel/libstdthreads/patches/patch-threads_h
+6-93 files

OpenBSD/ports lky46Jwaudio/spotify-player distinfo crates.inc

   Update to spotify-player 0.24.0.
VersionDeltaFile
1.9+376-388audio/spotify-player/distinfo
1.9+187-193audio/spotify-player/crates.inc
1.13+1-1audio/spotify-player/Makefile
+564-5823 files

OpenBSD/ports 7cTp0Xpgraphics/xaos distinfo Makefile, graphics/xaos/patches patch-CMakeLists_txt

   Update to XaoS 4.3.6.
VersionDeltaFile
1.7+2-2graphics/xaos/distinfo
1.18+1-1graphics/xaos/Makefile
1.2+1-1graphics/xaos/patches/patch-CMakeLists_txt
+4-43 files

OpenBSD/ports tegtASddevel/jjui distinfo Makefile

   Update to jjui 0.10.8

   https://github.com/idursun/jjui/releases/tag/v0.10.8
VersionDeltaFile
1.28+2-2devel/jjui/distinfo
1.29+1-1devel/jjui/Makefile
+3-32 files

OpenBSD/ports SxpAtCZwayland/niri distinfo crates.inc, wayland/niri/patches patch-modcargo-crates_polling-3_11_0_src_kqueue_rs patch-niri_resources_default-config_kdl

   wayland/niri: Update to 26.04

   ok tobhe@
VersionDeltaFile
1.6+464-544wayland/niri/distinfo
1.2+230-268wayland/niri/crates.inc
1.1+88-0wayland/niri/patches/patch-modcargo-crates_polling-3_11_0_src_kqueue_rs
1.6+31-24wayland/niri/Makefile
1.1+46-0wayland/niri/patches/patch-niri_resources_default-config_kdl
1.1+34-0wayland/niri/patches/patch-modcargo-crates_polling-3_11_0_src_os_kqueue_rs
+893-83614 files not shown
+1,105-85420 files

OpenBSD/ports lvpkObfwayland/xwayland-satellite Makefile distinfo, wayland/xwayland-satellite/pkg PLIST

   wayland/xwayland-satellite: Update to 0.8.1
   + commit a879e5e0896a326adc79c474bf457b8b99011027

   ok tobhe@
VersionDeltaFile
1.4+8-14wayland/xwayland-satellite/Makefile
1.2+14-8wayland/xwayland-satellite/distinfo
1.2+6-3wayland/xwayland-satellite/crates.inc
1.2+1-0wayland/xwayland-satellite/pkg/PLIST
+29-254 files

OpenBSD/ports ZjiXk0Xgeo/qgis Makefile distinfo, geo/qgis/patches patch-python_PyQt6_core_auto_generated_symbology_qgscategorizedsymbolrenderer_sip_in patch-src_core_CMakeLists_txt

   geo/qgis: update to 4.2.0.

   see https://changelog.qgis.org/en/version/4.2/

   add patch reverting a line from an upstream commit leading to build
   failure in sip-build.
VersionDeltaFile
1.108+92-23geo/qgis/pkg/PLIST
1.232+7-7geo/qgis/Makefile
1.1+14-0geo/qgis/patches/patch-python_PyQt6_core_auto_generated_symbology_qgscategorizedsymbolrenderer_sip_in
1.30+1-11geo/qgis/patches/patch-src_core_CMakeLists_txt
1.34+2-4geo/qgis/patches/patch-CMakeLists_txt
1.143+2-2geo/qgis/distinfo
+118-476 files

OpenBSD/ports DNEYFrrshells/nushell distinfo crates.inc, shells/nushell/patches patch-Cargo_toml patch-src_main_rs

   shells/nushell: Update to 0.114.0
VersionDeltaFile
1.26+148-116shells/nushell/distinfo
1.24+73-57shells/nushell/crates.inc
1.29+2-3shells/nushell/Makefile
1.4+2-2shells/nushell/patches/patch-Cargo_toml
1.8+1-1shells/nushell/patches/patch-src_main_rs
+226-1795 files