OpenBSD/src 8n7yF0Zusr.bin/ssh sftp-server.c

   Replace <sys/mount.h> with <limits.h>  The former is a portability
   hassle, but it turns out the only thing we need from it is PATH_MAX
   which we can get directly from limits.h.
VersionDeltaFile
1.152+2-2usr.bin/ssh/sftp-server.c
+2-21 files

OpenBSD/ports EbSvSYmsecurity/polarssl Makefile

   Update HOMEPAGE and github organization

   Hopefully this will fix portroach not detecting newer 2.28 releases.
   No 2.28.0 release tarball change.
VersionDeltaFile
1.52+3-3security/polarssl/Makefile
+3-31 files

OpenBSD/ports kavMkqEdevel/abseil-cpp distinfo Makefile

   update to abseil-cpp 20260107.1
VersionDeltaFile
1.21+2-2devel/abseil-cpp/distinfo
1.45+1-1devel/abseil-cpp/Makefile
+3-32 files

OpenBSD/ports jSTKcFJsysutils/gitlab-cli distinfo modules.inc, sysutils/gitlab-cli/pkg PLIST

   update to gitlab-cli 1.85.0
VersionDeltaFile
1.44+146-120sysutils/gitlab-cli/distinfo
1.33+50-35sysutils/gitlab-cli/modules.inc
1.28+14-0sysutils/gitlab-cli/pkg/PLIST
1.45+1-1sysutils/gitlab-cli/Makefile
+211-1564 files

OpenBSD/src gILZgOwusr.sbin/bgpctl output.c output_json.c

   Add rde filter stats for the new out filters.
   OK tb@
VersionDeltaFile
1.69+5-1usr.sbin/bgpctl/output.c
1.60+4-2usr.sbin/bgpctl/output_json.c
1.24+4-2usr.sbin/bgpctl/output_ometric.c
+13-53 files

OpenBSD/ports 69gsj3Ddevel/abseil-cpp Makefile

   drop obsolete SHARED_LIBS entries;  PLIST does not have them
VersionDeltaFile
1.44+3-3devel/abseil-cpp/Makefile
+3-31 files

OpenBSD/src cWL5ZNesys/uvm uvmexp.h

   Move atomic_load_sint() under #ifdef _KERNEL in uvmexp.h.

   This new inline function should not pollute userland name space.
   ports/devel/nspr did not compile due to inline in ansi mode.

   reported and fix confirmed sthen@
VersionDeltaFile
1.25+7-7sys/uvm/uvmexp.h
+7-71 files

OpenBSD/ports FfztlT4net/syncthing distinfo Makefile, net/syncthing/patches patch-lib_syncthing_syncthing_go patch-internal_db_interface_go

   update to syncthing 2.0.14
VersionDeltaFile
1.53+2-2net/syncthing/distinfo
1.2+1-1net/syncthing/patches/patch-lib_syncthing_syncthing_go
1.78+1-1net/syncthing/Makefile
1.2+0-0net/syncthing/patches/patch-internal_db_interface_go
+4-44 files

OpenBSD/ports SFjCOVEnet/synapse distinfo modules.inc, net/synapse/patches patch-synapse_util_check_dependencies_py

   net/synapse: update to 1.147.1, from MAINTAINER Renaud Allard
VersionDeltaFile
1.87+18-16net/synapse/distinfo
1.50+8-7net/synapse/modules.inc
1.116+7-4net/synapse/Makefile
1.2+0-0net/synapse/patches/patch-synapse_util_check_dependencies_py
+33-274 files

OpenBSD/src UMdA6jdusr.sbin/bgpd rde_filter.c rde_peer.c

   Optimise the out filters rule evaluation by being more cache friendly.

   Similar to filter_sets convert the filter_rule tail queue into an array
   of smaller filter_match elements. On top of this deduplicate these rules
   via hash table and refcounts. As a result the data is now more cache
   friendly and the CPU spends less time waiting for data.

   The initial loading time of my test IXP RS setup drops from 25min down
   to around 18min. So this change produces a significant speedup on large
   BGP setups.

   OK tb@
VersionDeltaFile
1.145+126-17usr.sbin/bgpd/rde_filter.c
1.67+15-10usr.sbin/bgpd/rde_peer.c
1.342+10-5usr.sbin/bgpd/rde.h
1.683+5-4usr.sbin/bgpd/rde.c
1.533+4-1usr.sbin/bgpd/bgpd.h
+160-375 files

OpenBSD/ports 74wtW5Rdevel/jenkins/devel distinfo Makefile

   Update jenkins to 2.550 (not 2.500)

   Wrong update version in the last commit (spotted by aja)
VersionDeltaFile
1.190+2-2devel/jenkins/devel/distinfo
1.217+1-1devel/jenkins/devel/Makefile
+3-32 files

OpenBSD/ports JNgkViMx11/gnustep/libobjc2/patches patch-CMakeLists_txt

   rm empty file
VersionDeltaFile
1.12+0-0x11/gnustep/libobjc2/patches/patch-CMakeLists_txt
+0-01 files

OpenBSD/ports gFmBsh3devel/cmake/patches patch-Modules_FindMPEG2_cmake

   Missing delete patch in cmake4 update
VersionDeltaFile
1.13+0-0devel/cmake/patches/patch-Modules_FindMPEG2_cmake
+0-01 files

OpenBSD/ports REUPpNaarchivers/minizip Makefile distinfo, archivers/minizip/patches patch-mz_strm_os_posix_c

   update to minizip-4.1.0, from Brad
VersionDeltaFile
1.1+20-0archivers/minizip/patches/patch-mz_strm_os_posix_c
1.17+2-3archivers/minizip/Makefile
1.11+2-2archivers/minizip/distinfo
+24-53 files

OpenBSD/ports eWPkRM4games/recoil-rts/patches patch-CMakeLists_txt

   Missing cmake patch
VersionDeltaFile
1.1+10-0games/recoil-rts/patches/patch-CMakeLists_txt
+10-01 files

OpenBSD/ports CXCPpISaudio/clementine/patches patch-CMakeLists_txt, audio/libmusicbrainz5/patches patch-src_CMakeLists_txt

   Update CMake to 4.1.2

   Major update from 3.31.8 to 4.1.2.

   CMake 4.0 introduces a breaking change: compatibility with versions older than
   3.5 has been removed. Projects calling cmake_minimum_required() or
   cmake_policy() with versions < 3.5 now error out.

   To maintain compatibility with existing ports during the transition, the cmake
   module now provides MODCMAKE_POLICY_VERSION_OVERRIDE (idea from sthen@)
   support:

   - MODCMAKE_POLICY_VERSION_OVERRIDE ?= No
   - MODCMAKE_POLICY_VERSION_OVERRIDE_VER ?= 3.5

   When MODCMAKE_POLICY_VERSION_OVERRIDE is set to "yes", CMake is instructed to
   accept policy versions down to the specified minimum (default 3.5) via
   -DCMAKE_POLICY_VERSION_MINIMUM. This allows older ports to build while
   acknowledging they may use deprecated features.

    [5 lines not shown]
VersionDeltaFile
1.2+157-63devel/cmake/core/pkg/PLIST-help
1.21+8-201x11/awesome/patches/patch-CMakeLists_txt
1.3+146-22converters/wv2/patches/patch-cmake_MacroCreateLibtoolFile_cmake
1.5+9-62audio/clementine/patches/patch-CMakeLists_txt
1.6+7-41audio/libmusicbrainz5/patches/patch-src_CMakeLists_txt
1.5+32-6devel/cmake/core/pkg/PLIST-main
+359-395307 files not shown
+1,368-522313 files

OpenBSD/ports ZbbSnkWgames/gottcode Makefile.inc, games/gottcode/connectagram/pkg PLIST

   games/gottcode: update to Qt6 versions

   Brings 5 years of fixes/improvements and switches from qmake to cmake

   - connectagram-1.3.9
   - cutemaze-1.3.6
   - gottet-1.2.7
   - hexalate-1.2.6
   - peg-e-1.3.6
   - simsu-1.4.7
   - tanglet-1.6.9
   - tetzle-3.0.3
VersionDeltaFile
1.12+63-47games/gottcode/tanglet/pkg/PLIST
1.11+49-11games/gottcode/connectagram/pkg/PLIST
1.22+3-11games/gottcode/Makefile.inc
1.20+3-5games/gottcode/cutemaze/Makefile
1.25+1-6games/gottcode/tanglet/Makefile
1.23+2-5games/gottcode/simsu/Makefile
+121-8524 files not shown
+150-12730 files

OpenBSD/ports pe6vUdudevel/arm-compute-library Makefile distinfo, devel/arm-compute-library/patches patch-SConscript patch-SConstruct

   Update arm-compute-library to 52.8.0
VersionDeltaFile
1.16+3-3devel/arm-compute-library/patches/patch-SConscript
1.25+2-2devel/arm-compute-library/Makefile
1.19+2-2devel/arm-compute-library/distinfo
1.16+1-1devel/arm-compute-library/patches/patch-SConstruct
1.19+1-0devel/arm-compute-library/pkg/PLIST
+9-85 files

OpenBSD/ports 3Pg6f9ysysutils/rustic distinfo crates.inc

   Update to rustic-0.11.0

   If you use it with an existing config or repository, please take a look
   at https://rustic.cli.rs/docs/breaking_changes.html, as default behavior
   has been changed.

   Changes https://github.com/rustic-rs/rustic/releases/tag/v0.11.0
VersionDeltaFile
1.24+410-342sysutils/rustic/distinfo
1.19+204-170sysutils/rustic/crates.inc
1.29+1-1sysutils/rustic/Makefile
+615-5133 files

OpenBSD/ports 6JviuJIsecurity/xmlsec Makefile distinfo, security/xmlsec/patches patch-tests_testrun_sh patch-Makefile_in

   update to xmlsec-1.3.9
VersionDeltaFile
1.13+3-3security/xmlsec/patches/patch-tests_testrun_sh
1.7+2-2security/xmlsec/patches/patch-Makefile_in
1.67+2-2security/xmlsec/Makefile
1.27+2-2security/xmlsec/distinfo
1.2+0-0security/xmlsec/patches/patch-src_nss_keytrans_c
1.2+0-0security/xmlsec/patches/patch-src_gnutls_kt_rsa_c
+9-93 files not shown
+9-99 files

OpenBSD/ports Qh4F2tAaudio/lame Makefile distinfo, audio/lame/patches patch-libmp3lame_lame_c patch-include_libmp3lame_sym

   Update to lame-3.101pre6531.
VersionDeltaFile
1.1+17-0audio/lame/patches/patch-libmp3lame_lame_c
1.1+13-0audio/lame/patches/patch-include_libmp3lame_sym
1.68+7-5audio/lame/Makefile
1.21+2-2audio/lame/distinfo
1.8+2-2audio/lame/patches/patch-configure
1.14+2-1audio/lame/pkg/PLIST
+43-106 files

OpenBSD/ports ZLgLwcEproductivity/libphonenumber Makefile distinfo

   Update to libphonenumber-9.0.24.
VersionDeltaFile
1.91+10-9productivity/libphonenumber/Makefile
1.80+2-2productivity/libphonenumber/distinfo
+12-112 files

OpenBSD/ports fW6QQrcsysutils/opentofu distinfo Makefile

   Update to opentofu-1.11.5.
VersionDeltaFile
1.38+2-2sysutils/opentofu/distinfo
1.38+1-1sysutils/opentofu/Makefile
+3-32 files

OpenBSD/ports dzm9z2emath/gnumeric/patches patch-src_sstest_c

   Forgot to cvs add in previous.
VersionDeltaFile
1.1+14-0math/gnumeric/patches/patch-src_sstest_c
+14-01 files

OpenBSD/ports YaRrveZdevel/py-holidays distinfo Makefile

   update py-holidays to 0.90
VersionDeltaFile
1.4+2-2devel/py-holidays/distinfo
1.4+1-1devel/py-holidays/Makefile
+3-32 files

OpenBSD/ports vRzkHm3devel/py-debugpy Makefile distinfo

   update py-debugpy to 1.8.20
VersionDeltaFile
1.17+3-2devel/py-debugpy/Makefile
1.12+2-2devel/py-debugpy/distinfo
+5-42 files

OpenBSD/ports VDlEjd6www/jupyterlab distinfo Makefile, www/jupyterlab/pkg PLIST

   update jupyterlab to 4.5.4
VersionDeltaFile
1.14+27-27www/jupyterlab/pkg/PLIST
1.13+2-2www/jupyterlab/distinfo
1.13+1-1www/jupyterlab/Makefile
+30-303 files

OpenBSD/ports e1gseXIdevel/spyder/py-spyder-kernels distinfo, devel/spyder/spyder Makefile distinfo

   update spyder to 6.1.3
VersionDeltaFile
1.16+5-5devel/spyder/spyder/pkg/PLIST
1.40+5-4devel/spyder/spyder/Makefile
1.10+2-2x11/py-qtawesome/distinfo
1.12+2-2devel/spyder/py-spyder-kernels/distinfo
1.15+2-2devel/spyder/spyder/distinfo
1.9+2-2shells/py-qtconsole/distinfo
+18-173 files not shown
+21-219 files

OpenBSD/src x3H9vL9usr.bin/ssh sshconnect.h

   remove unneeded forward struct declaration
   ok djm@
VersionDeltaFile
1.50+1-2usr.bin/ssh/sshconnect.h
+1-21 files

OpenBSD/ports 3lURyb6editors/libreoffice/patches patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_cxx patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_hxx

   Prepare libreoffice for poppler-26.02.0.

   ok robert@ (maintainer)
VersionDeltaFile
1.21+69-26editors/libreoffice/patches/patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_cxx
1.12+58-10editors/libreoffice/patches/patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_hxx
+127-362 files