OpenBSD/src hKS7JACsys/kern vfs_biomem.c

   sys/vfs_biomem: add missed atop() in buf_alloc_pages()

   bufbackoff() operates in pages, but size at this call site was a byte
   count; the old loop therefore asked for far too much backoff and
   compared reclaimed pages against bytes.

   On a low memory machine that made the NOWAIT retry path much less likely
   to succeed, so the code dropped into the WAITOK allocation below and
   slept.

   Using atop() puts the units back in line; backoff can now satisfy the
   intended request, and the subsequent NOWAIT retry again has a realistic
   chance of success. The WAITOK path remains possible, but it should be
   reached less often.

   OK deraadt@, beck@
VersionDeltaFile
1.54+2-2sys/kern/vfs_biomem.c
+2-21 files

OpenBSD/ports eZnXsBQdevel/quirks Makefile, devel/quirks/files Quirks.pm

   remove sysutils/nix 2.3.16 as "no longer usefel"

   Efforts to get nix(pkgs) going on OpenBSD seem to have been dropped
   completely, I stopped using our port looong ago and, since import in
   2023, have never received a single report from anyone.

   Some things never worked, others require bits in nixpkgs to be done,
   which never happened.

   If work ever continues, this can be pulled back from the attic;
   until then, get give back some bulk build time.

   No objections on ports@
   OK rsadowski
VersionDeltaFile
1.1798+2-1devel/quirks/files/Quirks.pm
1.1786+1-1devel/quirks/Makefile
1.783+0-1sysutils/Makefile
1.2+0-0sysutils/nix/pkg/PLIST
1.2+0-0sysutils/nix/pkg/DESCR
1.3+0-0sysutils/nix/patches/patch-src_nix_local_mk
+3-39 files not shown
+3-315 files

OpenBSD/ports c2DtKFznet/krill Makefile

   krill: USE_NOEXECONLY on amd64 due to aws-lc-sys

   Without this the basic publication server config crashes on startup.
   https://krill.docs.nlnetlabs.nl/en/stable/publication-server.html#configure
VersionDeltaFile
1.7+7-0net/krill/Makefile
+7-01 files

OpenBSD/ports pw5ldc0devel/zizmor Makefile

   zizmor: add link to amd64 xonly PR for s2n-bignum
VersionDeltaFile
1.2+1-0devel/zizmor/Makefile
+1-01 files

OpenBSD/src ccyORY3usr.bin/watch watch.c

   Remove unnecessary free before exit calls

   OK deraadt@
VersionDeltaFile
1.39+1-3usr.bin/watch/watch.c
+1-31 files

OpenBSD/src hjFRBkGusr.sbin/rpki-client http.c

   At the end of parsing the http response header do some sanity checks
   to ensure that the response includes all needed data.

   Right now only the presence of a Location header is checked if a HTTP
   redirect was returned (e.g. a 301 status).

   Different fix for a report from Daniel Anderson
   OK tb@
VersionDeltaFile
1.102+8-3usr.sbin/rpki-client/http.c
+8-31 files

OpenBSD/src 03YC6XQsys/arch/powerpc/ddb db_trace.c

   In powerpc stacktrace_save(), start at correct return address

   I got an empty trace.  It was reading garbage as the 1st return
   address and might have accidentally taken the "if (lr & 3) break;".
   By using __builtin_return_address(0) and pointing to the correct
   frame, I get a trace where #0 is the function calling
   stacktrace_save().
VersionDeltaFile
1.22+11-4sys/arch/powerpc/ddb/db_trace.c
+11-41 files

OpenBSD/src Ve06m8Tusr.bin/watch watch.c

   Check cleared memory allocation and free before exit for consistency

   From Jan Schreiber, input from Patrick Keshishian

   OK tb@
VersionDeltaFile
1.38+5-2usr.bin/watch/watch.c
+5-21 files

OpenBSD/src 2uvca3Usys/dev/fdt xhci_fdt.c

   Enable Vbus regulator if there is one

   Needed on the Banana Pi F3 to power USB devices.

   ok jsing@
VersionDeltaFile
1.29+10-3sys/dev/fdt/xhci_fdt.c
+10-31 files

OpenBSD/ports tuKALu2astro/py-astropy-iers-data distinfo Makefile

   update to astropy-iers-data to have a reasonably fresh one for release
VersionDeltaFile
1.30+2-2astro/py-astropy-iers-data/distinfo
1.32+1-1astro/py-astropy-iers-data/Makefile
+3-32 files

OpenBSD/ports 8u4x5Kvnet/icinga/web2 Makefile

   moved too much, this one still needs pdo
VersionDeltaFile
1.81+6-2net/icinga/web2/Makefile
+6-21 files

OpenBSD/ports okt3bl6net/icinga/icinga-php-library/pkg PLIST, net/icinga/icinga-php-thirdparty/pkg PLIST

   update the Icinga Web 2 stack, mostly from Alvar Penning with a few tweaks
   from me.

   if you're using old style IDO-based monitoring, you'll need to install
   the new icinga-web2-module-monitoring module, since it was split off from
   the main Web 2.

   if you're using Icinga DB then you don't need that (continue to use
   icingadb-web).
VersionDeltaFile
1.8+1,854-3,621net/icinga/icinga-php-thirdparty/pkg/PLIST
1.19+689-9net/icinga/icinga-php-library/pkg/PLIST
1.1+462-0net/icinga/web2-module-monitoring/pkg/PLIST
1.40+9-445net/icinga/web2/pkg/PLIST
1.15+9-5net/icinga/web2/pkg/README
1.80+7-7net/icinga/web2/Makefile
+3,030-4,08718 files not shown
+3,074-4,11624 files

OpenBSD/ports mZUQiLtdevel/ruff distinfo crates.inc, devel/ruff/patches patch-Cargo_toml patch-crates_ruff_db_Cargo_toml

   Update to ruff 0.15.9 from maintainer (+ regen patches)

   https://github.com/astral-sh/ruff/releases/tag/0.15.9
   https://github.com/astral-sh/ruff/releases/tag/0.15.8
VersionDeltaFile
1.10+86-106devel/ruff/distinfo
1.10+41-51devel/ruff/crates.inc
1.10+3-3devel/ruff/patches/patch-Cargo_toml
1.11+2-2devel/ruff/Makefile
1.6+1-1devel/ruff/patches/patch-crates_ruff_db_Cargo_toml
+133-1635 files

OpenBSD/ports 7oHtWlveditors/joe distinfo Makefile, editors/joe/pkg PLIST

   update to joe-4.7
VersionDeltaFile
1.22+6-0editors/joe/pkg/PLIST
1.16+2-2editors/joe/distinfo
1.56+1-2editors/joe/Makefile
+9-43 files

OpenBSD/ports 8kW8odosysutils/nut Makefile, sysutils/nut/pkg PLIST-main PLIST-cgi

   nut tweaks:

   fix nutclient manpages and start installing them (files contained just .So
   links, so replace with symlinks)

   install missing html files

   some other minor cleanup
VersionDeltaFile
1.37+27-34sysutils/nut/pkg/PLIST-main
1.131+23-22sysutils/nut/Makefile
1.9+5-0sysutils/nut/pkg/PLIST-cgi
+55-563 files

OpenBSD/ports AXWzloddevel/uv distinfo crates.inc

   Update to uv 0.11.5

   https://github.com/astral-sh/uv/releases/tag/0.11.5
   https://github.com/astral-sh/uv/releases/tag/0.11.4
   https://github.com/astral-sh/uv/releases/tag/0.11.3
   https://github.com/astral-sh/uv/releases/tag/0.11.2
VersionDeltaFile
1.26+16-26devel/uv/distinfo
1.26+7-12devel/uv/crates.inc
1.28+1-1devel/uv/Makefile
+24-393 files

OpenBSD/ports MzZXSmQeditors/vim distinfo Makefile, editors/vim/patches patch-runtime_autoload_tar_vim

   update to vim-9.2.323
VersionDeltaFile
1.158+2-2editors/vim/distinfo
1.305+1-1editors/vim/Makefile
1.14+1-1editors/vim/patches/patch-runtime_autoload_tar_vim
+4-43 files

OpenBSD/ports kQVemTGmultimedia/aom distinfo Makefile

   multimedia/aom: update to 3.13.3, from brad (MAINTAINER)

   see https://aomedia.googlesource.com/aom/+log/v3.13.2..v3.13.3
   in the end doesnt fix my build issue with firefox, but i've found
   another workaround...
VersionDeltaFile
1.28+2-2multimedia/aom/distinfo
1.34+1-1multimedia/aom/Makefile
+3-32 files

OpenBSD/ports 2Hwes4Qnet/radcli Makefile distinfo, net/radcli/patches patch-lib_util_h

   update to radcli-1.5.0
VersionDeltaFile
1.20+2-2net/radcli/Makefile
1.12+2-2net/radcli/distinfo
1.6+1-1net/radcli/patches/patch-lib_util_h
+5-53 files

OpenBSD/ports oROkYJXeditors/vim-classic Makefile distinfo, editors/vim-classic/patches patch-src_configure_ac

   update vim-classic to newer git commit
VersionDeltaFile
1.10+2-2editors/vim-classic/Makefile
1.5+2-2editors/vim-classic/distinfo
1.4+1-1editors/vim-classic/patches/patch-src_configure_ac
1.4+1-0editors/vim-classic/pkg/PLIST
+6-54 files

OpenBSD/ports ql7zK5Wcomms/zigbee2mqtt distinfo Makefile, comms/zigbee2mqtt/pkg PLIST

   update to zigbee2mqtt-2.9.2
VersionDeltaFile
1.14+222-180comms/zigbee2mqtt/pkg/PLIST
1.16+4-4comms/zigbee2mqtt/distinfo
1.24+1-1comms/zigbee2mqtt/Makefile
+227-1853 files

OpenBSD/ports 0tVdUFTsecurity/py-cryptography/patches patch-pyproject_toml

   py-cryptography: don't install things into site-packages without namespace

   from upstream via sthen
VersionDeltaFile
1.1+40-0security/py-cryptography/patches/patch-pyproject_toml
+40-01 files

OpenBSD/ports tHNjCx2lang/php/8.4 distinfo Makefile, lang/php/8.4/patches patch-ext_openssl_openssl_c patch-sapi_fpm_www_conf_in

   update to php-8.4.20
VersionDeltaFile
1.2.2.4+1-15lang/php/8.4/patches/patch-ext_openssl_openssl_c
1.1.4.1+8-1lang/php/8.4/patches/patch-sapi_fpm_www_conf_in
1.12.2.7+2-2lang/php/8.4/distinfo
1.21.2.11+1-2lang/php/8.4/Makefile
+12-204 files

OpenBSD/ports kZWBGPKlang/php/8.2 Makefile, lang/php/8.2/patches patch-sapi_fpm_www_conf_in

   mfc readme/conf file changes
VersionDeltaFile
1.2.12.1+8-1lang/php/8.2/patches/patch-sapi_fpm_www_conf_in
1.1.8.1+8-1lang/php/8.3/patches/patch-sapi_fpm_www_conf_in
1.19.2.2+5-0lang/php/files/README-main
1.54.2.6+1-1lang/php/8.2/Makefile
1.44.2.8+1-1lang/php/8.3/Makefile
+23-45 files

OpenBSD/ports gw2qzfnlang/php/8.5 Makefile distinfo, lang/php/8.5/patches patch-ext_openssl_openssl_backend_common_c patch-sapi_fpm_www_conf_in

   update to php-8.5.5
VersionDeltaFile
1.5+1-15lang/php/8.5/patches/patch-ext_openssl_openssl_backend_common_c
1.2+8-1lang/php/8.5/patches/patch-sapi_fpm_www_conf_in
1.9+2-3lang/php/8.5/Makefile
1.5+2-2lang/php/8.5/distinfo
+13-214 files

OpenBSD/ports 4xbmlH1lang/php/8.4 Makefile distinfo, lang/php/8.4/patches patch-ext_openssl_openssl_c patch-sapi_fpm_www_conf_in

   update to php-8.4.20
VersionDeltaFile
1.6+1-15lang/php/8.4/patches/patch-ext_openssl_openssl_c
1.2+8-1lang/php/8.4/patches/patch-sapi_fpm_www_conf_in
1.36+2-2lang/php/8.4/Makefile
1.19+2-2lang/php/8.4/distinfo
+13-204 files

OpenBSD/ports 8pIWR20lang/php/8.3 Makefile

   bump again
VersionDeltaFile
1.56+1-1lang/php/8.3/Makefile
+1-11 files

OpenBSD/ports 6pFtzEslang/php/8.3 Makefile, lang/php/8.3/patches patch-sapi_fpm_www_conf_in

   point at opcache.validate-root/opcache.validate-permission in readme/conf files
VersionDeltaFile
1.2+8-1lang/php/8.3/patches/patch-sapi_fpm_www_conf_in
1.55+1-1lang/php/8.3/Makefile
+9-22 files

OpenBSD/ports iAmYtESlang/php/8.2 Makefile, lang/php/8.2/patches patch-sapi_fpm_www_conf_in

   point at opcache.validate-root/opcache.validate-permission in readme/conf files
VersionDeltaFile
1.3+8-1lang/php/8.2/patches/patch-sapi_fpm_www_conf_in
1.21+5-0lang/php/files/README-main
1.62+1-1lang/php/8.2/Makefile
+14-23 files

OpenBSD/ports FnytHIKdevel/spidermonkey140 distinfo Makefile

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