OpenBSD/ports w14bquswww/seamonkey Makefile, www/seamonkey/patches patch-extensions_spellcheck_hunspell_glue_hunspell_fopen_hooks_h

   seamonkey: unbreak build with libcxx22, discussed with landry

   hunspell_fopen_hooks.h contains a preprocessor hack to replace the standard
   fopen() with one supporting readahead. This used to work because libcxx's
   fstream header used a naked fopen() call. libcxx22 changed to std::fopen(),
   so the build breaks because there is no std::hunspell_fopen_readahead():

   /usr/include/c++/v1/fstream:716:20: error: no member named 'hunspell_fopen_readahead' in namespace 'std'; did you mean simply 'hunspell_fopen_readahead'?
     716 |   return __do_open(std::fopen(__s, __mdstr), __mode);
VersionDeltaFile
1.1+17-0www/seamonkey/patches/patch-extensions_spellcheck_hunspell_glue_hunspell_fopen_hooks_h
1.323+2-0www/seamonkey/Makefile
+19-02 files

OpenBSD/ports iD4YAMIgeo/josm Makefile distinfo

   geo/josm: update to svn r19613, from MAINTAINER Holger Mikolon

   original diff from Christoph Liebender moving to jdk25, but this has
   memory issues at runtime as noted by MAINTAINER so stay with jdk17.
VersionDeltaFile
1.31+2-2geo/josm/distinfo
1.53+1-1geo/josm/Makefile
+3-32 files

OpenBSD/ports 5yhcHjgx11/xfce4/xfce4-dict/patches patch-lib_common_c

   x11/xfce4/xfce4-dict: add link to upstream MR
VersionDeltaFile
1.4+2-0x11/xfce4/xfce4-dict/patches/patch-lib_common_c
+2-01 files

OpenBSD/ports GSfmZV3net/isc-bind distinfo Makefile, net/isc-bind/patches patch-bin_dig_nslookup_c patch-bin_dig_dig_c

   update to isc-bind-9.20.27
VersionDeltaFile
1.25.2.2+2-2net/isc-bind/patches/patch-bin_dig_nslookup_c
1.43.2.1+2-2net/isc-bind/patches/patch-bin_dig_dig_c
1.146.2.4+2-2net/isc-bind/distinfo
1.218.2.4+2-2net/isc-bind/Makefile
+8-84 files

OpenBSD/ports qpjwQ4qnet/isc-bind distinfo Makefile, net/isc-bind/patches patch-bin_dig_nslookup_c patch-bin_dig_dig_c

   update to isc-bind-9.20.27
VersionDeltaFile
1.27+2-2net/isc-bind/patches/patch-bin_dig_nslookup_c
1.44+2-2net/isc-bind/patches/patch-bin_dig_dig_c
1.150+2-2net/isc-bind/distinfo
1.222+2-2net/isc-bind/Makefile
+8-84 files

OpenBSD/ports Ej7Zdailang/luajit distinfo Makefile

   update to luajit-2.1.1787058514
VersionDeltaFile
1.17+2-2lang/luajit/distinfo
1.43+2-2lang/luajit/Makefile
+4-42 files

OpenBSD/ports msSKM4Tnet/librenms Makefile distinfo, net/librenms/patches patch-resources_definitions_config_definitions_json patch-daily_sh

   update to librenms-26.8.1
VersionDeltaFile
1.2.4.4+1,461-35net/librenms/pkg/PLIST-main
1.41.4.2+9-21net/librenms/patches/patch-daily_sh
1.152.2.4+4-4net/librenms/distinfo
1.8.2.3+1-1net/librenms/patches/patch-resources_definitions_config_definitions_json
1.223.2.4+1-1net/librenms/Makefile
1.2.4.3+1-0net/librenms/pkg/PLIST-doc
+1,477-626 files

OpenBSD/ports H9hW3mHnet/librenms Makefile distinfo

   update to librenms-26.8.1
VersionDeltaFile
1.160+2-2net/librenms/distinfo
1.232+1-1net/librenms/Makefile
+3-32 files

OpenBSD/ports rnT2mm8emulators/qemu/patches patch-hw_usb_octeon_usb_c patch-hw_pci-bridge_octeon_pci_c

   emulators/qemu: backport octeon machine

   OK: Brad Smith (maintainer)
VersionDeltaFile
1.1+3,041-0emulators/qemu/patches/patch-hw_mips_octeon_c
1.1+827-0emulators/qemu/patches/patch-hw_usb_hcd-xhci_c
1.1+566-0emulators/qemu/patches/patch-tests_qtest_xhci-event-ring-test_c
1.1+559-0emulators/qemu/patches/patch-hw_i2c_octeon_twsi_c
1.1+536-0emulators/qemu/patches/patch-hw_pci-bridge_octeon_pci_c
1.1+325-0emulators/qemu/patches/patch-hw_usb_octeon_usb_c
+5,854-029 files not shown
+7,076-635 files

OpenBSD/ports 69rQIxQwww/librewolf Makefile, www/librewolf/patches patch-xpcom_ds_nsAtom_h

   librewolf: apply libcxx22 patch from www/mozilla-firefox, from yaydn
VersionDeltaFile
1.1+29-0www/librewolf/patches/patch-xpcom_ds_nsAtom_h
1.12+1-0www/librewolf/Makefile
+30-02 files

OpenBSD/ports inCVWs5www/yt-dlp Makefile distinfo, www/yt-dlp/patches patch-pyproject_toml

   Update to yt-dlp 2026.08.19, from Mikolaj Kucharski
VersionDeltaFile
1.72+2-2www/yt-dlp/distinfo
1.9+1-1www/yt-dlp/patches/patch-pyproject_toml
1.80+1-1www/yt-dlp/Makefile
+4-43 files

OpenBSD/ports CktAiTRx11/qt6/qtshadertools Makefile, x11/qt6/qtshadertools/patches patch-src_glslang_CMakeLists_txt

   x11/qt6/qtshadertools: fix build with libcxx22, ok rsadowski (maintainer)

   Building doc.cc with -O2 gobbles up all the memory and ends with
   "LLVM ERROR: out of memory". That's probably a compiler bug.
   Force -O1 on that file as a workaround.
VersionDeltaFile
1.1+13-0x11/qt6/qtshadertools/patches/patch-src_glslang_CMakeLists_txt
1.12+1-0x11/qt6/qtshadertools/Makefile
+14-02 files

OpenBSD/ports SHzWXWNnet/filezilla distinfo Makefile, net/filezilla/patches patch-src_engine_Makefile_am patch-src_commonui_fz_paths_cpp

   Update to filezilla-3.71.0

   Changes: https://filezilla-project.org/changelog.php

   Follow output of check_sym: bump major of libfzclient-private.
VersionDeltaFile
1.130+4-4net/filezilla/Makefile
1.6+2-2net/filezilla/patches/patch-src_commonui_fz_paths_cpp
1.74+2-2net/filezilla/distinfo
1.12+1-1net/filezilla/patches/patch-src_engine_Makefile_am
+9-94 files

OpenBSD/ports tE4w1v0net/fzssh distinfo Makefile

   Update to fzssh-1.4.0

   Changes: https://fzssh.filezilla-project.org

   Follow output of check_sym: bump major of libfzssh-client and libfzssh.
VersionDeltaFile
1.3+4-4net/fzssh/Makefile
1.3+2-2net/fzssh/distinfo
+6-62 files

OpenBSD/ports YRlPqSYnet/libfilezilla distinfo Makefile, net/libfilezilla/patches patch-lib_impersonation_cpp

   Update to libfilezilla-0.57.0

   Changes: https://lib.filezilla-project.org

   Follow output of check_sym: bump major of libfilezilla.
VersionDeltaFile
1.8+5-5net/libfilezilla/patches/patch-lib_impersonation_cpp
1.41+2-2net/libfilezilla/distinfo
1.52+2-2net/libfilezilla/Makefile
+9-93 files

OpenBSD/ports 9fe17Uxnet/kismet Makefile, net/kismet/patches patch-fmt_format_h

   kismet: fix build of bundled fmt with libcxx22: stdlib.h for malloc/free
VersionDeltaFile
1.1+14-0net/kismet/patches/patch-fmt_format_h
1.57+1-1net/kismet/Makefile
+15-12 files

OpenBSD/ports Z6L82x7audio/navidrome Makefile modules.inc

   Update to navidrome-0.63.2

   From Igor Zornik (maintainer), "looks ok ports-wise" from sthen and
   tested by Fred Crowson.
VersionDeltaFile
1.11+402-474audio/navidrome/distinfo
1.12+123-167audio/navidrome/modules.inc
1.22+19-8audio/navidrome/Makefile
+544-6493 files

OpenBSD/ports zOOTDWtnet/miniflux Makefile modules.inc, net/miniflux/pkg miniflux.rc

   Update to miniflux-2.3.3

   While there, update with miniflux.rc with:

   - By default miniflux logs to standard error, so setting the daemon
     output will hook it up with syslogd out of the box.

   - Service now supports reloading. It's only for reloading TLS
     certificates, not log files. If you wish to do anything extra with
   your log files, you'll have to do it with syslogd by setting the
   logging back to default as mentioned in the previous paragraph.

   From Igor Zornik (maintainer)
VersionDeltaFile
1.31+78-110net/miniflux/distinfo
1.29+26-37net/miniflux/modules.inc
1.35+2-2net/miniflux/Makefile
1.3+1-1net/miniflux/pkg/miniflux.rc
+107-1504 files

OpenBSD/ports GNSsRIWwww/minify modules.inc Makefile

   Update to minify-2.24.17

   From Igor Zornik (maintainer)
VersionDeltaFile
1.6+14-14www/minify/distinfo
1.5+3-3www/minify/modules.inc
1.6+3-3www/minify/Makefile
+20-203 files

OpenBSD/ports cbGWdXzsysutils/fzf modules.inc Makefile

   Update to fzf-0.74.3

   From Laurent Cheylus (maintainer)
VersionDeltaFile
1.54+6-6sysutils/fzf/distinfo
1.23+1-1sysutils/fzf/modules.inc
1.63+1-1sysutils/fzf/Makefile
+8-83 files

OpenBSD/ports yqTGF1acomms Makefile

   hook up gr-osmosdr and gqrx
VersionDeltaFile
1.99+2-0comms/Makefile
+2-01 files

OpenBSD/ports F5JHm8Fcomms/gqrx distinfo Makefile, comms/gqrx/pkg DESCR PLIST

   Initial revision
VersionDeltaFile
1.1+40-0comms/gqrx/Makefile
1.1+11-0comms/gqrx/pkg/PLIST
1.1+2-0comms/gqrx/pkg/DESCR
1.1+2-0comms/gqrx/distinfo
1.1.1.1+0-0comms/gqrx/distinfo
1.1.1.1+0-0comms/gqrx/Makefile
+55-02 files not shown
+55-08 files

OpenBSD/ports WAZdxkucomms/gr-osmosdr Makefile distinfo, comms/gr-osmosdr/patches patch-CMakeLists_txt

   import gr-osmosdr

   Unified gnuradio input/output block for a variety of SDR devices,
   including RTL-SDR and HackRF.

   needed as dependency for new comms/gqrx


   feedback and OK bentley@


VersionDeltaFile
1.1+43-0comms/gr-osmosdr/Makefile
1.1+22-0comms/gr-osmosdr/pkg/PLIST
1.1+12-0comms/gr-osmosdr/patches/patch-CMakeLists_txt
1.1+2-0comms/gr-osmosdr/pkg/DESCR
1.1+2-0comms/gr-osmosdr/distinfo
1.1.1.1+0-0comms/gr-osmosdr/Makefile
+81-04 files not shown
+81-010 files

OpenBSD/ports WsOiQfXwww/nginx Makefile distinfo

   update some of the nginx extensions, ok robert

   nginx-modules-ngx_http_hmac_secure_link_module-2.0.0
   nginx-njs-1.0.0
   openresty-headers-more-nginx-module-v0.40
   owasp-modsecurity-ModSecurity-nginx-v1.0.4
   vision5-ngx_devel_kit-v0.3.4
VersionDeltaFile
1.102+10-10www/nginx/distinfo
1.209+10-6www/nginx/Makefile
+20-162 files

OpenBSD/ports aBuot1ctextproc/simdutf distinfo Makefile, textproc/simdutf/pkg PFRAG.tools

   textproc/simdutf: Update to 9.1.0
VersionDeltaFile
1.9+3-3textproc/simdutf/Makefile
1.8+2-2textproc/simdutf/distinfo
1.3+1-1textproc/simdutf/pkg/PFRAG.tools
+6-63 files

OpenBSD/ports QpM9Qstgraphics/pixelorama Makefile distinfo

   graphics/pixelorama: Update to 1.2.1
VersionDeltaFile
1.7+4-4graphics/pixelorama/distinfo
1.9+1-1graphics/pixelorama/Makefile
+5-52 files

OpenBSD/ports dvDclvOsysutils/moor Makefile modules.inc

   sysutils/moor: Update to 2.17.0

   From MAINTAINER Lydia Sobot, thanks
VersionDeltaFile
1.12+50-112sysutils/moor/distinfo
1.6+15-40sysutils/moor/modules.inc
1.12+1-1sysutils/moor/Makefile
+66-1533 files

OpenBSD/ports fATap5Pdevel/thrift distinfo Makefile, devel/thrift/patches patch-lib_cpp_src_thrift_transport_TSocketUtils_h patch-lib_cpp_src_thrift_transport_TServerSocket_cpp

   update to devel/thrift 0.24.0, ok landry

   builds with libcxx22 once one disables tests. arrow/cpp and gdal also build.
   https://github.com/apache/thrift/blob/40d5a7ed9558adaacefc2aa4958fb6742d9b3f3f/CHANGES.md#0240
VersionDeltaFile
1.4+8-11devel/thrift/Makefile
1.3+10-4devel/thrift/patches/patch-lib_cpp_src_thrift_transport_TSSLSocket_cpp
1.2+2-2devel/thrift/patches/patch-lib_cpp_src_thrift_transport_TSocketUtils_h
1.2+2-2devel/thrift/patches/patch-lib_cpp_src_thrift_transport_TServerSocket_cpp
1.2+2-2devel/thrift/distinfo
1.2+1-1devel/thrift/pkg/PLIST
+25-222 files not shown
+25-228 files

OpenBSD/ports vRztthnwww/librewolf distinfo Makefile, www/librewolf/patches patch-toolkit_components_downloads_DownloadIntegration_sys_mjs patch-js_src_ctypes_libffi_src_dlmalloc_c

   www/librewolf: update to 154.0-2, from yaydn
VersionDeltaFile
1.1+17-0www/librewolf/patches/patch-third_party_angle_angle_common_gn_moz_build
1.2+6-6www/librewolf/patches/patch-js_src_ctypes_libffi_src_dlmalloc_c
1.10+2-2www/librewolf/distinfo
1.11+2-2www/librewolf/Makefile
1.3+1-1www/librewolf/patches/patch-toolkit_components_downloads_DownloadIntegration_sys_mjs
+28-115 files

OpenBSD/ports o3awzejdatabases/postgresql-previous Makefile distinfo

   dataases/postgresql-previous: MFC update to 17.11.

   see https://www.postgresql.org/docs/release/17.11/
VersionDeltaFile
1.13.2.1+2-2databases/postgresql-previous/distinfo
1.32.2.1+1-2databases/postgresql-previous/Makefile
+3-42 files