FreeBSD/ports 86578banet-mgmt/netdata Makefile Makefile.tuples, net-mgmt/netdata/files patch-CMakeLists.txt go-vendor-modules.txt

net-mgmt/netdata: Update to 2.11.1

Vendor the Go plugins via GH_TUPLE instead of fetching modules during
the build, and take the bundled SQLite from the archive upstream pins in
NetdataSQLite.cmake.  Disable the IBM and NetFlow plugins, which would
otherwise fetch from the network or need Corrosion.

GOPLUGIN now covers the scripts plugin as well, both come from the same
Go module.  The prebuilt dashboard is listed dynamically because its
file names carry content hashes, and it is licensed under NCUL1, not
netdata's GPLv3.

PR:             293216
Submitted by:   jordan at ostreff.info
Approved by:    maintainer timeout (nk at nkeor.me, 7 months)
Sponsored by:   Netzkommune GmbH
DeltaFile
+1,026-810net-mgmt/netdata/pkg-plist
+1,725-0net-mgmt/netdata/files/go-vendor-modules.txt
+421-5net-mgmt/netdata/distinfo
+255-0net-mgmt/netdata/Makefile.tuples
+59-107net-mgmt/netdata/files/patch-CMakeLists.txt
+80-65net-mgmt/netdata/Makefile
+3,566-98711 files not shown
+3,690-1,01517 files

NetBSD/pkgsrc 7VVlH6Ldoc TODO

   doc/TODO: wordpress

   + ja-wordpress-7.1.1, wordpress-7.1.1.
VersionDeltaFile
1.27939+3-2doc/TODO
+3-21 files

LLVM/project 5318943llvm/docs/TableGen BackEnds.md BackEnds.rst, llvm/test/CodeGen/RISCV/rvv vector-interleave.ll vector-interleave-fixed.ll

Rebase, minor improvements/fixes

Created using spr 1.3.7
DeltaFile
+11,197-135llvm/test/CodeGen/RISCV/rvv/vector-interleave-fixed.ll
+1,847-1,277llvm/test/CodeGen/RISCV/rvv/vector-interleave.ll
+2,412-0llvm/docs/TableGen/ProgRef.md
+0-2,287llvm/docs/TableGen/ProgRef.rst
+0-1,213llvm/docs/TableGen/BackEnds.rst
+1,126-0llvm/docs/TableGen/BackEnds.md
+16,582-4,9121,632 files not shown
+58,448-29,9881,638 files

NetBSD/src U4OvCH9sys/netipsec key.c

   ipsec: Nix wrong assertion added in key.c rev. 1.288.

   On LP32 platforms, the xpl0 pointer may not be 64-bit aligned itself;
   we just require all the _internal_ structures inside that buffer to
   be 64-bit aligned.

   Should fix various ipsec tests mostly on LP32 platforms.

   PR kern/60669: netipsec key_sp2msg buffer overrun
VersionDeltaFile
1.291+2-3sys/netipsec/key.c
+2-31 files

FreeBSD/doc a98f17cdocumentation/content/ru/books/handbook/containers _index.adoc

ru/books/handbook add containers chapter
DeltaFile
+1,052-0documentation/content/ru/books/handbook/containers/_index.adoc
+1,052-01 files

NetBSD/pkgsrc-wip 0fc8109. TODO

TODO: + py-whichllm-0.5.19.
DeltaFile
+1-0TODO
+1-01 files

FreeBSD/doc 63a0995website/content/en/cgi ports.cgi

ports.cgi: copyright section as normal text

Wrapping the copyright inside a <pre> block may not look
good on small devices.
DeltaFile
+2-3website/content/en/cgi/ports.cgi
+2-31 files

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

man.cgi: copyright section as normal text

Wrapping the copyright inside a <pre> block may not look
good on small devices.
DeltaFile
+9-7website/content/en/cgi/man.cgi
+9-71 files

FreeNAS/freenas a35e372src/middlewared/middlewared/api/v27_0_0 config.py, src/middlewared/middlewared/plugins pwenc.py config.py

Require a matching password secret seed to upload a configuration

## Context
Support asked that we stop accepting a configuration that arrives without its password secret seed. Such a restore cannot decrypt anything it contains, so middleware generates a fresh (wrong) seed and wipes everything that then fails validation — UPS and email credentials, directory services config, cloud and keychain credentials, VM and container device attributes, SMB user flags. That partial restore is never what anyone actually wants.

## Solution
- **Export the seed by default.** `secretseed` defaults to true in the current API version only; older versions keep the default they shipped with. An archive is the only way to carry two files, so the default `config.save` now returns one rather than a bare database.
- **Refuse an upload that cannot decrypt its own database.** The seed has to be present, `stg_pwenc_check` has to be readable, and the seed has to decrypt it, all before anything on this system is replaced. There is deliberately no tolerant path: that field has been present and non-null since 9.3, older than anything alembic can still migrate.
- **Send the uploaded database to the standby last.** The file list was built in directory iteration order, so a transfer that failed part way through could leave the peer holding a database with no seed beside it, which it would apply at its next boot.

`handle_db_upload_path` still copes with a seedless database on purpose: the supported route into it is gone, but out-of-band staging into /data/uploaded.db is not.
DeltaFile
+93-45tests/api2/test_config_upload.py
+58-0src/middlewared/middlewared/pytest/unit/utils/test_pwenc.py
+46-3src/middlewared/middlewared/plugins/config.py
+19-2src/middlewared/middlewared/utils/pwenc.py
+8-3src/middlewared/middlewared/plugins/pwenc.py
+4-2src/middlewared/middlewared/api/v27_0_0/config.py
+228-556 files

OpenBSD/ports fKSsSjDdevel/llvm Makefile.inc, lang/clang clang.port.mk

   garbage collect more gcc bits; from Brad
VersionDeltaFile
1.35+2-12devel/llvm/Makefile.inc
1.48+1-8lang/clang/clang.port.mk
1.20+1-1lang/gcc/16/Makefile
+4-213 files

LLVM/project 0b44c51llvm/lib/CodeGen/SelectionDAG LegalizeIntegerTypes.cpp, llvm/test/CodeGen/AArch64 sve-vector-interleave-legalize.ll

[SDAG] Handle widened operands for scalable PromoteIntRes_CONCAT_VECTORS (#224274)
DeltaFile
+135-0llvm/test/CodeGen/AArch64/sve-vector-interleave-legalize.ll
+17-27llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
+152-272 files

LLVM/project 0de53b0llvm/lib/Target/LoongArch LoongArchMemoryBarrierOpt.cpp, llvm/test/CodeGen/LoongArch memory-barrier-opt.ll

[LoongArch] Drop asm part from memory barrier optimization pass (#223656)

Drop the inline asm part from #218597, which violates inline assembly
semantics.
DeltaFile
+74-724llvm/test/CodeGen/LoongArch/memory-barrier-opt.ll
+4-142llvm/lib/Target/LoongArch/LoongArchMemoryBarrierOpt.cpp
+78-8662 files

FreeNAS/freenas 5c2d636src/middlewared/middlewared/api/base/types string.py, src/middlewared/middlewared/api/v26_0_0 vm.py

Fix VM and container duplicate-UUID check for spelling variants

## Problem
`UUIDv4String` did neither thing its name implies. `uuid.UUID(value, version=4)` overwrites the version and variant bits on a throwaway object rather than asserting them, so a v1, v5, v6, v7 or the nil UUID all passed; and the validator returned the caller's original string, so the braced, `urn:uuid:`, uppercase and unhyphenated spellings of one UUID were each stored verbatim.

That made the create-time uniqueness check compare presentation instead of identity — it is a datastore filter, so SQL `=` against a BINARY-collated column — and two rows spelling one UUID differently both got in. Since the uuid is written to both `<name>` and `<uuid>` of the libvirt domain XML and `defineXML` only happens at start, nothing went wrong until the second VM was started, at which point libvirt refused it while quoting the first VM's uuid. `uuid` is immutable after creation, so that row cannot be repaired in place.

## Solution
- **Real version check.** `uuidv4_validator` now parses without `version=` and rejects anything whose `.version` is not 4. The nil and max UUIDs report `None` there, so they are rejected too, and the "not a valid UUID" and "not version 4" cases now report separately instead of sharing one misleading message.
- **A permissive `UUIDString` for the entry models.** The version was never actually enforced in any shipped release, so non-v4 uuids exist in the field. The entry models are what `query` validates stored rows against, and a row that fails there is dropped from the result rather than reported, so tightening them would make those VMs disappear. Strict type on create, permissive type on read. `v26_0_0/vm.py` needed a `VMCreate.uuid` override added, as it was the one model inheriting the annotation from its entry.
- **Compare uuids by value.** New `same_uuid()` in `middlewared/utils/libvirt/utils.py`, used by both `validate()` methods in place of the datastore filter. This cannot be pushed into SQL — a case-insensitive collation still would not equate the unhyphenated form with the hyphenated one — so it reads the rows and folds over them, which is fine at these tables' size.

Deliberately not included: normalising the stored value. Rewriting it renames a libvirt domain out from under a possibly running guest and invalidates the pid and runtime paths derived from it, and once the comparison is by value a non-canonical row stays self-consistent anyway.
DeltaFile
+75-0src/middlewared/middlewared/pytest/unit/api/base/types/test_uuid_string.py
+16-3src/middlewared/middlewared/api/base/types/string.py
+10-0src/middlewared/middlewared/utils/libvirt/utils.py
+3-5src/middlewared/middlewared/plugins/vm/crud.py
+3-5src/middlewared/middlewared/plugins/container/crud.py
+3-1src/middlewared/middlewared/api/v26_0_0/vm.py
+110-143 files not shown
+116-179 files

LLVM/project fbc2226llvm/include/llvm/CodeGen TargetInstrInfo.h, llvm/lib/CodeGen MachineVerifier.cpp

CodeGen: Pass instruction and operand index to isPCRelRegisterOperandLegal (#219420)

Replace the MachineOperand argument to the
TargetInstrInfo::isPCRelRegisterOperandLegal hook with the containing
instruction and operand index. The M68k implementation only used the
operand
to recover its parent instruction and operand number, so this drops the
dependence on MachineOperand::getParent().

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+8-10llvm/lib/Target/M68k/M68kInstrInfo.cpp
+5-3llvm/include/llvm/CodeGen/TargetInstrInfo.h
+2-1llvm/lib/Target/M68k/M68kInstrInfo.h
+1-1llvm/lib/CodeGen/MachineVerifier.cpp
+16-154 files

LLVM/project 04865d4llvm/lib/Target/M68k M68kInstrData.td, llvm/test/CodeGen/M68k inline-asm.ll

[M68k] Add Imm source for MOVE to CCR/SR (#207590)

closes #165077, just adds the imm addressing mode to MOVE to SR/CCR
DeltaFile
+16-0llvm/test/CodeGen/M68k/inline-asm.ll
+2-2llvm/lib/Target/M68k/M68kInstrData.td
+4-0llvm/test/MC/M68k/Data/Classes/MxMoveSR.s
+4-0llvm/test/MC/M68k/Data/Classes/MxMoveCCR.s
+26-24 files

LLVM/project dc1522bflang/test/Semantics/OpenMP requires09.f90 requires08.f90

[flang][OpenMP] Add -fopenmp-version flag to several tests

The default OpenMP version in flang is 3.1. A number of tests use features
added in later versions. They currently pass because the version validity
is not enforced in many cases. Set the OpenMP version explicitly to avoid
failures when the checks become more strict.
DeltaFile
+1-1flang/test/Semantics/OpenMP/requires09.f90
+1-1flang/test/Semantics/OpenMP/requires08.f90
+1-1flang/test/Semantics/OpenMP/requires07.f90
+1-1flang/test/Semantics/OpenMP/requires06.f90
+1-1flang/test/Semantics/OpenMP/requires03.f90
+1-1flang/test/Semantics/OpenMP/requires02.f90
+6-613 files not shown
+19-1919 files

NetBSD/src fw1CY4tsys/external/bsd/drm2/dist/drm/i915/gem i915_gem_pages.c

   i915: Fix null pointer deref in i915_gem_object_get_dma_address.

   Matches the Linux code in the #else this way.

   PR kern/60755: i915drmkms crashes on Intel Bay Trail GPU making the
   machine rebooting
VersionDeltaFile
1.8+4-3sys/external/bsd/drm2/dist/drm/i915/gem/i915_gem_pages.c
+4-31 files

LLVM/project e11e18dllvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/AArch64 externally-used-copyables.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+127-71llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+110-19llvm/test/Transforms/SLPVectorizer/AMDGPU/elementwise-fma-operand1.ll
+26-10llvm/test/Transforms/SLPVectorizer/SystemZ/non-power-2-subvector-extract.ll
+7-6llvm/test/Transforms/SLPVectorizer/AArch64/externally-used-copyables.ll
+8-4llvm/test/Transforms/SLPVectorizer/RISCV/strided-loads-with-external-indices.ll
+5-5llvm/test/Transforms/SLPVectorizer/RISCV/non-commutative-second-arg-only-copyable.ll
+283-1153 files not shown
+290-1229 files

LLVM/project 1e469c7llvm/lib/Target/RISCV RISCVInstrInfoXCV.td, llvm/test/MC/RISCV/corev XCVsimd-invalid.s XCVsimd.s

[RISCV] Fix immediate operand ranges for XCVsimd instructions (#224876)

See link:

-
https://docs.openhwgroup.org/projects/cv32e40p-user-manual/en/latest/instruction_set_extensions.html#simd-bit-manipulation-operations
-
https://docs.openhwgroup.org/projects/cv32e40p-user-manual/en/latest/instruction_set_extensions.html#simd-shuffle-and-pack-operations
DeltaFile
+63-64llvm/test/MC/RISCV/corev/XCVsimd.s
+35-36llvm/test/MC/RISCV/corev/XCVsimd-invalid.s
+14-7llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td
+112-1073 files

FreeBSD/ports 6dbbf99net/netatalk4 Makefile pkg-install

net/netatalk4: Remove the pkg-install file

This is no longer needed.  The base distro takes care of installing the
README in the CNID subdirectory.

PR:             298659
Spotted by:     eduardo
DeltaFile
+0-14net/netatalk4/pkg-install
+1-1net/netatalk4/Makefile
+1-152 files

NetBSD/src ZNbkV3Dsys/compat/linux/common linux_inotify.c

   compat_linux inotify(2): Re-check number of entries in loop.

   Might have changed between two calls to inotify_readdir.

   XXX Should maybe not do two calls to inotify_readdir!  Can we hold
   the vnode lock or use a fixed temporary buffer size or something?

   PR kern/60756: compat_linux inotify(2): TOCTOU and locking shenanigans
VersionDeltaFile
1.11+3-3sys/compat/linux/common/linux_inotify.c
+3-31 files

NetBSD/src MIa8XSxsys/compat/linux/common linux_inotify.c

   compat_linux inotify(2): strcpy -> strlcpy

   PR kern/60756: compat_linux inotify(2): TOCTOU and locking shenanigans
VersionDeltaFile
1.10+10-5sys/compat/linux/common/linux_inotify.c
+10-51 files

NetBSD/src E1MS3NRsys/compat/ultrix ultrix_misc.c

   compat_ultrix: Fix shmat/shmdt confusion.

   Also omit needless initializer while here, which was added to pacify
   a gcc12 warning without actually fixing the problem the warning
   should have alerted us to.

   kern/60753: compat_ultrix shmsys(2): busted shmdt
VersionDeltaFile
1.130+4-4sys/compat/ultrix/ultrix_misc.c
+4-41 files

NetBSD/src kJlMLpzsys/rump/kern/lib/libsys_cygwin rump_cygwin_compat.c, sys/rump/kern/lib/libsys_linux linux_rump.c

   rump libsys_*: Zero out syscall argument packages on stack.

   PR kern/60754: potential syscall argument package stack garbage
VersionDeltaFile
1.5+4-3sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c
1.4+4-3sys/rump/kern/lib/libsys_cygwin/rump_cygwin_compat.c
1.6+3-2sys/rump/kern/lib/libsys_linux/linux_rump.c
+11-83 files

NetBSD/src 9ynQTGesys/kern sys_epoll.c kern_time.c

   kern: Zero out syscall argument packages on stack.

   PR kern/60754: potential syscall argument package stack garbage
VersionDeltaFile
1.5+3-2sys/kern/sys_epoll.c
1.233+3-2sys/kern/kern_time.c
1.554+3-2sys/kern/init_main.c
+9-63 files

NetBSD/src Z0gVN1Hsys/compat/ultrix ultrix_ioctl.c ultrix_pathname.c

   compat_ultrix: Zero out syscall argument packages on stack.

   PR kern/60754: potential syscall argument package stack garbage
VersionDeltaFile
1.129+15-3sys/compat/ultrix/ultrix_misc.c
1.41+6-2sys/compat/ultrix/ultrix_pathname.c
1.41+3-2sys/compat/ultrix/ultrix_ioctl.c
+24-73 files

NetBSD/src quMysUpsys/compat/sunos sunos_ioctl.c sunos_misc.c, sys/compat/sunos32 sunos32_ioctl.c sunos32_misc.c

   compat_sunos: Zero out syscall argument packages on stack.

   PR kern/60754: potential syscall argument package stack garbage
VersionDeltaFile
1.178+15-2sys/compat/sunos/sunos_misc.c
1.87+13-2sys/compat/sunos32/sunos32_misc.c
1.37+4-2sys/compat/sunos32/sunos32_ioctl.c
1.72+4-2sys/compat/sunos/sunos_ioctl.c
+36-84 files

NetBSD/src onFcDIjsys/compat/freebsd freebsd_misc.c freebsd_ipc.c

   compat_freebsd: Zero out syscall argument packages on stack.

   PR kern/60754: potential syscall argument package stack garbage
VersionDeltaFile
1.18+14-2sys/compat/freebsd/freebsd_ipc.c
1.36+4-2sys/compat/freebsd/freebsd_misc.c
+18-42 files

NetBSD/src 2JSh4TUsys/compat/common kern_ipc_10.c, sys/compat/netbsd32 netbsd32_lwp.c netbsd32_fs.c

   compat: Zero out syscall argument packages on stack.

   PR kern/60754: potential syscall argument package stack garbage
VersionDeltaFile
1.238+149-2sys/compat/netbsd32/netbsd32_netbsd.c
1.67+21-2sys/compat/netbsd32/netbsd32_compat_43.c
1.96+14-2sys/compat/netbsd32/netbsd32_fs.c
1.4+14-2sys/compat/netbsd32/netbsd32_compat_10_sysv.c
1.24+13-2sys/compat/netbsd32/netbsd32_lwp.c
1.27+13-2sys/compat/common/kern_ipc_10.c
+224-1223 files not shown
+314-5629 files

NetBSD/src smMmMs3sys/compat/linux/common linux_misc.c linux_file.c, sys/compat/linux32/common linux32_uid16.c linux32_sched.c

   compat_linux, compat_linux32: Always zero syscall args on stack.

   This is an attempt to systematically eliminate a class of stack
   garbage bugs:

   PR kern/60750: compat_linux: stack garbage mistakes
VersionDeltaFile
1.45+24-3sys/compat/linux32/common/linux32_unistd.c
1.33+19-2sys/compat/linux32/common/linux32_socket.c
1.137+19-2sys/compat/linux/common/linux_file.c
1.10+17-3sys/compat/linux32/common/linux32_sched.c
1.3+13-4sys/compat/linux32/common/linux32_uid16.c
1.268+14-2sys/compat/linux/common/linux_misc.c
+106-1630 files not shown
+263-8536 files