LLVM/project af1743dllvm/lib/MC/MCParser AsmParser.cpp, llvm/test/MC/AsmParser macro-like-diagnostic.s macro-unknown-directive.s

improve tests

Created using spr 1.3.8-beta.1
DeltaFile
+19-0llvm/test/MC/AsmParser/macro-like-diagnostic.s
+12-0llvm/test/tools/llvm-ml/macro_diagnostic.asm
+3-3llvm/test/MC/AsmParser/macro-unknown-directive.s
+3-3llvm/test/MC/AsmParser/macros-darwin.s
+1-1llvm/test/MC/AsmParser/unmatched-if-macro.s
+1-1llvm/lib/MC/MCParser/AsmParser.cpp
+39-81 files not shown
+40-97 files

FreeBSD/ports 06a326fwww/nextcloud-news distinfo Makefile

www/nextcloud-news: Update to 28.4.1
DeltaFile
+3-3www/nextcloud-news/distinfo
+1-1www/nextcloud-news/Makefile
+4-42 files

FreeBSD/ports b46edc7www/nextcloud-deck distinfo Makefile

www/nextcloud-deck: Update to 1.17.2
DeltaFile
+3-3www/nextcloud-deck/distinfo
+1-1www/nextcloud-deck/Makefile
+4-42 files

FreeBSD/ports 5e11cddwww/nextcloud-contacts distinfo Makefile

www/nextcloud-contacts: Update to 8.5.0
DeltaFile
+3-3www/nextcloud-contacts/distinfo
+1-1www/nextcloud-contacts/Makefile
+4-42 files

FreeBSD/ports b4ffea5www/nextcloud-calendar distinfo Makefile

www/nextcloud-calendar: Update to 6.4.1
DeltaFile
+3-3www/nextcloud-calendar/distinfo
+1-1www/nextcloud-calendar/Makefile
+4-42 files

FreeBSD/ports 9897d7cnet-mgmt/check_ssl_cert distinfo Makefile

net-mgmt/check_ssl_cert: update to 2.101.0

Release Notes:
  https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.101.0
DeltaFile
+3-3net-mgmt/check_ssl_cert/distinfo
+1-1net-mgmt/check_ssl_cert/Makefile
+4-42 files

FreeNAS/freenas fe9c579src/middlewared/middlewared/plugins filesystem.py, src/middlewared/middlewared/plugins/filesystem_ utils.py acl.py

NAS-140915 / 26.0.0-RC.1 / Add recursion for filesystem.set_zfs_attributes (by anodos325) (#18915)

This commit expands the API for filesystem.set_zfs_attributes to include
options for recursion. Specifically, we can do non-recursive, recursive
on files only and recursive on directories only, or recursively on both
files and directories.

Original PR: https://github.com/truenas/middleware/pull/18906

---------

Co-authored-by: Andrew Walker <andrew.walker at truenas.com>
DeltaFile
+194-73src/middlewared/middlewared/plugins/filesystem_/utils.py
+155-1tests/api2/test_190_filesystem.py
+61-18src/middlewared/middlewared/plugins/filesystem.py
+15-16src/middlewared/middlewared/plugins/pool_/dataset_encryption_lock.py
+12-16src/middlewared/middlewared/plugins/filesystem_/acl.py
+11-10src/middlewared/middlewared/plugins/pool_/import_pool.py
+448-1346 files not shown
+483-15012 files

FreeNAS/freenas becab74src/middlewared/middlewared/plugins/directoryservices_ activedirectory_health_mixin.py, tests/unit test_activedirectory_health.py test_directoryservices_reset.py

NAS-140984 / 25.10.4 / Active Directory: fix rejoin, harden reset/recover, improve diagnostics (by anodos325) (#18981)

KDC Server affinity (SAF) cache stores {host, ip} dict (host captured
via a fresh CLDAP ping to the chosen kdc_server IP, so the pair
authoritatively identifies one DC). _saf_kdc_name uses the cached host
directly, avoiding RDNS in samba's --server flag and the krb5.conf kdc=
override. activate_standby accepts both the legacy single-string IP and
the new dict form for HA mixed-version upgrades.

_health_check_ad runs _test_machine_account_password only as a
refinement of a failing WBClient.ping_dc(). No krb5.conf churn on
healthy systems; AD_SECRET_INVALID fires only when ping_dc has already
failed AND the password test confirms a credential mismatch
(PREAUTH_FAILED). The temp krb5.conf the test writes now mirrors the
system config (rdns=false, dns_canonicalize_hostname=false, NAS-138687)
and is restored via a finally block so KRB5Error doesn't leave the
system config polluted.

_recover_secrets typo fix: KRB5_PREAUTH_FAILED ->

    [26 lines not shown]
DeltaFile
+691-0tests/unit/test_activedirectory_health.py
+289-0tests/unit/test_directoryservices_reset.py
+226-0tests/unit/test_activedirectory_join.py
+122-51src/middlewared/middlewared/plugins/directoryservices_/activedirectory_health_mixin.py
+102-0tests/unit/test_directoryservices_secrets.py
+97-0tests/unit/test_krb5.py
+1,527-517 files not shown
+1,776-7913 files

LLVM/project caefe2clldb/tools/lldb-dap/extension package-lock.json, llvm/lib/Support UnicodeNameToCodepointGenerated.cpp

refactor to avoid buffer name comparison

Created using spr 1.3.8-beta.1
DeltaFile
+23,873-20,923llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
+12,365-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.av.load.b128.ll
+1,243-8,768llvm/test/CodeGen/X86/vector-replicaton-i1-mask.ll
+1,381-2,562llvm/test/CodeGen/X86/avx512-calling-conv.ll
+3,903-0llvm/test/CodeGen/NVPTX/machine-cse-predicate-inversion.ll
+2,504-1,285lldb/tools/lldb-dap/extension/package-lock.json
+45,269-33,5382,139 files not shown
+127,494-75,4792,145 files

FreeNAS/freenas fe6623asrc/middlewared/middlewared/plugins/directoryservices_ activedirectory_health_mixin.py, tests/unit test_activedirectory_health.py test_directoryservices_reset.py

NAS-140984 / 27.0.0-BETA.1 / Active Directory: fix rejoin, harden reset/recover, improve diagnostics (#18938)

KDC Server affinity (SAF) cache stores {host, ip} dict (host captured
via a fresh CLDAP ping to the chosen kdc_server IP, so the pair
authoritatively identifies one DC). _saf_kdc_name uses the cached host
directly, avoiding RDNS in samba's --server flag and the krb5.conf kdc=
override. activate_standby accepts both the legacy single-string IP and
the new dict form for HA mixed-version upgrades.

_health_check_ad runs _test_machine_account_password only as a
refinement of a failing WBClient.ping_dc(). No krb5.conf churn on
healthy systems; AD_SECRET_INVALID fires only when ping_dc has already
failed AND the password test confirms a credential mismatch
(PREAUTH_FAILED). The temp krb5.conf the test writes now mirrors the
system config (rdns=false, dns_canonicalize_hostname=false, NAS-138687)
and is restored via a finally block so KRB5Error doesn't leave the
system config polluted.

_recover_secrets typo fix: KRB5_PREAUTH_FAILED ->

    [23 lines not shown]
DeltaFile
+691-0tests/unit/test_activedirectory_health.py
+289-0tests/unit/test_directoryservices_reset.py
+226-0tests/unit/test_activedirectory_join.py
+122-51src/middlewared/middlewared/plugins/directoryservices_/activedirectory_health_mixin.py
+102-0tests/unit/test_directoryservices_secrets.py
+97-0tests/unit/test_krb5.py
+1,527-517 files not shown
+1,776-7913 files

FreeNAS/freenas cd5bd01docs/source/accounts scram_authentication.rst, src/middlewared/middlewared/docs index.rst

mark auth.login and auth.login_with_api_key removed_in v27

Both methods are thin wrappers around auth.login_ex. Add removed_in='v27'
to their @api_method decorators so they're invisible on v27 sessions while
remaining reachable for v25/v26 callers via LegacyAPIMethod. Docstrings
updated to point at auth.login_ex with the appropriate mechanism.

The primary motivation for this is to encourage users to switch to more
secure authentication mechanisms for API key authentication. The
deprecated endpoint is incapable of a challenge-response flow.
DeltaFile
+15-5tests/api2/test_audit_websocket.py
+9-4src/middlewared/middlewared/docs/index.rst
+10-3tests/api2/test_api_key.py
+9-2src/middlewared/middlewared/plugins/auth.py
+6-1tests/api2/test_account_privilege_role_private_fields.py
+5-2docs/source/accounts/scram_authentication.rst
+54-176 files

FreeNAS/freenas c1ff0dbsrc/middlewared/middlewared/alert/source zfs_tier.py, src/middlewared/middlewared/plugins/zfs tier.py

NAS-140539 / 26.0.0-RC.1 / Add tiering API (by anodos325) (#18979)

This commit modifies the truenas API to wrap around tiering design in
the following ways:

A new namespace zfs.tier. will be added. This contains global
configuration for systemwide tiering settings as well as APIs related to
transitioning existing files from one tier to another. Parameters
include

- enabled: whether to enable tiering. 

- max_concurrent_jobs: the maximum number of concurrent rewrite jobs
(tier migrations for existing data).

- min_available_space: point in available space for a dataset where tier
migrations will error out.

The namespace will also support APIs for managing and querying tier

    [15 lines not shown]
DeltaFile
+721-0src/middlewared/middlewared/plugins/zfs/tier.py
+385-0tests/unit/test_zfs_tier_api_models.py
+366-0tests/unit/test_zfs_tier_alert_source.py
+339-0tests/api2/zfs_tier/test_smoke.py
+313-0src/middlewared/middlewared/alert/source/zfs_tier.py
+309-0tests/unit/test_zfs_tier_helpers.py
+2,433-042 files not shown
+4,543-4548 files

LLVM/project 0c31558lldb/unittests/Utility LockedTest.cpp

[lldb][test] Fix thread safety analysis warning in LockedTest (#199218)

Guard `mutex.unlock()` with `if (mutex.try_lock())` to satisfy thread
safety analysis. Statically, the compiler cannot verify that
`mutex.try_lock()` succeeded when it is only asserted by `EXPECT_TRUE`,
leading to a "releasing mutex 'mutex' that was not held" compilation
error.

This fixes a regression introduced in #198941.
DeltaFile
+4-2lldb/unittests/Utility/LockedTest.cpp
+4-21 files

FreeBSD/ports 1730c01www/evcc distinfo Makefile

www/evcc: update to 0.307.0

Changes:        https://github.com/evcc-io/evcc/releases
DeltaFile
+7-7www/evcc/distinfo
+2-3www/evcc/Makefile
+9-102 files

OpenBSD/src ktzA9Vkusr.bin/tmux cmd-attach-session.c cmd-switch-client.c

   Tighten up read-only checks on attach-session, detach-client and
   switch-client so that a user should be able to only detach their own
   client. Reported by John Walker.
VersionDeltaFile
1.90+11-2usr.bin/tmux/cmd-attach-session.c
1.74+11-1usr.bin/tmux/cmd-switch-client.c
1.39+9-1usr.bin/tmux/cmd-detach-client.c
+31-43 files

Illumos/gate 08292a0usr/src/uts/common/inet sctp_itf.h, usr/src/uts/common/inet/sctp sctp_opt_data.c

18118 SCTP frees wrong-size, and needs to keep private options private
Reviewed by: Andy Fiddaman <illumos at fiddaman.net>
Reviewed by: Dale Ghent <daleg at elemental.org>
Approved by: Robert Mustacchi <rm+illumos at fingolfin.org>
DeltaFile
+25-9usr/src/uts/common/inet/sctp/sctp_opt_data.c
+10-4usr/src/uts/common/inet/sockmods/socksctp.c
+6-0usr/src/uts/common/inet/sctp_itf.h
+41-133 files

FreeNAS/freenas b715716src/middlewared/middlewared/plugins/zpool query_impl.py, tests/api2 test_zpool_query.py

stale docstrings
DeltaFile
+1-1src/middlewared/middlewared/plugins/zpool/query_impl.py
+1-1tests/api2/test_zpool_query.py
+2-22 files

LLVM/project 5c06d8allvm/lib/Target/PowerPC PPCInstrInfo.td

Fix accidental renames.
DeltaFile
+6-3llvm/lib/Target/PowerPC/PPCInstrInfo.td
+6-31 files

FreeNAS/freenas e8e8e7bsrc/middlewared/middlewared/plugins/mail gmail.py

Address review
DeltaFile
+0-1src/middlewared/middlewared/plugins/mail/gmail.py
+0-11 files

LLVM/project 5d0bc86mlir/include/mlir/Dialect/LLVMIR LLVMOps.td LLVMIntrinsicOps.td, mlir/lib/Dialect/LLVMIR/IR LLVMMemorySlot.cpp

[mlir][LLVMIR] implement PromotableAliaserInterface
DeltaFile
+311-0mlir/test/Dialect/LLVMIR/mem2reg.mlir
+44-0mlir/lib/Dialect/LLVMIR/IR/LLVMMemorySlot.cpp
+8-1mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
+4-0mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
+367-14 files

LLVM/project 3f67b89llvm/lib/Target/PowerPC PPCInstrInfo.td PPCInstr64Bit.td

[PowerPC] Change arguments of PPCEmitTimePseudo

Like #198861 but for PPCEmitTimePseudo.

This is not NFC. The asm name of LDtocBA was set to #LDtocCPT,
which is the name of the instruction before. This looks like a
cut`n`paste error, and I changed the asm name.
DeltaFile
+34-59llvm/lib/Target/PowerPC/PPCInstrInfo.td
+30-53llvm/lib/Target/PowerPC/PPCInstr64Bit.td
+10-20llvm/lib/Target/PowerPC/PPCInstrMMA.td
+4-3llvm/lib/Target/PowerPC/PPCInstrFormats.td
+78-1354 files

FreeNAS/freenas 688237dsrc/middlewared/middlewared/plugins/container lifecycle.py dataset.py, src/middlewared/middlewared/utils/filesystem perms.py

NAS-141020 / 26.0.0-BETA.2 / Restrict on-disk perms of internal container/apps dataset roots (by anodos325) (#18985)

The internal dataset trees that back containers
(/mnt/.truenas_containers/), Docker apps (/mnt/.ix-apps/), and the
per-container idmapped bind-mount parent (/run/truenas_containers/root/)
are implementation-detail paths that aren't intended to be inspected
directly by host users. They currently mount with the default of
drwxr-xr-x root:root (or 0755 from os.makedirs for the /run parent),
which is looser than necessary.

This PR pins those three directories to 0700 root:root and re-applies
the mode at the relevant entry points so the property is idempotent
across reboots and manual chmod drift.

Original PR: https://github.com/truenas/middleware/pull/18954

Co-authored-by: Andrew Walker <andrew.walker at truenas.com>
DeltaFile
+191-142tests/api2/test_apps.py
+127-0tests/api2/test_container.py
+100-0tests/unit/test_filesystem_perms.py
+61-0src/middlewared/middlewared/plugins/container/lifecycle.py
+53-0src/middlewared/middlewared/utils/filesystem/perms.py
+18-3src/middlewared/middlewared/plugins/container/dataset.py
+550-1453 files not shown
+561-1469 files

OpenBSD/ports S1s8qqEdevel/cmake distinfo Makefile.inc, devel/cmake/core/pkg PLIST-help

   Update CMake to 4.3.3
VersionDeltaFile
1.5+3-3devel/cmake/core/pkg/PLIST-help
1.99+2-2devel/cmake/distinfo
1.9+1-1devel/cmake/Makefile.inc
+6-63 files

FreeNAS/freenas baca66fsrc/middlewared/middlewared/plugins/smb_ util_smbconf.py, tests/unit test_smb_share.py

NAS-141127 / 26.0.0-RC.1 / smb: disable automatic conversion of adouble files (by anodos325) (#18992)

This commit disables a relatively new on-by-default feature of vfs_fruit
that attempts to detect and auto-migrate file-backed AFP-style metadata.
This exists primarily to facilitate data mobility between different
vfs_fruit / server configurations. Since we've only had a single
supported fruit configuration regarding metadata and resource forks
since TrueNAS 9.10 we can safely disable this feature, which requires
attempted per-file opens for every directory listing. This significantly
harms dir listing performance for macos clients.

Original PR: https://github.com/truenas/middleware/pull/18988

Co-authored-by: Andrew Walker <andrew.walker at truenas.com>
DeltaFile
+50-0tests/unit/test_smb_share.py
+1-0src/middlewared/middlewared/plugins/smb_/util_smbconf.py
+51-02 files

FreeNAS/freenas ecdf5e1src/middlewared/middlewared/plugins/smb_ util_smbconf.py, tests/unit test_smb_share.py

NAS-141127 / 26.0.0-BETA.2 / smb: disable automatic conversion of adouble files (by anodos325) (#18991)

This commit disables a relatively new on-by-default feature of vfs_fruit
that attempts to detect and auto-migrate file-backed AFP-style metadata.
This exists primarily to facilitate data mobility between different
vfs_fruit / server configurations. Since we've only had a single
supported fruit configuration regarding metadata and resource forks
since TrueNAS 9.10 we can safely disable this feature, which requires
attempted per-file opens for every directory listing. This significantly
harms dir listing performance for macos clients.

Original PR: https://github.com/truenas/middleware/pull/18988

Co-authored-by: Andrew Walker <andrew.walker at truenas.com>
DeltaFile
+50-0tests/unit/test_smb_share.py
+1-0src/middlewared/middlewared/plugins/smb_/util_smbconf.py
+51-02 files

LLVM/project 11b0502llvm/lib/Target/PowerPC PPCInstrInfo.td PPCInstr64Bit.td

[PowerPC][NFC] Change arguments of PPCustomInserter

Like #198861 but for PPCCustomInserter.
DeltaFile
+25-39llvm/lib/Target/PowerPC/PPCInstrInfo.td
+10-16llvm/lib/Target/PowerPC/PPCInstr64Bit.td
+3-10llvm/lib/Target/PowerPC/PPCInstrVSX.td
+4-7llvm/lib/Target/PowerPC/PPCInstrSPE.td
+2-2llvm/lib/Target/PowerPC/PPCInstrFormats.td
+2-2llvm/lib/Target/PowerPC/PPCInstrHTM.td
+46-766 files

LLVM/project da3e878llvm/lib/Target/PowerPC PPCInstrInfo.td

Fix removed empty name
DeltaFile
+1-1llvm/lib/Target/PowerPC/PPCInstrInfo.td
+1-11 files

OpenBSD/ports rIXZvskdevel/catch2 distinfo Makefile, devel/catch2/pkg PLIST

   Update catch2 to 3.15.0
VersionDeltaFile
1.53+2-2devel/catch2/distinfo
1.21+1-2devel/catch2/pkg/PLIST
1.60+1-1devel/catch2/Makefile
+4-53 files

FreeBSD/src c9546bbtests/sys/kern procdesc.c Makefile

tests/procdesc: Use a more efficient mechanism to block

Reviewed by:    kib
MFC after:      2 weeks
Differential Revision:  https://reviews.freebsd.org/D57149
DeltaFile
+37-4tests/sys/kern/procdesc.c
+1-1tests/sys/kern/Makefile
+38-52 files

OpenBSD/ports o88Icchsecurity/oath-toolkit Makefile

   Regen WANTLIB.
VersionDeltaFile
1.31+2-1security/oath-toolkit/Makefile
+2-11 files