OpenBSD/ports 5wpNCkDlang/php/8.2 Makefile, lang/php/8.2/pkg php82_fpm.rc

   Allow rcctl reload for php-fpm (it uses a non-standard signal)
   Mention that large opcache may delay shutdown in pkg-readme and suggest
   "rcctl set phpXX_fpm timeout"

   Following mails and slightly different diffs from Leo Unglaub
VersionDeltaFile
1.19.2.1+4-0lang/php/files/README-main
1.1.12.1+1-1lang/php/8.2/pkg/php82_fpm.rc
1.1.4.1+1-1lang/php/8.4/pkg/php84_fpm.rc
1.1.8.1+1-1lang/php/8.3/pkg/php83_fpm.rc
1.44.2.7+1-0lang/php/8.3/Makefile
1.54.2.5+1-0lang/php/8.2/Makefile
+9-31 files not shown
+10-37 files

OpenBSD/ports 5HKmNDZlang/php/8.2/pkg php82_fpm.rc, lang/php/8.3/pkg php83_fpm.rc

   Allow rcctl reload for php-fpm (it uses a non-standard signal)
   Mention that large opcache may delay shutdown in pkg-readme and suggest
   "rcctl set phpXX_fpm timeout"

   Following mails and slightly different diffs from Leo Unglaub
VersionDeltaFile
1.20+4-0lang/php/files/README-main
1.32+2-1lang/php/8.4/Makefile
1.2+1-1lang/php/8.3/pkg/php83_fpm.rc
1.2+1-1lang/php/8.2/pkg/php82_fpm.rc
1.2+1-1lang/php/8.4/pkg/php84_fpm.rc
1.2+1-1lang/php/8.5/pkg/php85_fpm.rc
+10-53 files not shown
+13-59 files

OpenBSD/ports ilxeMGJnet/unifi/main Makefile

   add a comment explaining why this is sticking at 10.0
   (10.1 nags to move to unifi os, and removes backups)
VersionDeltaFile
1.63+3-1net/unifi/main/Makefile
+3-11 files

OpenBSD/src vEHIVzrusr.sbin/bgpd rde.c

   Call rde_filterstate_init() early since goto badflow will call
   rde_filterstate_clean() and so the state must be initalized.

   Fix for CID 501585
VersionDeltaFile
1.685+3-2usr.sbin/bgpd/rde.c
+3-21 files

OpenBSD/ports RHp9VdBdevel/uv distinfo crates.inc

   update to uv-0.10.3, from Laurent Cheylus (maintainer)
VersionDeltaFile
1.21+46-48devel/uv/distinfo
1.21+22-23devel/uv/crates.inc
1.23+5-6devel/uv/Makefile
+73-773 files

OpenBSD/ports 6ZfdPlBdevel/maturin distinfo Makefile

   update to maturin-1.12.2
VersionDeltaFile
1.27+2-2devel/maturin/distinfo
1.45+1-1devel/maturin/Makefile
+3-32 files

OpenBSD/ports nJXyQE1devel/py-cloudpickle Makefile distinfo, devel/py-cloudpickle/pkg PLIST

   update to py3-cloudpickle-3.1.2
VersionDeltaFile
1.20+16-13devel/py-cloudpickle/Makefile
1.6+2-2devel/py-cloudpickle/distinfo
1.11+0-4devel/py-cloudpickle/pkg/PLIST
+18-193 files

OpenBSD/ports Ertp6gQdevel/spidermonkey140 distinfo Makefile

   Update to spidermonkey140-140.7.1.
VersionDeltaFile
1.5+2-2devel/spidermonkey140/distinfo
1.5+1-1devel/spidermonkey140/Makefile
+3-32 files

OpenBSD/ports qLeb2uPsysutils/gemini-cli Makefile distinfo, sysutils/gemini-cli/pkg PLIST

   Update to gemini-cli-0.28.2.
VersionDeltaFile
1.2+597-90sysutils/gemini-cli/pkg/PLIST
1.2+2-2sysutils/gemini-cli/Makefile
1.2+2-2sysutils/gemini-cli/distinfo
+601-943 files

OpenBSD/ports WutaLEqinputmethods/ibus-typing-booster distinfo Makefile

   Update to ibus-typing-booster-2.30.4.
VersionDeltaFile
1.92+2-2inputmethods/ibus-typing-booster/distinfo
1.101+1-1inputmethods/ibus-typing-booster/Makefile
+3-32 files

OpenBSD/ports TElArBngraphics/openjph distinfo Makefile

   Update to openjph-0.26.3.
VersionDeltaFile
1.12+2-2graphics/openjph/distinfo
1.13+1-1graphics/openjph/Makefile
+3-32 files

OpenBSD/src Tyhu3RPusr.bin/tmux grid.c

   Reuse extended entry when clearing RGB cell, to prevent memory growth
   when cells are repeatedly cleared (they are only compacted when scrolled
   off screen). From Michael K Darling in GitHub issue 4862.
VersionDeltaFile
1.142+8-2usr.bin/tmux/grid.c
+8-21 files

OpenBSD/ports FvoM5Qwgames/megaglest/base Makefile

   Set MODCMAKE_POLICY_VERSION_OVERRIDE.
VersionDeltaFile
1.25+2-0games/megaglest/base/Makefile
+2-01 files

OpenBSD/src Ciiy4eJsys/dev softraid_crypto.c

   Always close the device.

   ok yasuoka
VersionDeltaFile
1.147+2-4sys/dev/softraid_crypto.c
+2-41 files

OpenBSD/ports io7L54Glang/verilator Makefile distinfo, lang/verilator/patches patch-bin_verilator patch-test_regress_driver_py

   Update to Verilator 5.044

   Correctness from sthen@

   ok sthen@
VersionDeltaFile
1.9+101-14lang/verilator/pkg/PLIST
1.1+30-0lang/verilator/patches/patch-bin_verilator
1.1+30-0lang/verilator/patches/patch-test_regress_driver_py
1.21+18-8lang/verilator/Makefile
1.8+2-2lang/verilator/distinfo
1.3+0-0lang/verilator/patches/patch-src_verilog_y
+181-244 files not shown
+181-2410 files

OpenBSD/src cXqN5kAsys/uvm uvm_meter.c uvmexp.h, usr.bin/systat uvm.c

   Reuse an unused field in uvmexp, and introduce swpskip.  In the near
   future, this will count how many times pages are not sent to swap
   because the pagedaemon detects the swap system won't be able to deliver
   results (and toss the cluster of pages back)
   ok beck
VersionDeltaFile
1.13+8-8usr.bin/systat/uvm.c
1.56+3-3sys/uvm/uvm_meter.c
1.26+2-3sys/uvm/uvmexp.h
+13-143 files

OpenBSD/src RlZeT5wusr.bin/systat engine.c

   The uvm display abuses the FLD subsystem with a set of empty labels,
   which results in an extra blank line. Work around this by noticing all
   the labels are empty and not doing a newline.
VersionDeltaFile
1.31+6-2usr.bin/systat/engine.c
+6-21 files

OpenBSD/ports bOArSc5lang/ghc distinfo

   Fix up distinfo size mismatch in lang/ghc (sha256 was OK)

   Noted by naddy@
VersionDeltaFile
1.83+1-1lang/ghc/distinfo
+1-11 files

OpenBSD/src 9dg8qwZusr.bin/ssh ssh-agent.c ssh.c

   remove duplicate includes; ok dtucker@
VersionDeltaFile
1.319+1-2usr.bin/ssh/ssh-agent.c
1.626+1-2usr.bin/ssh/ssh.c
1.37+1-2usr.bin/ssh/sshlogin.c
+3-63 files

OpenBSD/src eUSxWeRsys/dev/ic qwx.c

   correct bounds check on number of memory segments
   found with smatch, feedback and ok stsp@
VersionDeltaFile
1.99+2-3sys/dev/ic/qwx.c
+2-31 files

OpenBSD/src FdTMiGiusr.sbin/rpki-client rpki-asn1.h

   update extern for renamed variable

   EncapContentInfo_it was renamed to ContentInfo_it in ccr.c rev 1.31
   ok claudio@
VersionDeltaFile
1.13+2-2usr.sbin/rpki-client/rpki-asn1.h
+2-21 files

OpenBSD/ports BTuGds6productivity/khal Makefile distinfo, productivity/khal/patches patch-khal_ui_calendarwidget_py patch-khal_ui_editor_py

   update to khal-0.13.0, ok jung@
   drop jung as maintainer as he requested
VersionDeltaFile
1.11+15-2productivity/khal/pkg/PLIST
1.27+3-7productivity/khal/Makefile
1.10+2-2productivity/khal/distinfo
1.2+0-0productivity/khal/patches/patch-khal_ui_calendarwidget_py
1.2+0-0productivity/khal/patches/patch-khal_ui_editor_py
1.2+0-0productivity/khal/patches/patch-khal_ui_widgets_py
+20-116 files

OpenBSD/ports 3IC8TVKnet/p5-Net-DNS-SEC distinfo Makefile

   update p5-Net-DNS-SEC to 1.27
VersionDeltaFile
1.35+4-4net/p5-Net-DNS-SEC/distinfo
1.49+1-1net/p5-Net-DNS-SEC/Makefile
+5-52 files

OpenBSD/ports bmXcI8Ysecurity/polarssl Makefile distinfo, security/polarssl/patches patch-library_timing_c patch-CMakeLists_txt

   MFC: SECURITY update to mbedtls-2.28.10

   Update to the last release in the now unsupported 2.28 LTS branch.

   - Buffer overread in TLS stream cipher suites
   https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2023-10-1/
   - Timing side channel in private key RSA operations.
   https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2024-01-1/
   - Buffer overflow in mbedtls_x509_set_extension()
   https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2024-01-2/
   - Insecure handling of shared memory in PSA Crypto APIs
   https://github.com/Mbed-TLS/mbedtls-docs/blob/main/security-advisories/mbedtls-security-advisory-2024-03.md
   - CTR_DRBG prioritized over HMAC_DRBG as the PSA DRBG
   https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2024-08-1/
   - Potential authentication bypass in TLS handshake
   https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-03-2/
   - TLS clients may unwittingly skip server authentication
   https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-03-1/
VersionDeltaFile
1.1.16.1+16-10security/polarssl/patches/patch-library_timing_c
1.20.16.1+24-0security/polarssl/pkg/PLIST
1.50.4.1+7-8security/polarssl/Makefile
1.12.16.1+3-3security/polarssl/patches/patch-CMakeLists_txt
1.16.16.1+3-3security/polarssl/patches/patch-include_mbedtls_config_h
1.32.16.1+2-2security/polarssl/distinfo
+55-266 files

OpenBSD/ports MCjsnBJsecurity/polarssl Makefile distinfo, security/polarssl/patches patch-library_timing_c patch-CMakeLists_txt

   SECURITY update to mbedtls-2.28.10

   Update to the last release in the now unsupported 2.28 LTS branch.

   - Buffer overread in TLS stream cipher suites
   https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2023-10-1/
   - Timing side channel in private key RSA operations.
   https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2024-01-1/
   - Buffer overflow in mbedtls_x509_set_extension()
   https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2024-01-2/
   - Insecure handling of shared memory in PSA Crypto APIs
   https://github.com/Mbed-TLS/mbedtls-docs/blob/main/security-advisories/mbedtls-security-advisory-2024-03.md
   - CTR_DRBG prioritized over HMAC_DRBG as the PSA DRBG
   https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2024-08-1/
   - Potential authentication bypass in TLS handshake
   https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-03-2/
   - TLS clients may unwittingly skip server authentication
   https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-03-1/
VersionDeltaFile
1.2+16-10security/polarssl/patches/patch-library_timing_c
1.21+24-0security/polarssl/pkg/PLIST
1.53+5-6security/polarssl/Makefile
1.13+3-3security/polarssl/patches/patch-CMakeLists_txt
1.17+3-3security/polarssl/patches/patch-include_mbedtls_config_h
1.33+2-2security/polarssl/distinfo
+53-246 files

OpenBSD/ports LwvpIbXnet/p5-Net-DNS distinfo Makefile, net/p5-Net-DNS/pkg PLIST

   update p5-Net-DNS-1.54
VersionDeltaFile
1.90+4-4net/p5-Net-DNS/distinfo
1.116+1-1net/p5-Net-DNS/Makefile
1.39+2-0net/p5-Net-DNS/pkg/PLIST
+7-53 files

OpenBSD/ports KPSTI1umisc/llama.cpp Makefile distinfo

   misc/llama.cpp: update to b8067

   OK: volker@
VersionDeltaFile
1.16+5-3misc/llama.cpp/Makefile
1.9+2-2misc/llama.cpp/distinfo
+7-52 files

OpenBSD/ports p5Yyi8hdevel/libggml Makefile distinfo, devel/libggml/patches patch-CMakeLists_txt patch-src_ggml-backend-reg_cpp

   devel/libggml: update to 0.9.7

   OK: volker@
VersionDeltaFile
1.8+3-4devel/libggml/Makefile
1.6+2-2devel/libggml/distinfo
1.3+1-1devel/libggml/patches/patch-CMakeLists_txt
1.4+1-1devel/libggml/patches/patch-src_ggml-backend-reg_cpp
+7-84 files

OpenBSD/ports PEIKf6Oarchivers/zpaqfranz distinfo Makefile

   Update zpaqfranz to 64.5

   From maintainer tux0r, thanks!
VersionDeltaFile
1.37+2-2archivers/zpaqfranz/distinfo
1.40+1-1archivers/zpaqfranz/Makefile
+3-32 files

OpenBSD/ports cWwykoitextproc/pastel distinfo crates.inc

   textproc/pastel: Update to 0.12.0
VersionDeltaFile
1.4+16-22textproc/pastel/distinfo
1.4+7-10textproc/pastel/crates.inc
1.5+1-1textproc/pastel/Makefile
+24-333 files