OpenBSD/ports 5Q8CUIssysutils/terragrunt distinfo Makefile

   Update to terragrunt-0.96.1.
VersionDeltaFile
1.376+2-2sysutils/terragrunt/distinfo
1.383+1-1sysutils/terragrunt/Makefile
+3-32 files

OpenBSD/ports TxqCfwcsysutils/google-cloud-sdk distinfo Makefile, sysutils/google-cloud-sdk/pkg PLIST

   Update to google-cloud-sdk-550.0.0.
VersionDeltaFile
1.403+135-0sysutils/google-cloud-sdk/pkg/PLIST
1.420+2-2sysutils/google-cloud-sdk/distinfo
1.440+1-1sysutils/google-cloud-sdk/Makefile
+138-33 files

OpenBSD/src 4lwrxd8usr.sbin/dhcpd dispatch.c

   avoid use-after-free when a network interface is destroyed

   When iterating over the protocols list, the got_one handler will free
   a protocol if an interface dhcpd was listening on was destroyed.

   problem reported by landry@, feedback and ok claudio@
VersionDeltaFile
1.52+4-3usr.sbin/dhcpd/dispatch.c
+4-31 files

OpenBSD/ports diDLlOudevel/py-debugpy distinfo Makefile

   update py-debugpy to 1.8.19
VersionDeltaFile
1.11+2-2devel/py-debugpy/distinfo
1.16+1-1devel/py-debugpy/Makefile
+3-32 files

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

   update jupyterlab to 4.5.1
VersionDeltaFile
1.11+23-23www/jupyterlab/pkg/PLIST
1.10+2-2www/jupyterlab/distinfo
1.10+1-1www/jupyterlab/Makefile
+26-263 files

OpenBSD/src shI9S98sys/net if_vlan.c

   take advantage of if_vinput not sleeping now to avoid real refcnts

   the vlan tag hash was an array of smr protectect lists. previously
   when we found a vlan interface in the tag hash we'd take a real ref
   (refcnt_take) to that interface before pushing it through the network
   stack with if_vinput. we did this because the network stack can
   sleep, and you can't sleep in an smr critical section.

   now that if_vinput simply queues the packet without sleeping, we
   can call it from the smr critical section and skip taking and
   releasing real refs with atomic ops. this is a win if the vlan
   parent interfaces are multiq and doing a lot of packets across
   multiple softnet threads because the cacheline the refcnt is on
   doesnt have to be modified, hopefully it can be shared (or not used
   at all) instead.
VersionDeltaFile
1.224+42-43sys/net/if_vlan.c
+42-431 files

OpenBSD/ports USjVT9Tdevel/goreleaser distinfo modules.inc

   Update to goreleaser-2.13.1

   From Laurent Cheylus (maintainer)
VersionDeltaFile
1.26+790-770devel/goreleaser/distinfo
1.26+297-305devel/goreleaser/modules.inc
1.31+1-1devel/goreleaser/Makefile
+1,088-1,0763 files

OpenBSD/ports RRFRHyTdevel/gopls distinfo modules.inc

   Update to gopls-0.21.0

   From Laurent Cheylus (maintainer)
VersionDeltaFile
1.16+58-38devel/gopls/distinfo
1.16+15-9devel/gopls/modules.inc
1.16+1-1devel/gopls/Makefile
+74-483 files

OpenBSD/ports E4Jb177devel/llvm/20 Makefile

   rust needs llvm/20 now, so build it also on riscv64 and sparc64

   found by claudio
VersionDeltaFile
1.11+2-2devel/llvm/20/Makefile
+2-21 files

OpenBSD/ports h9Sw1hSaudio/libopenmpt distinfo Makefile

   Update libopenmpt to 0.8.4.
VersionDeltaFile
1.48+2-2audio/libopenmpt/distinfo
1.51+1-1audio/libopenmpt/Makefile
+3-32 files

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

   Obsolete javahelp. reminded by armani@
VersionDeltaFile
1.1772+2-1devel/quirks/files/Quirks.pm
1.1760+1-1devel/quirks/Makefile
+3-22 files

OpenBSD/ports zZaS0lZdatabases/pspg distinfo Makefile

   update databases/pspg to 5.8.13

   minor doc fixes and fixed detection of postgresql client libs.
VersionDeltaFile
1.33+2-2databases/pspg/distinfo
1.35+1-1databases/pspg/Makefile
+3-32 files

OpenBSD/ports mMWUsvesecurity/pizauth distinfo crates.inc

   Update to pizauth 1.0.9, from maintainer
VersionDeltaFile
1.12+266-236security/pizauth/distinfo
1.12+132-117security/pizauth/crates.inc
1.16+1-1security/pizauth/Makefile
+399-3543 files

OpenBSD/ports wTZMmgPgraphics/p5-Image-ExifTool distinfo Makefile, graphics/p5-Image-ExifTool/pkg PLIST

   Update p5-Image-ExifTool to 13.44.
VersionDeltaFile
1.88+2-2graphics/p5-Image-ExifTool/distinfo
1.55+2-0graphics/p5-Image-ExifTool/pkg/PLIST
1.97+1-1graphics/p5-Image-ExifTool/Makefile
+5-33 files

OpenBSD/ports 2mvRzqEdevel/javahelp Makefile distinfo, devel/javahelp/files jhindexer jhsearch

   Remove javahelp. ok: ian@ sthen@ kirill@ rsadowski@
VersionDeltaFile
1.11+0-0devel/javahelp/Makefile
1.2+0-0devel/javahelp/distinfo
1.2+0-0devel/javahelp/files/jhindexer
1.2+0-0devel/javahelp/files/jhsearch
1.2+0-0devel/javahelp/pkg/DESCR
1.3+0-0devel/javahelp/pkg/PLIST
+0-06 files

OpenBSD/ports ECC05bGdevel Makefile

   Remove javahelp. ok: ian@ sthen@ kirill@ rsadowski@
VersionDeltaFile
1.2543+0-1devel/Makefile
+0-11 files

OpenBSD/src ZmIe0oasys/dev/vmm vmm.c vmm.h

   Fix race in vmm(4) vm termination path.

   Two callers can enter vm_terminate simultaneously and race to remove
   the vm from the SLIST and teardown the vm. This adds a flag to the
   vm struct and uses atomic cas operations to only have one caller
   advance while the other callers receive EBUSY.

   ok mlarkin@

   Reported-by: syzbot+b3be6264d2f1d5c22b0b at syzkaller.appspotmail.com
VersionDeltaFile
1.8+8-1sys/dev/vmm/vmm.c
1.13+2-1sys/dev/vmm/vmm.h
+10-22 files

OpenBSD/ports CHRDoCctextproc Makefile

   + cookcli
VersionDeltaFile
1.847+1-0textproc/Makefile
+1-01 files

OpenBSD/ports 1YbRWXTtextproc/cookcli distinfo crates.inc, textproc/cookcli/pkg README cook_server.rc

   CookCLI provides a suite of commands to create shopping lists,
   reports and maintain recipes. We've built it to be simple and useful
   for automating your cooking and shopping routine with existing UNIX
   command line and scripting tools. It can also function as a webserver
   for your recipes, making them browsable on any device with a web
   browser.

   comments sthen@, ian@ and jca@, ok bentley@
VersionDeltaFile
1.1+874-0textproc/cookcli/distinfo
1.1+435-0textproc/cookcli/crates.inc
1.1+36-0textproc/cookcli/Makefile
1.1+18-0textproc/cookcli/pkg/README
1.1+11-0textproc/cookcli/pkg/cook_server.rc
1.1+10-0textproc/cookcli/pkg/PLIST
+1,384-08 files not shown
+1,390-014 files

OpenBSD/ports mz9Y048infrastructure/db user.list

   Reserve uid 608 for textproc/cookcli.
VersionDeltaFile
1.477+2-2infrastructure/db/user.list
+2-21 files

OpenBSD/ports 8HzWnNbwww/chromium distinfo Makefile, www/chromium/patches patch-chrome_browser_about_flags_cc patch-BUILD_gn

   update to 143.0.7499.146
VersionDeltaFile
1.141+46-46www/chromium/patches/patch-chrome_browser_about_flags_cc
1.95+10-10www/chromium/patches/patch-BUILD_gn
1.451+4-4www/chromium/distinfo
1.877+1-2www/chromium/Makefile
+61-624 files

OpenBSD/ports aUWA8WUlang/php Makefile.inc, lang/php/8.2 Makefile distinfo

   sync PHP updates
VersionDeltaFile
1.54.2.1+1-5lang/php/8.2/Makefile
1.196.2.1+3-3lang/php/Makefile.inc
1.21.2.3+1-4lang/php/8.4/Makefile
1.44.2.3+1-4lang/php/8.3/Makefile
1.12.2.3+2-2lang/php/8.4/distinfo
1.30.2.1+2-2lang/php/8.2/distinfo
+10-202 files not shown
+12-228 files

OpenBSD/ports TuFRCVolang/php/8.2 Makefile distinfo, lang/php/8.2/patches patch-ext_hash_hash_xxhash_c

   update to php-8.2.30
VersionDeltaFile
1.57+1-4lang/php/8.2/Makefile
1.31+2-2lang/php/8.2/distinfo
1.2+0-0lang/php/8.2/patches/patch-ext_hash_hash_xxhash_c
+3-63 files

OpenBSD/ports 4LAMlJ9lang/php/8.3 Makefile distinfo

   update to php-8.3.29
VersionDeltaFile
1.49+1-4lang/php/8.3/Makefile
1.29+2-2lang/php/8.3/distinfo
+3-62 files

OpenBSD/ports Umh54WZlang/php/8.4 Makefile distinfo

   update to php-8.4.16
VersionDeltaFile
1.26+1-4lang/php/8.4/Makefile
1.15+2-2lang/php/8.4/distinfo
+3-62 files

OpenBSD/ports 7magWZonet/librenms distinfo Makefile, net/librenms/patches patch-app_ConfigRepository_php patch-resources_definitions_config_definitions_json

   update to librenms-25.12.0
VersionDeltaFile
1.137+33-3net/librenms/pkg/PLIST
1.147+4-4net/librenms/distinfo
1.4+3-3net/librenms/patches/patch-app_ConfigRepository_php
1.215+1-1net/librenms/Makefile
1.6+1-1net/librenms/patches/patch-resources_definitions_config_definitions_json
+42-125 files

OpenBSD/ports j2uiFmgwww/webkitgtk4 distinfo Makefile, www/webkitgtk4/patches patch-Source_WebCore_platform_graphics_gbm_MemoryMappedGPUBuffer_cpp

   Update to webkitgtk40-2.50.4.
VersionDeltaFile
1.140+2-2www/webkitgtk4/distinfo
1.2+2-2www/webkitgtk4/patches/patch-Source_WebCore_platform_graphics_gbm_MemoryMappedGPUBuffer_cpp
1.249+1-1www/webkitgtk4/Makefile
+5-53 files

OpenBSD/ports gIxQrE6graphics/gimp Makefile

   +stroke-arrows
VersionDeltaFile
1.84+1-0graphics/gimp/Makefile
+1-01 files

OpenBSD/ports P5gAmZzgraphics/gimp/stroke-arrows Makefile distinfo, graphics/gimp/stroke-arrows/pkg DESCR PLIST

   import ports/graphics/gimp/stroke-arrows, from espie, ok tb
   (+ whitespace nits from me)

   Plugin for gimp: stroke one or several paths as arrow,
   it will be placed at the bottom of the "Edit" menu.

   A few styles are available for the arrowhead and tail,
   the body is a standard line stroke with configureable with.
VersionDeltaFile
1.1+25-0graphics/gimp/stroke-arrows/Makefile
1.1+5-0graphics/gimp/stroke-arrows/pkg/DESCR
1.1+2-0graphics/gimp/stroke-arrows/pkg/PLIST
1.1+2-0graphics/gimp/stroke-arrows/distinfo
1.1.1.1+0-0graphics/gimp/stroke-arrows/distinfo
1.1.1.1+0-0graphics/gimp/stroke-arrows/Makefile
+34-02 files not shown
+34-08 files

OpenBSD/ports 8KVuRwLnet/isc-bind distinfo Makefile

   update to isc-bind-9.20.17
VersionDeltaFile
1.138.2.3+2-2net/isc-bind/distinfo
1.207.2.3+1-1net/isc-bind/Makefile
+3-32 files