FreeBSD/ports b89ce14ports-mgmt/pkg distinfo Makefile, ports-mgmt/pkg/files patch-fix-wal-detection-as-nobody

ports-mgmt/pkg: update to 2.8.1

Changes:
- fix: non-root reads of a WAL-mode database with missing sidecars
- fix: leftover parent @dir directories on deinstall
- fix: static build with -pie
- macho: map macOS 26 / iOS 19 to Darwin 25
- api: add PKG_EVENT_PKG_FETCH_BEGIN for per-package fetch progress
- fix: missing space in a libpkg error message
DeltaFile
+0-76ports-mgmt/pkg/files/patch-fix-wal-detection-as-nobody
+3-3ports-mgmt/pkg/distinfo
+1-2ports-mgmt/pkg/Makefile
+4-813 files

FreeBSD/ports 1e300f4sysutils/nerdctl distinfo Makefile

sysutils/nerdctl: Update to 2.3.5

Changelog: https://github.com/containerd/nerdctl/releases/tag/v2.3.5

PR:             296951
Reviewed by:    thierry (mentor)
Approved by:    thierry (mentor)
DeltaFile
+5-5sysutils/nerdctl/distinfo
+1-2sysutils/nerdctl/Makefile
+6-72 files

NetBSD/pkgsrc 2DeuV99math/lean4 distinfo, math/lean4/patches patch-stage0_src_include_lean_lean.h patch-src_include_lean_lean.h

   lean4: another patch filed upstream
VersionDeltaFile
1.4+3-3math/lean4/distinfo
1.2+2-1math/lean4/patches/patch-stage0_src_include_lean_lean.h
1.2+2-1math/lean4/patches/patch-src_include_lean_lean.h
+7-53 files

FreeBSD/ports c43a4d0security/keyward Makefile

security/keyward: Build with Go 1.26

The port's go.mod requires go 1.26.4, but USES=go:modules selects
GO_DEFAULT (1.25).  The build still succeeded, because during the fetch
phase GOPROXY is live and go125 satisfies the directive by downloading
an entire go1.26.4 toolchain into the module cache; the build phase then
finds it there and switches to it despite GOPROXY=off.

So the port declared a build dependency on lang/go125 while actually
compiling with an undeclared, unchecksummed toolchain pulled from
proxy.golang.org.  Depend on lang/go126 instead.
DeltaFile
+1-1security/keyward/Makefile
+1-11 files

LLVM/project dc8a018lldb/source/Plugins/LanguageRuntime/CPlusPlus CPPLanguageRuntime.cpp CommonABIRuntime.h

[lldb] Allow multiple ABI runtimes for C++
DeltaFile
+36-16lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
+22-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h
+21-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.cpp
+8-6lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.h
+5-2lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.cpp
+3-2lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
+95-266 files

LLVM/project d2eeec4lldb/source/Plugins/LanguageRuntime/CPlusPlus ItaniumABIRuntime.cpp CommonABIRuntime.cpp

[lldb] Move dynamic type cache to common ABI runtime
DeltaFile
+0-16lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.cpp
+16-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.cpp
+11-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h
+0-9lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.h
+27-254 files

LLVM/project 5b8c89alldb/source/Plugins/LanguageRuntime/CPlusPlus CommonABIRuntime.cpp ItaniumABIRuntime.cpp

[lldb] Extract type lookup by name from Itanium ABI
DeltaFile
+97-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.cpp
+10-85lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.cpp
+35-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h
+2-4lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.h
+1-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeLists.txt
+145-895 files

LLVM/project 0bf3638llvm/lib/CodeGen/AsmPrinter AsmPrinter.cpp, llvm/lib/MC MachObjectWriter.cpp

Revert "[MachO] Preserve weak linkage for aliases" (#212009)
DeltaFile
+0-17llvm/test/CodeGen/AArch64/macho-weak-alias.ll
+1-6llvm/lib/MC/MachObjectWriter.cpp
+1-3llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+2-263 files

OpenBSD/ports 9PFaHWVdatabases/timescaledb distinfo Makefile, databases/timescaledb/pkg PLIST

   update to timescaledb-2.28.3, from Mark Patruck (taking maintainer)
   ok with Renato Aguiar (previous maintainer)
VersionDeltaFile
1.33+9-0databases/timescaledb/pkg/PLIST
1.32+4-4databases/timescaledb/distinfo
1.38+3-3databases/timescaledb/Makefile
+16-73 files

OpenBSD/ports 3nIGkXraudio/libmpdclient Makefile distinfo, audio/libmpdclient/pkg PLIST

   audio/libmpdclient: update to 2.26.

   see https://raw.githubusercontent.com/MusicPlayerDaemon/libmpdclient/v2.26/NEWS
   adds support for MPD protocol 0.25, and more bits of 0.24
VersionDeltaFile
1.31+2-2audio/libmpdclient/Makefile
1.18+2-2audio/libmpdclient/distinfo
1.13+2-0audio/libmpdclient/pkg/PLIST
+6-43 files

LLVM/project 291e0a4llvm/lib/Transforms/Utils SimplifyCFG.cpp, llvm/test/Transforms/SimplifyCFG pr165301.ll

[SimplifyCFG] Fix DomTree update in `turnSwitchRangeIntoICmp` (#212006)

The original removal of `BB->Default` has been handled by
`createUnreachableSwitchDefault`.
When `OtherDest` is also unreachable, the edge should be removed.

This issue cannot be reproduced via
`-simplifycfg-require-and-preserve-domtree=1`. I just found it by
checking DT in `requestResimplify`.
DeltaFile
+2-4llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+1-1llvm/test/Transforms/SimplifyCFG/pr165301.ll
+3-52 files

LLVM/project 80f1904lldb/source/Plugins/LanguageRuntime/CPlusPlus CPPLanguageRuntime.cpp CommonABIRuntime.h

[lldb] Allow multiple ABI runtimes for C++
DeltaFile
+36-16lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
+22-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h
+21-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.cpp
+8-6lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.h
+5-2lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.cpp
+3-2lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
+95-266 files

OpenBSD/ports JTRljzumail/stalwart-cli distinfo crates.inc

   mail/stalwart-cli: update to 1.0.11
VersionDeltaFile
1.4+186-172mail/stalwart-cli/distinfo
1.4+93-85mail/stalwart-cli/crates.inc
1.4+1-1mail/stalwart-cli/Makefile
+280-2583 files

FreeBSD/ports 1928f1cwww Makefile, www/py-django61 Makefile pkg-descr

www/py-django61: New port, copied from www/py-django60

Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.

Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges: the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.
DeltaFile
+69-0www/py-django61/Makefile
+25-0www/py-django61/files/patch-pyproject.toml
+10-0www/py-django61/files/patch-django_test_runner.py
+8-0www/py-django61/pkg-descr
+3-0www/py-django61/distinfo
+1-0www/Makefile
+116-06 files

FreeBSD/ports 6129ebdwww/orangehrm distinfo Makefile

www/orangehrm: Update to 5.9
DeltaFile
+3-3www/orangehrm/distinfo
+1-1www/orangehrm/Makefile
+4-42 files

LLVM/project 98f768fclang-tools-extra/docs/clang-tidy/checks/abseil unchecked-statusor-access.md duration-unnecessary-conversion.md

[clang-tidy][docs] Rewrite remaining abseil check docs to Markdown
DeltaFile
+267-283clang-tools-extra/docs/clang-tidy/checks/abseil/unchecked-statusor-access.md
+35-35clang-tools-extra/docs/clang-tidy/checks/abseil/duration-unnecessary-conversion.md
+34-33clang-tools-extra/docs/clang-tidy/checks/abseil/string-find-str-contains.md
+32-32clang-tools-extra/docs/clang-tidy/checks/abseil/string-find-startswith.md
+24-25clang-tools-extra/docs/clang-tidy/checks/abseil/duration-division.md
+23-23clang-tools-extra/docs/clang-tidy/checks/abseil/faster-strsplit-delimiter.md
+415-4316 files not shown
+537-55512 files

FreeBSD/ports 68d1ba6textproc/py-bracex distinfo Makefile

textproc/py-bracex: update to 3.0.1

Changes:        https://github.com/facelessuser/bracex/releases/tag/3.0.1
Reported by:    repology
DeltaFile
+3-3textproc/py-bracex/distinfo
+1-1textproc/py-bracex/Makefile
+4-42 files

OpenBSD/ports plyq4YBgeo/py-geofilter distinfo Makefile

   geo/py-geofilter: update to 0.4.0.

   see https://github.com/geopython/pygeofilter/releases/tag/v0.4.0
VersionDeltaFile
1.6+2-2geo/py-geofilter/distinfo
1.10+1-1geo/py-geofilter/Makefile
+3-32 files

OpenBSD/ports KISaZIfgeo/pygeoapi distinfo Makefile

   geo/pygeoapi: update to 0.23.5.

   see https://github.com/geopython/pygeoapi/releases/tag/0.23.5
   fixes https://github.com/geopython/pygeoapi/security/advisories/GHSA-6x95-wq6m-qwpf
VersionDeltaFile
1.20+2-2geo/pygeoapi/distinfo
1.37+1-1geo/pygeoapi/Makefile
+3-32 files

LLVM/project 3fe8ab4libcxx/src std_stream.h

[libcxx] Speed up xsgetn for always_noconv

In the always_noconv path, optimize character reads in the same way as
xsgetn.

Unlike fread, getwc has different semantics, so the same optimization
cannot be applied to wide characters. Therefore, only optimize the char
path.
DeltaFile
+23-0libcxx/src/std_stream.h
+23-01 files

FreeBSD/ports e12562dsecurity Makefile, security/keyward Makefile pkg-descr

security/keyward: New port: Terminal UI for managing SSH keys and config
DeltaFile
+19-0security/keyward/Makefile
+10-0security/keyward/pkg-descr
+5-0security/keyward/distinfo
+1-0security/Makefile
+35-04 files

NetBSD/pkgsrc 6pOa6ADdoc CHANGES-2026

   doc: Updated net/dnscontrol to 4.44.1
VersionDeltaFile
1.4758+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc OsX72unnet/dnscontrol distinfo go-modules.mk

   dnscontrol: Update to 4.44.1

   Release v4.44.1 highlights:

   NAMECHEAP: Now supports SRV records, thanks to @willpower232!
   "dnscontrol init" now supports NS1, thanks to @costasd!
   Many performance optimizations in the CICD pipeline.
VersionDeltaFile
1.5+147-147net/dnscontrol/distinfo
1.5+48-48net/dnscontrol/go-modules.mk
1.37+1-1net/dnscontrol/Makefile
+196-1963 files

LLVM/project b89f8d4lldb/source/Plugins/LanguageRuntime/CPlusPlus ItaniumABIRuntime.cpp CommonABIRuntime.cpp

[lldb] Move dynamic type cache to common ABI runtime
DeltaFile
+0-16lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.cpp
+16-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.cpp
+11-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h
+0-9lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.h
+27-254 files

NetBSD/pkgsrc 6IOIOGadoc CHANGES-2026

   doc: Updated www/miniflux to 2.3.3
VersionDeltaFile
1.4757+2-1doc/CHANGES-2026
+2-11 files

LLVM/project 0f473dalldb/source/Plugins/LanguageRuntime/CPlusPlus CommonABIRuntime.cpp ItaniumABIRuntime.cpp

[lldb] Extract type lookup by name from Itanium ABI
DeltaFile
+97-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.cpp
+10-85lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.cpp
+35-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h
+2-4lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.h
+1-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeLists.txt
+145-895 files

NetBSD/pkgsrc jaXVenOwww/miniflux distinfo go-modules.mk

   miniflux: Update to 2.3.3

   New features
   Feed and entry language detection
   Miniflux now reads the language declared by feeds and entries and stores it on both feeds and entries.
   Supported sources are the RSS <language> and <dc:language> elements, xml:lang on Atom 1.0 and 0.3 documents, dc:language in RDF/RSS 1.0 feeds, and the language field of JSON Feed.
   Entries without their own language now inherit the language declared by the feed.
   Article titles and content are rendered with a matching lang attribute, which improves screen reader pronunciation, hyphenation, and browser translation prompts.
   The language field is exposed through the API and the Go client for both feeds and entries.

   Other additions
   Feed discovery now finds the feeds offered by GitHub pages.
   TLS certificates are reloaded when the process receives SIGHUP, so renewed certificates can be picked up without a restart.
   The browser favicon is now served as SVG for a sharper icon on high-density displays.
   Compressed responses are negotiated with a much more standard-compliant Accept-Encoding parser, including quality values and wildcards.

   Performance improvements
   Long entry and feed lists render noticeably faster: off-screen rows no longer cost layout and paint work on initial render.
   Reduced memory allocations when stripping and truncating HTML, roughly halving the time spent on tag-heavy content.

    [36 lines not shown]
VersionDeltaFile
1.11+76-94www/miniflux/distinfo
1.10+24-30www/miniflux/go-modules.mk
1.22+2-3www/miniflux/Makefile
+102-1273 files

LLVM/project 230f9c3llvm/lib/CodeGen/AsmPrinter AsmPrinter.cpp, llvm/lib/MC MachObjectWriter.cpp

Revert "[MachO] Preserve weak linkage for aliases (#198148)"

This reverts commit 29575a3460b43132c7d973b502830897b02874a9.
DeltaFile
+0-17llvm/test/CodeGen/AArch64/macho-weak-alias.ll
+1-6llvm/lib/MC/MachObjectWriter.cpp
+1-3llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+2-263 files

FreeBSD/ports 04f0b6fwww/py-asgiref distinfo Makefile

www/py-asgiref: Update to 3.12.1
DeltaFile
+3-3www/py-asgiref/distinfo
+1-1www/py-asgiref/Makefile
+4-42 files

FreeBSD/ports c121558www/drupal11 pkg-plist distinfo

www/drupal11: Update to 11.4.4
DeltaFile
+1,262-216www/drupal11/pkg-plist
+3-3www/drupal11/distinfo
+1-1www/drupal11/Makefile
+1,266-2203 files