FreeBSD/ports 1c04940net-mgmt/netdata pkg-plist distinfo, net-mgmt/netdata/files netdata_required.sample

net-mgmt/netdata: Update 2.8.4 => 2.8.5

Changelog:
https://github.com/netdata/netdata/releases/tag/v2.8.5

- Add the rc script "netdata_required" to start netdata after the
  services it needs to monitor: add required services after
  "REQUIRE: LOGIN" in this file.
- Add "--no-same-owner --no-same-permissions" to EXTRACT_AFTER_ARGS.

PR:             292456
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+110-120net-mgmt/netdata/pkg-plist
+5-5net-mgmt/netdata/distinfo
+5-4net-mgmt/netdata/Makefile
+7-0net-mgmt/netdata/files/netdata_required.sample
+127-1294 files

NetBSD/pkgsrc yM5TDdddoc CHANGES-2026

   doc: Updated devel/regal to 0.38.1
VersionDeltaFile
1.605+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc YgDR5PSdevel/regal distinfo go-modules.mk

   regal: Update to 0.38.1

   Changes:
   v0.38.1
   This patch release fixes several bugs including some found in the
   recent v0.38.0 release, as well some other improvements.

   v0.38.0
   Happy New Year from the Regal maintainers!

   v0.38.0 of your favorite Rego linter, debugger and language server
   brings full support for OPA's new string interpolation feature. This
   means not only that Regal lints code found inside interpolated strings,
   but that you'll have access to all your favorite language server
   features within them too - like code completions, tooltips on hover, or
   document highlighting. You can even use the debugger to step through
   interpolated expressions! If you haven't yet tried it out, grab OPA
   v1.12.2, Regal v0.38.0 and enjoy an absolutely awesome addition to the
   Rego language!
VersionDeltaFile
1.23+82-349devel/regal/distinfo
1.23+26-115devel/regal/go-modules.mk
1.46+2-3devel/regal/Makefile
+110-4673 files

FreeBSD/ports b6967cfsysutils/mdfried distinfo Makefile

sysutils/mdfried: Update to 0.18.2

Reported by:    Benjamin Grosse <notifications at github.com>
DeltaFile
+3-3sysutils/mdfried/distinfo
+1-1sysutils/mdfried/Makefile
+4-42 files

NetBSD/pkgsrc EQ4yZf2doc CHANGES-2026

   doc: Updated devel/opa to 1.12.3
VersionDeltaFile
1.604+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NxWUoZQdevel/opa distinfo Makefile

   opa: Update to 1.12.3

   Changes:
   v1.12.3
   This is a bug fix release addressing two issues:

   - Bundle polling is being misconfigured when discovery bundle is updated
   - Decision log `size` buffer `buffer_size_limit_bytes` misconfigured
     during reconfiguration
VersionDeltaFile
1.36+4-4devel/opa/distinfo
1.74+2-3devel/opa/Makefile
1.36+0-0devel/opa/go-modules.mk
+6-73 files

OpenBSD/ports JYqHSWkwww/nextcloud_notify_push distinfo Makefile

   www/nextcloud_notify_push: update to 1.3.0
VersionDeltaFile
1.19+2-2www/nextcloud_notify_push/distinfo
1.39+1-1www/nextcloud_notify_push/Makefile
+3-32 files

OpenBSD/ports UjUllLMwayland/swayimg distinfo Makefile

   wayland/swayimg: update to 4.7.

   see https://github.com/artemsen/swayimg/releases/tag/v4.7
VersionDeltaFile
1.12+2-2wayland/swayimg/distinfo
1.18+1-1wayland/swayimg/Makefile
+3-32 files

FreeBSD/src 4f09377tools/tools/nanobsd defaults.sh

nanobsd: Fix _populate_part()

- Avoid unnecessary subshell execution
- Fix removing the temporary and empty /cfg directory
- Do not remove the generated metalog file for /cfg or /data partitions

Fixes:          61ac7309c366 ("nanobsd: Add a provisional populate_part function")
MFC after:      3 days
DeltaFile
+4-5tools/tools/nanobsd/defaults.sh
+4-51 files

LLVM/project 21fdd49clang/bindings/python/clang cindex.py, clang/bindings/python/tests/cindex test_code_completion.py

[libclang/python] Move SPELLING_CACHE into CodeCompletion (#177586)

This adresses point 2 from
https://github.com/llvm/llvm-project/issues/156680.

Also add a dummy object that serves as an alias to `SPELLING_CACHE`,
used to replicate the old behavior and throw a `DeprecationWarning`.
DeltaFile
+58-32clang/bindings/python/clang/cindex.py
+22-0clang/bindings/python/tests/cindex/test_code_completion.py
+5-0clang/docs/ReleaseNotes.rst
+85-323 files

OpenBSD/ports Nk2bL2Zdevel/py-bencode Makefile distinfo, devel/py-bencode/patches patch-setup_cfg

   update to py3-bencode-4.0.0
   no reply from maintainer, i've dropped the maintainer line
VersionDeltaFile
1.8+20-0devel/py-bencode/pkg/PLIST
1.1+17-0devel/py-bencode/patches/patch-setup_cfg
1.13+4-10devel/py-bencode/Makefile
1.3+2-2devel/py-bencode/distinfo
+43-124 files

NetBSD/src 5WTlAL3sys/uvm/pmap pmap.c

   grammar in comment.
VersionDeltaFile
1.81+3-3sys/uvm/pmap/pmap.c
+3-31 files

LLVM/project 9311996libcxx/include algorithm, libcxx/include/__algorithm ranges_shift_left.h shift_left.h

[libc++][ranges] implement `ranges::shift_left` (#83231)

Implement the `ranges::shift_left` algorithm from
[P2440R1](https://wg21.link/P2440R1).

Closes: #134061

---------

Co-authored-by: Hui Xie <hui.xie1990 at gmail.com>
Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>
DeltaFile
+371-0libcxx/test/std/algorithms/alg.modifying.operations/alg.shift/ranges.shift_left.pass.cpp
+73-0libcxx/include/__algorithm/ranges_shift_left.h
+30-13libcxx/include/__algorithm/shift_left.h
+28-0libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.shift/assert.shift_left.pass.cpp
+8-0libcxx/include/algorithm
+3-1libcxx/test/std/algorithms/ranges_robust_against_proxy_iterators.pass.cpp
+513-147 files not shown
+527-1613 files

OpenBSD/ports fLvpRgvmail/mutt Makefile distinfo

   update to mutt-2.3.0
VersionDeltaFile
1.179+3-5mail/mutt/Makefile
1.80+2-2mail/mutt/distinfo
+5-72 files

OpenBSD/src RUkwb3esys/dev/acpi xhci_acpi.c

   Add ID for Qualcomm QCS6490 USB controllers.

   ok patrick@
VersionDeltaFile
1.14+2-1sys/dev/acpi/xhci_acpi.c
+2-11 files

OpenBSD/src dQe70xCsys/dev/fdt xhci_fdt.c

   Add support for the "flattened" USB controller nodes found on newer
   or revised device trees for Qualcomm SoCs.

   ok patrick@
VersionDeltaFile
1.26+8-5sys/dev/fdt/xhci_fdt.c
+8-51 files

NetBSD/pkgsrc K81BGJAmeta-pkgs/texlive-collection-publishers Makefile

   texlive-collection-publishers: update to revision 77395
VersionDeltaFile
1.40+12-2meta-pkgs/texlive-collection-publishers/Makefile
+12-21 files

OpenBSD/src Uo01Y5fregress/lib/libcrypto/sha sha_test.c

   Fix tyo
VersionDeltaFile
1.8+2-2regress/lib/libcrypto/sha/sha_test.c
+2-21 files

OpenBSD/src SNV6XE3regress/lib/libcrypto Makefile

   Hook assembly regress
VersionDeltaFile
1.62+2-1regress/lib/libcrypto/Makefile
+2-11 files

OpenBSD/src aFukp0Fregress/lib/libcrypto/assembly Makefile

   Add a regress test that ensures our pure assembly code builds with gcc

   This requires egcc to be installed, if not we'll just skip the test.

   Discussed with tb@
VersionDeltaFile
1.1+36-0regress/lib/libcrypto/assembly/Makefile
+36-01 files

NetBSD/pkgsrc Hq5suRQmeta-pkgs/texlive-collection-pstricks Makefile

   texlive-collection-pstricks: update to revision 77232
VersionDeltaFile
1.21+8-2meta-pkgs/texlive-collection-pstricks/Makefile
+8-21 files

FreeBSD/ports 0244f7etextproc/py-rich distinfo Makefile

textproc/py-rich: update to 14.3.1

Changes:        https://github.com/Textualize/rich/blob/v14.3.1/CHANGELOG.md
Reported by:    portscout, repology
DeltaFile
+3-3textproc/py-rich/distinfo
+1-1textproc/py-rich/Makefile
+4-42 files

NetBSD/pkgsrc GVvVno8meta-pkgs/texlive-collection-plaingeneric Makefile

   texlive-collection-plaingeneric: update to revision 75599
VersionDeltaFile
1.29+6-2meta-pkgs/texlive-collection-plaingeneric/Makefile
+6-21 files

OPNSense/core b9b9336src/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogReservation6.xml, src/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv6.xml KeaDhcpv6.php

Services: Kea DHCP: Kea DHCPv6 / Rervations - allow hw-address for reservations (in stead of DUID), closes https://github.com/opnsense/core/issues/9282
DeltaFile
+12-1src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.xml
+6-1src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.php
+6-0src/opnsense/mvc/app/controllers/OPNsense/Kea/forms/dialogReservation6.xml
+24-23 files

NetBSD/pkgsrc f0uBALhmeta-pkgs/texlive-collection-pictures Makefile

   texlive-collection-pictures: update to revision 77389
VersionDeltaFile
1.50+14-3meta-pkgs/texlive-collection-pictures/Makefile
+14-31 files

OpenBSD/ports AKiEmjutextproc/py-mdown-extensions distinfo Makefile

   update to py3-mdown-extensions-10.20.1
VersionDeltaFile
1.12+2-2textproc/py-mdown-extensions/distinfo
1.13+1-1textproc/py-mdown-extensions/Makefile
+3-32 files

OpenBSD/ports bny8EZxdevel/py-pytokens distinfo Makefile, devel/py-pytokens/pkg PLIST

   update to py3-pytokens-0.4.0
VersionDeltaFile
1.3+6-0devel/py-pytokens/pkg/PLIST
1.3+2-2devel/py-pytokens/distinfo
1.3+2-1devel/py-pytokens/Makefile
+10-33 files

OpenBSD/ports 6BFxB3tdevel/py-zipp Makefile distinfo, devel/py-zipp/pkg PLIST

   update to py3-zipp-3.23.0
VersionDeltaFile
1.13+8-7devel/py-zipp/Makefile
1.4+2-2devel/py-zipp/distinfo
1.9+3-0devel/py-zipp/pkg/PLIST
+13-93 files

FreeBSD/doc c9d3970website/content/en/cgi man.cgi

add Rocky Linux 9.7 & 10.1 manual pages
DeltaFile
+5-1website/content/en/cgi/man.cgi
+5-11 files

NetBSD/pkgsrc ZOh20EHmeta-pkgs/texlive-collection-music Makefile

   texlive-collection-music: update to revision 76267
VersionDeltaFile
1.18+3-2meta-pkgs/texlive-collection-music/Makefile
+3-21 files