OpenBSD/ports v1cy0xFlang/go go.port.mk

   Bump _MODGO_SYSTEM_VERSION for lang/go update.
VersionDeltaFile
1.101+1-1lang/go/go.port.mk
+1-11 files

OpenBSD/ports x1gFufOlang/go distinfo Makefile, lang/go/pkg PLIST

   Update lang/go to 1.26.5.
VersionDeltaFile
1.120+2-2lang/go/distinfo
1.98+4-0lang/go/pkg/PLIST
1.181+1-2lang/go/Makefile
+7-43 files

NetBSD/pkgsrc-wip 37018c7stable-diffusion.cpp distinfo Makefile

stable-diffusion.cpp: update to 782.

About a week of updates.
DeltaFile
+3-3stable-diffusion.cpp/distinfo
+1-1stable-diffusion.cpp/Makefile
+4-42 files

OPNSense/plugins e0eb300sysutils/cpu-microcode Makefile

sysutils/cpu-microcode: this is the generic name
DeltaFile
+1-1sysutils/cpu-microcode/Makefile
+1-11 files

OpenBSD/src mD4675vsys/arch/riscv64/include riscvreg.h

   Fix csr_swap() to return the old value instead of the new value.  From
   FreeBSD where this code originated.

   ok jsg@
VersionDeltaFile
1.7+7-6sys/arch/riscv64/include/riscvreg.h
+7-61 files

FreeBSD/ports 0757627devel/esbuild Makefile

devel/esbuild: try to make the message more readable
DeltaFile
+3-1devel/esbuild/Makefile
+3-11 files

FreeBSD/ports 69b12a0sysutils/dd_rescue distinfo Makefile, sysutils/dd_rescue/files patch-Makefile patch-pread64.h

sysutils/dd_rescue: Update to 1.99.22
DeltaFile
+10-10sysutils/dd_rescue/files/patch-Makefile
+10-5sysutils/dd_rescue/files/patch-pread64.h
+3-3sysutils/dd_rescue/distinfo
+3-3sysutils/dd_rescue/files/patch-dd__rescue.c
+3-2sysutils/dd_rescue/files/patch-libddr__null.c
+1-1sysutils/dd_rescue/Makefile
+30-246 files

NetBSD/pkgsrc MM0u1jLdoc CHANGES-2026

   Updated devel/libgit2, audio/strawberry
VersionDeltaFile
1.4553+3-1doc/CHANGES-2026
+3-11 files

OpenBSD/src t0ujEbYusr.sbin/relayd pfe.c relay.c

   relayd: check return values

   OK kirill@
VersionDeltaFile
1.96+23-12usr.sbin/relayd/pfe.c
1.266+19-10usr.sbin/relayd/relay.c
1.86+9-5usr.sbin/relayd/hce.c
1.56+9-5usr.sbin/relayd/ca.c
1.204+5-3usr.sbin/relayd/relayd.c
+65-355 files

NetBSD/pkgsrc s000nGhaudio/strawberry distinfo Makefile

   strawberry: updated to 1.2.24

   1.2.24 (2026.07.16):

   Bugfixes:
   * Fixed playback hanging with no error shown when trying to play a track whose file no longer exists on disk
   * Fixed the tag fetcher dialog showing a generic message instead of the actual error when a Musicbrainz/AcoustID lookup fails
   * Hardened Chromaprinter decoding against malformed or oversized files and capped its in-memory PCM usage
   * Fixed the context menu using the wrong item when invoked via keyboard in the playlist and smart playlists views
   * Fixed blurry star rating icons by enabling smooth pixmap scaling
   * Added F64LE (64-bit float) sample format support for the spectrum analyzer
   * Numerous stability, crash-safety and thread-safety fixes throughout the application
VersionDeltaFile
1.33+4-4audio/strawberry/distinfo
1.97+2-2audio/strawberry/Makefile
+6-62 files

FreeBSD/ports 95fe3ebdatabases/mysql97-server/files patch-sql_server__component_mysql__file__imp.cc pkg-message.in

databases/mysql97: Fix build with llvm 21, directory ownership and cleanup

- Add upstream patches for missing #include <type_traits> and <cstdlib>,
  fixing the build with clang/libc++ 21 [1] [2]
- Register MY_SECDIR and MY_TMPDIR with mysql:mysql 0750 in pkg-plist,
  so mysqld no longer fails to start after package upgrades reset the
  ownership to root [3]
- Fix CONFLICTS_INSTALL pattern in the client not matching
  mysql80-client
  and align it with the wildcard style used by the server
- Update pkg-message for 9.x: mysql_upgrade no longer exists, the server
  performs upgrade tasks itself; fix version reference and quoting
- Drop duplicate -DWITH_LZ4=system, remove a stale line continuation,
  whitespace fixes
- Rename patch-sql_server_component_mysql__file__imp.cc to follow the
  patch naming convention

PR:             296439 [1], 296443 [2], 296758 [3]
Reported by:    Trond Endrestøl [1] [2], Alexander Ushakov [3]

    [2 lines not shown]
DeltaFile
+11-0databases/mysql97-server/files/patch-sql_server__component_mysql__file__imp.cc
+4-7databases/mysql97-server/files/pkg-message.in
+0-11databases/mysql97-server/files/patch-sql_server_component_mysql__file__imp.cc
+10-0databases/mysql97-server/files/patch-components_mysqlbackup_backup__page__tracker.cc
+10-0databases/mysql97-server/files/patch-libs_mysql_gtid_tag__plain.h
+10-0databases/mysql97-server/files/patch-router_src_harness_src_stdx_filesystem.cc
+45-183 files not shown
+56-329 files

FreeBSD/ports 89d8ca7net/netpeek distinfo pkg-plist

net/netpeek: Update 2.8.7 => 2.8.8

While here, use GLIB_SCHEMAS.

Changelog:
https://github.com/ZingyTomato/NetPeek/releases/tag/v0.2.8

Reported by:    portscout
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3net/netpeek/distinfo
+3-1net/netpeek/pkg-plist
+2-1net/netpeek/Makefile
+8-53 files

OpenBSD/src tpvQPjBusr.sbin/httpd server_file.c httpd.h

   usr.sbin/httpd: fix suffix range handling

   Calculate suffix ranges before clamping end offsets so requests at least
   as large as the file return the complete representation. Reject zero
   length and malformed ranges, retain 64 bit sizes throughout range
   handling, and add regression coverage for boundaries and overflow.

   Based on indea of Andrew Kloet

   OK: rsadowski@
VersionDeltaFile
1.83+48-22usr.sbin/httpd/server_file.c
1.179+2-2usr.sbin/httpd/httpd.h
1.168+2-2usr.sbin/httpd/server_http.c
+52-263 files

FreeBSD/ports d1bace7sysutils/dcfldd distinfo Makefile, sysutils/dcfldd/files patch-configure.ac

sysutils/dcfldd: Update to 1.9.3
DeltaFile
+17-0sysutils/dcfldd/files/patch-configure.ac
+3-3sysutils/dcfldd/distinfo
+1-2sysutils/dcfldd/Makefile
+21-53 files

FreeBSD/ports 134b547devel/pyenv pkg-plist distinfo

devel/pyenv: Update to 2.8.1
DeltaFile
+6-2devel/pyenv/pkg-plist
+3-3devel/pyenv/distinfo
+1-1devel/pyenv/Makefile
+10-63 files

FreeBSD/ports 25b8777net-mgmt/thanos distinfo Makefile

net-mgmt/thanos: Update 0.42.0 => 0.42.2

Approved by:            db@, yuri@ (Mentors, implicit)
DeltaFile
+5-5net-mgmt/thanos/distinfo
+2-3net-mgmt/thanos/Makefile
+7-82 files

FreeBSD/ports d39a4ecx11/histui distinfo Makefile

x11/histui: Update to 0.0.14

ChangeLog:

https://github.com/jmylchreest/histui/releases/tag/v0.0.12
https://github.com/jmylchreest/histui/releases/tag/v0.0.13
https://github.com/jmylchreest/histui/releases/tag/v0.0.14

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+5-5x11/histui/distinfo
+2-2x11/histui/Makefile
+7-72 files

NetBSD/pkgsrc-wip f1d9552. TODO, forgejo distinfo go-modules.mk

forgejo: update to 16.0.0
DeltaFile
+721-678forgejo/distinfo
+239-225forgejo/go-modules.mk
+66-41forgejo/PLIST
+16-0forgejo/patches/patch-vendor_github.com_sourcegraph_zoekt_index_indexfile.go
+1-1forgejo/Makefile
+0-1TODO
+1,043-9466 files

NetBSD/pkgsrc WIVekjQdevel/libgit2 distinfo Makefile

   libgit2: updated to 1.9.6

   v1.9.6

   This release includes a few small but important bugfixes.

   * load_known_hosts: do not fail if homedir is invalid
     by @JonasVautherin in https://github.com/libgit2/libgit2/pull/7056
   * Fix segfault on Android when no HOME set by @501st-alpha1 in
     https://github.com/libgit2/libgit2/pull/7309
   * cmake: bring back hidden visibility for the static build by
     @carlosmn in https://github.com/libgit2/libgit2/pull/7288


   v1.9.5

   This is a security release with multiple changes.

   * Fix for blame error handling on hunk creation failures

    [52 lines not shown]
VersionDeltaFile
1.48+4-4devel/libgit2/distinfo
1.102+2-2devel/libgit2/Makefile
+6-62 files

LLVM/project 5cae63bpolly/test/IstAstInfo AstGenComputeOut.ll

[Polly][test] Add missing REQUIRES line (#210578)

The test was added by #201859. It's test uses --debug-only which
requires an LLVM_ENABLE_ASSERTIONS-build
DeltaFile
+2-0polly/test/IstAstInfo/AstGenComputeOut.ll
+2-01 files

NetBSD/pkgsrc 8Y93yhJdoc CHANGES-2026

   Updated archivers/dar; Removed devel/scons
VersionDeltaFile
1.4552+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc GWX1wZTdevel Makefile, devel/scons distinfo Makefile

   scons: removed; not needed anymore, as Python 2.7 is dead; use scons4 instead
VersionDeltaFile
1.4665+1-2devel/Makefile
1.31+1-1devel/scons/distinfo
1.60+1-1devel/scons/Makefile
1.22+1-1devel/scons/PLIST
1.7+1-1devel/scons/buildlink3.mk
1.2+1-1devel/scons/patches/patch-engine_SCons_Platform___init__.py
+6-72 files not shown
+7-88 files

NetBSD/pkgsrc K5YHeUvarchivers/dar PLIST Makefile, archivers/dar/patches patch-configure

   dar: updated to 2.8.5

   from 2.8.4 to 2.8.5
   - fixing bug of one-hour-shift in non-daylight saving months for
     time-zones that have one.
     dar_manager and dar can be given a date (-w option for dar_manager,
     -af option for dar) which is expected to be provided in local time.
     But libdar wrongly assumed it to always be given as summer time (or
     daylight saving time) even when the given date took place in a
     non-daylight saving period (winter time), which led most of the
     time to a shift of one hour in the past in the selected files.
     Dar_manager using the -w option was restoring files older than the
     provided date but forgot the ones having a modification date less
     than one hour before the provided date/time when this date/time
     was not in non-daylight saving period (winter time). Those were
     restored in a earlier state or not restored at all if they did not
     exist before that one hour shifted date.
     With dar using -af option, this led dar to save files after the
     given date as expected but also saving the files older than the

    [6 lines not shown]
VersionDeltaFile
1.17+9-10archivers/dar/PLIST
1.2+7-7archivers/dar/patches/patch-configure
1.79+6-7archivers/dar/Makefile
1.36+5-5archivers/dar/distinfo
1.5+2-2archivers/dar/options.mk
+29-315 files

NetBSD/pkgsrc frGDdVUdoc CHANGES-2026 TODO

   Updated textproc/groff; Removed databases/wiredtiger
VersionDeltaFile
1.4551+3-1doc/CHANGES-2026
1.27603+1-2doc/TODO
+4-32 files

NetBSD/pkgsrc 1Qsa9gJdatabases Makefile, databases/wiredtiger options.mk Makefile

   wiredtiger: removed; very old, not needed, unmaintained, it is part of mongodb
VersionDeltaFile
1.754+1-2databases/Makefile
1.2+1-1databases/wiredtiger/options.mk
1.6+1-1databases/wiredtiger/Makefile
1.2+1-1databases/wiredtiger/PLIST
1.2+1-1databases/wiredtiger/buildlink3.mk
1.4+1-1databases/wiredtiger/distinfo
+6-71 files not shown
+6-77 files

NetBSD/pkgsrc 8ozLSHQtextproc/groff PLIST.docs PLIST, textproc/groff/patches patch-configure patch-lib_math.in.h

   groff: updated to 1.24.1

   VERSION 1.24.1
   ==============

   This release corrects bugs in the groff 1.24.0 release, adds automated
   test scripts, revises a misleading diagnostic message, and improves
   documentation.  There are no new features.


   VERSION 1.24.0
   ==============

   Noteworthy incompatible changes
   -------------------------------

   *  If your roff(7) documents follow any of the requests `cf`, `hpf`,
      `hpfa`, `mso`, `msoquiet`, `nx`, `open`, `opena`, `so`, `soquiet`, or
      `trf` with a comment after their file name argument, and did not

    [995 lines not shown]
VersionDeltaFile
1.8+98-140textproc/groff/PLIST.docs
1.33+101-66textproc/groff/PLIST
1.104+13-18textproc/groff/Makefile
1.7+10-11textproc/groff/patches/patch-configure
1.2+9-9textproc/groff/patches/patch-lib_math.in.h
1.1+17-0textproc/groff/patches/patch-Makefile.in
+248-2444 files not shown
+262-26310 files

FreeBSD/ports 268f851deskutils/freeplane pkg-plist distinfo

deskutils/freeplane: Update to 1.13.3

ChangeLog:      https://github.com/freeplane/freeplane/releases/tag/release-1.13.3
Reported by:    Dimitry Polivaev <notifications at github.com>
DeltaFile
+45-12deskutils/freeplane/pkg-plist
+3-3deskutils/freeplane/distinfo
+2-2deskutils/freeplane/Makefile
+50-173 files

NetBSD/pkgsrc-wip 6f2709b2048-c Makefile distinfo

2048-c: update to 1.0.3
DeltaFile
+6-62048-c/Makefile
+3-32048-c/distinfo
+9-92 files

LLVM/project 8042e61llvm/lib/Transforms/InstCombine InstCombineCasts.cpp, llvm/test/Transforms/InstCombine trunc.ll

[InstCombine] Fold trunc nuw/nsw (shr exact %x, %y) to i1 -> icmp ne %x, 0 (#210499)

Proof: https://alive2.llvm.org/ce/z/de6gru
DeltaFile
+108-0llvm/test/Transforms/InstCombine/trunc.ll
+5-1llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
+113-12 files

NetBSD/pkgsrc-wip dee7365llama.cpp distinfo Makefile.common

llama.cpp: update to 0.0.2.10068.

A week of commits.
DeltaFile
+6-6llama.cpp/distinfo
+2-2llama.cpp/Makefile.common
+8-82 files