FreeBSD/ports 30adb70sysutils/try-rs distinfo Makefile

sysutils/try-rs: Update to 1.7.10
DeltaFile
+3-3sysutils/try-rs/distinfo
+1-2sysutils/try-rs/Makefile
+4-52 files

LLVM/project 3c0e69ecompiler-rt/cmake/Modules CompilerRTUtils.cmake

[compiler-rt] Fix undefined AMDGPU variable not set for builtins (#202733)

Summary:
compiler-rt is weird and has multiple config files, make sure this is
set for both libs and builtins.
DeltaFile
+6-0compiler-rt/cmake/Modules/CompilerRTUtils.cmake
+6-01 files

FreeBSD/ports e05fa6bsysutils/rubygem-hiera-eyaml distinfo Makefile

sysutils/rubygem-hiera-eyaml: Update to 5.0.1

ChangeLog:
https://github.com/voxpupuli/hiera-eyaml/blob/master/CHANGELOG.md#v501-2026-04-15

With hat:       puppet
DeltaFile
+3-3sysutils/rubygem-hiera-eyaml/distinfo
+1-1sysutils/rubygem-hiera-eyaml/Makefile
+4-42 files

LLVM/project 2aaaff7flang/lib/Semantics check-omp-structure.cpp openmp-utils.cpp, flang/test/Semantics/OpenMP assumed-size-array-dsa.f90 cray-pointer-usage.f90

[flang][OpenMP] Move assumed-size array check to list item verification (#201385)

The presence of whole assumed-size arrays will now be diagnosed in a
single location, together with the verification of list item kinds.
DeltaFile
+19-17flang/lib/Semantics/check-omp-structure.cpp
+4-4flang/test/Semantics/OpenMP/assumed-size-array-dsa.f90
+3-3flang/test/Semantics/OpenMP/cray-pointer-usage.f90
+3-3flang/test/Semantics/OpenMP/reduction-assumed.f90
+4-1flang/lib/Semantics/openmp-utils.cpp
+0-1flang/lib/Semantics/check-omp-loop.cpp
+33-291 files not shown
+33-307 files

LLVM/project a9141a0llvm/lib/Transforms/Scalar LoopInterchange.cpp

address review
DeltaFile
+52-52llvm/lib/Transforms/Scalar/LoopInterchange.cpp
+52-521 files

LLVM/project 7e526f7mlir/lib/Dialect/Affine/Transforms SuperVectorize.cpp, mlir/test/Dialect/Affine/SuperVectorize vectorize_2d_inbounds.mlir vectorize_affine_apply.mlir

[mlir][affine] emit `in_bounds` on `transfer_read`/`write` when statically provable in `affine-super-vectorize` (#201180)

This patch fixes an issue reported on the MLIR Discourse ([May
2026](https://discourse.llvm.org/t/mlir-affine-affine-super-vectorize-does-not-set-in-bounds-on-transfer-ops-for-statically-divisible-shapes/90785/3)),
that I also came across during a study I reported in [my blog
post](https://federicobruzzone.github.io/posts/mlir-study.html).

`affine-super-vectorize` always creates `vector.transfer_read` and
`vector.transfer_write` without an `in_bounds` attribute, even when it
is statically provable that every access stays within bounds. This
forces downstream lowering to unconditionally emit
`llvm.intr.masked.load`/`llvm.intr.masked.store`: masked intrinsics that
carry $\sim3\times$ overhead on AArch64/NEON and prevent
auto-vectorization (see the MLIR Discourse).

## Root cause

`vectorizeAffineLoad` and `vectorizeAffineStore` in `SuperVectorize.cpp`
forwarded neither the `in_bounds` mask nor any analysis of it when

    [55 lines not shown]
DeltaFile
+52-0mlir/test/Dialect/Affine/SuperVectorize/vectorize_2d_inbounds.mlir
+30-2mlir/lib/Dialect/Affine/Transforms/SuperVectorize.cpp
+6-6mlir/test/Dialect/Affine/SuperVectorize/vectorize_affine_apply.mlir
+4-4mlir/test/Dialect/Affine/SuperVectorize/vectorize_1d.mlir
+3-3mlir/test/Dialect/Affine/SuperVectorize/vectorize_reduction.mlir
+2-2mlir/test/Dialect/Affine/SuperVectorize/vectorize_2d.mlir
+97-171 files not shown
+98-187 files

LLVM/project 13a95bfllvm/utils/gn/secondary/bolt/unittests/Profile BUILD.gn, llvm/utils/gn/secondary/libcxx/include BUILD.gn

[gn build] Port commits (#202730)

1ef2f3b98b13
2426b855f303
2bd098b819c1
69215c5e4f03
88bd366041fd
a08dce6881f6
fc9bf89cfd9a
DeltaFile
+1-1llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+1-1llvm/utils/gn/secondary/bolt/unittests/Profile/BUILD.gn
+1-0llvm/utils/gn/secondary/lldb/source/Target/BUILD.gn
+0-1llvm/utils/gn/secondary/llvm/lib/Frontend/Offloading/BUILD.gn
+1-0llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
+1-0llvm/utils/gn/secondary/llvm/unittests/Target/AArch64/BUILD.gn
+5-33 files not shown
+7-49 files

XigmaNAS/svn 10619trunk/build CHANGES, trunk/build/ports/dmidecode distinfo Makefile

Upgrade dmidecode to v3.7.
DeltaFile
+0-47trunk/build/ports/dmidecode/files/patch-dmidecode.c
+0-24trunk/build/ports/dmidecode/files/patch-dmioem.c
+15-4trunk/build/ports/dmidecode/files/patch-Makefile
+3-3trunk/build/ports/dmidecode/distinfo
+2-2trunk/build/ports/dmidecode/Makefile
+1-0trunk/build/CHANGES
+21-801 files not shown
+22-807 files

NetBSD/pkgsrc aRdXdsqdoc CHANGES-2026 TODO

   doc: Updated devel/boehm-gc to 8.2.12
VersionDeltaFile
1.3680+2-1doc/CHANGES-2026
1.27388+1-2doc/TODO
+3-32 files

LLVM/project 150717aclang/test/CodeGen/LoongArch/lasx builtin-alias.c builtin.c, llvm/test/CodeGen/AArch64 bf16-v8-instructions.ll bf16-v4-instructions.ll

Merge branch 'main' into users/kparzysz/s05-assumed-size-arrays
DeltaFile
+8,895-3,632llvm/test/CodeGen/AArch64/bf16-v8-instructions.ll
+3,563-3,543llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+6,598-111llvm/test/CodeGen/X86/clmul-vector.ll
+3,951-1,914llvm/test/CodeGen/AArch64/bf16-v4-instructions.ll
+2,749-2,749clang/test/CodeGen/LoongArch/lasx/builtin-alias.c
+2,745-2,745clang/test/CodeGen/LoongArch/lasx/builtin.c
+28,501-14,6943,604 files not shown
+245,166-95,9813,610 files

NetBSD/pkgsrc 0erQ3rcdevel/boehm-gc distinfo Makefile, devel/boehm-gc/patches patch-include_private_gcconfig.h

   boehm-gc: update to 8.2.12.

   == [8.2.12] 2026-02-05 ==

   * Do not prevent shared builds on OpenBSD/alpha
   * Eliminate 'argument unused' gcc warning in push_all_stack_partially_eager
   * Eliminate 'assign long to void*' gcc warning in get_stack_base on Serenity
   * Eliminate 'format expects argument of type' gcc warnings in dump_meminfo
   * Eliminate 'GC_push_all_stack not used' gcc warning if fix-up pointers
   * Eliminate 'GC_remove_roots_subregion not used' gcc warning on Solaris
   * Eliminate 'unused parameter' clang warnings in GC_darwin_sigbus
   * Fix 'KERN_PROTECTION_FAILURE while world is stopped' error on MacOS X
   * Fix 'MA_FETCHOP undeclared' gcc error if USE_PROC_FOR_LIBRARIES on Solaris
   * Fix 'PIOCNMAP undeclared' gcc error if USE_PROC_FOR_LIBRARIES on Solaris
   * Fix 'reserved' argument handling in GC_DllMain
   * Fix 'undefined errno' compiler error in strdup/strndup on WinCE
   * Fix a cycle in NORMAL freelist if malloc is redirected on Linux
   * Fix assertion in GC_wait_for_reclaim if DllMain-based thread registration
   * Fix code defect of LOCK/UNLOCK in separate 'if' in GC_generic_malloc_many

    [218 lines not shown]
VersionDeltaFile
1.75+4-5devel/boehm-gc/distinfo
1.110+5-3devel/boehm-gc/Makefile
1.9+1-1devel/boehm-gc/patches/patch-include_private_gcconfig.h
+10-93 files

LLVM/project 9c3de27flang/lib/Semantics check-omp-structure.cpp openmp-utils.cpp, flang/test/Semantics/OpenMP declare-target01.f90 threadprivate01.f90

[flang][OpenMP] Move check for substring to semantic checks (#201384)

Move it to CheckVarIsNotPartOfAnotherVar, which is also refactored a
bit.
DeltaFile
+16-16flang/test/Semantics/OpenMP/declare-target01.f90
+18-14flang/lib/Semantics/check-omp-structure.cpp
+20-0flang/lib/Semantics/openmp-utils.cpp
+4-4flang/test/Semantics/OpenMP/threadprivate01.f90
+4-4flang/test/Semantics/OpenMP/parallel-sections01.f90
+0-8flang/lib/Semantics/resolve-directives.cpp
+62-4616 files not shown
+86-6722 files

NetBSD/pkgsrc xUV2DJ4doc CHANGES-2026 TODO

   doc: Updated misc/dialog to 1.3.20260107
VersionDeltaFile
1.3679+2-1doc/CHANGES-2026
1.27387+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc FHS145bmisc/dialog distinfo Makefile

   dialog: update to 1.3.20260107.

   2026/01/07
        + modify package/debian/* to work with Debian 13+.
        + modify run_test.sh to set LD_LIBRARY_PATH in case "make check" is
          used on a system where dialog's shared library was not installed.
        + improve gen-pkgconfig.in by widening the filter for "-z" options.
        + improve layout of menu and checklist/radiolist widgets (report by
          Mike Castle).
        + add a limit-check in the tailbox widget.
        + correct length of input-fields in form widget (report by Mike Castle).

   2025/12/23
        + correct a typo for aspect ratio in files written by --create-rc
          (report by Mike Castle).
        + improve manpage description of --hline (report by Mike Castle).
        + update configure script macros for cross-compatibility.
        + added kab.po from
                https://translationproject.org/latest/dialog/

    [31 lines not shown]
VersionDeltaFile
1.64+4-4misc/dialog/distinfo
1.96+2-2misc/dialog/Makefile
+6-62 files

LLVM/project 36c3a04llvm/lib/Transforms/Scalar LoopInterchange.cpp, llvm/test/Transforms/LoopInterchange complex-inner-latch-condition.ll

[LoopInterchange] Bail out if inner latch branch cond is not CmpInst
DeltaFile
+8-23llvm/test/Transforms/LoopInterchange/complex-inner-latch-condition.ll
+2-0llvm/lib/Transforms/Scalar/LoopInterchange.cpp
+10-232 files

NetBSD/pkgsrc UuzqSfDdoc CHANGES-2026 TODO

   doc: Updated sysutils/desktop-file-utils to 0.28
VersionDeltaFile
1.3678+2-1doc/CHANGES-2026
1.27386+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc ubZyyYksysutils/desktop-file-utils distinfo Makefile

   desktop-file-utils: update to 0.28.

   ============
   Version 0.28
   ============

    common
     - Increase GLib requirement to 2.26 (Corentin Noël).
     - Fix install failing on second run (Raziel Anarki).
     - Fix use of deprecated Meson feature resulting in a warning (Raziel
       Anarki).

    desktop-file-validate
     - Allow groups with the same name as interfaces in Implements (Corentin
       Noël).
     - Add support for the COSMIC environment (Ryan Brue).
VersionDeltaFile
1.23+4-4sysutils/desktop-file-utils/distinfo
1.54+3-3sysutils/desktop-file-utils/Makefile
+7-72 files

FreeNAS/freenas 22a2923src/middlewared/middlewared/plugins sysdataset.py, src/middlewared/middlewared/plugins/system_dataset mount.py utils.py

NAS-141282 / 27.0.0-BETA.1 / Improve system dataset moves (#19004)

* Use FD-based mount APIs for moving around system datasets
* Use zfs send/recv for shifting system datasets between pools
* Add job progress reporting
* Add some documentation and try to clarify flow of datasets

This fixes some issues. The current bottleneck on system dataset move
speed is netdata, which is horrifically slow to stop / start.
DeltaFile
+842-418src/middlewared/middlewared/plugins/sysdataset.py
+168-0src/middlewared/middlewared/plugins/system_dataset/mount.py
+15-0src/middlewared/middlewared/plugins/system_dataset/utils.py
+0-10tests/api2/test_006_pool_and_sysds.py
+1,025-4284 files

NetBSD/pkgsrc 6IL9lpxdoc TODO CHANGES-2026

   doc: Updated net/filezilla to 3.70.6
VersionDeltaFile
1.27385+1-2doc/TODO
1.3677+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc fDS5ZcTnet/filezilla distinfo Makefile

   filezilla: update to 3.70.6.

   3.70.6 (2026-06-04)

   + SFTP: Added compatibility flag to Site Manager to ignore invalid bits in file attributes flags received from non-compliant servers
   - SFTP: Updated to fzssh 1.3.0
   - Updated to libfilezilla 0.56.1
   - Removed autodetection of FTP server type governing the remote path syntax. Exotic server types now need to be set explicitly on the advanced page in the Site Manager
VersionDeltaFile
1.81+4-4net/filezilla/distinfo
1.189+3-3net/filezilla/Makefile
+7-72 files

FreeNAS/freenas 34ecfc9src/middlewared/middlewared/plugins/cloud_backup restic.py, src/middlewared/middlewared/pytest/unit/plugins test_cloud_backup_restic.py

port fix
DeltaFile
+67-51src/middlewared/middlewared/plugins/cloud_backup/restic.py
+96-0src/middlewared/middlewared/pytest/unit/plugins/test_cloud_backup_restic.py
+163-512 files

NetBSD/pkgsrc 60z2d8Ndoc CHANGES-2026

   doc: Updated net/libfilezilla to 0.56.1
VersionDeltaFile
1.3676+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc C1IV4VMnet/libfilezilla distinfo Makefile

   libfilezilla: update to 0.56.1.

   0.56.1 (2026-06-04)

   - macOS: Fix fz::socket::connect() failing after bind()
   - Creation flag validation and normalization for fz::file

   0.56.0 (2026-05-27)

   + event_loop timers are now processed in a round-robin fashion if there are multiple expired timers
   + Added shared_value::use_count
   - HTTP client: Fixed handling of 1yz responses
   - fz::socket::connect now returns early on bind failure
   - Minor fixes to socket classes
VersionDeltaFile
1.48+4-4net/libfilezilla/distinfo
1.69+2-2net/libfilezilla/Makefile
+6-62 files

LLVM/project 0398a93clang/include/clang/DependencyScanning DependencyScanningFilesystem.h, clang/lib/CIR/CodeGen CIRGenFunction.cpp

Merge branch 'main' into users/kparzysz/s04-substring-check
DeltaFile
+294-0llvm/test/CodeGen/AMDGPU/sgpr-scavenge-fi-stack-id.ll
+140-143clang/lib/DependencyScanning/DependencyScanningFilesystem.cpp
+72-143clang/include/clang/DependencyScanning/DependencyScanningFilesystem.h
+211-0clang/unittests/DependencyScanning/DependencyScanningFilesystemTest.cpp
+103-92clang/test/Driver/hip-phases.hip
+138-51clang/lib/CIR/CodeGen/CIRGenFunction.cpp
+958-429176 files not shown
+2,779-1,306182 files

LLVM/project 6554622clang/lib/Driver Driver.cpp, clang/test/Driver hip-phases.hip hip-rdc-device-only.hip

Revert "[Clang] Set default LTO mode for AMDGCN/SPIR-V targets to full" (#202714)

Reverts llvm/llvm-project#201457

Caused flang lit test failures, e.g.
https://lab.llvm.org/buildbot/#/builders/80/builds/22848
DeltaFile
+103-92clang/test/Driver/hip-phases.hip
+96-21clang/lib/Driver/Driver.cpp
+20-20clang/test/Driver/hip-rdc-device-only.hip
+12-13clang/test/Driver/hip-binding.hip
+9-10clang/test/Driver/hip-spirv-backend-phases.c
+3-15clang/test/Driver/hip-device-compile.hip
+243-17131 files not shown
+328-27937 files

NetBSD/pkgsrc TPe7aT4doc CHANGES-2026 TODO

   doc: Updated net/fzssh to 1.3.0
VersionDeltaFile
1.3675+2-1doc/CHANGES-2026
1.27384+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc j9v3e70net/fzssh distinfo PLIST

   fzssh: update to 1.3.0.

   1.3.0 (2026-05-27)

   + SFTP: Added compatibility flag to ignore unknown bits in flags field of File Attributes
   - Added extra padding to SSH_MSG_USERAUTH requests to obfuscate the combined length of username and password
   - Fixed some issues when importing malformed private keys
   - Improved heuristic to decide on log level if an SSH connection unexpectedly closes
   - Diffie-Hellman Group Exchange: Check that modulus of received group is a safe prime and that the subgroup is of the correct order
   - Added additional checks for trailing data in incoming packets
VersionDeltaFile
1.2+4-4net/fzssh/distinfo
1.2+3-3net/fzssh/PLIST
1.2+2-2net/fzssh/Makefile
1.2+2-1net/fzssh/buildlink3.mk
+11-104 files

NetBSD/pkgsrc kvOQxk9doc TODO CHANGES-2026

   doc: Updated sysutils/entr to 5.8
VersionDeltaFile
1.27383+1-4doc/TODO
1.3674+2-1doc/CHANGES-2026
+3-52 files

NetBSD/pkgsrc czGBhfssysutils/entr distinfo Makefile

   entr: update to 5.8.

   == 5.8: March 2, 2026

    - MacOS: set open_max limit using MAXFILESPERPROC
    - Add usage hint and '-h' flag to display option summary
    - Add return value checks for malloc(3) and pipe(2)
    - Make signal number configurable with ENTR_RESTART_SIGNAL
    - Monitor symlinks on Linux and MacOS
    - Avoid expanding filenames using realpath(3)
    - Linux: return correct status if poll(2) is interrupted
    - Always accept directories as input, making '-d' flag optional
VersionDeltaFile
1.28+4-4sysutils/entr/distinfo
1.30+2-2sysutils/entr/Makefile
+6-62 files

LLVM/project 473fc95clang/include/clang/Analysis/Analyses/LifetimeSafety FactsGenerator.h, clang/lib/Analysis/LifetimeSafety FactsGenerator.cpp

[LifetimeSafety] Diagnose UAF for aligned and nothrow new expressions (#202286)

Previously LifetimeSafety skips issuing a heap allocation loan for
replaceable global allocation functions such as aligned and nothrow
operator new. This commit fixes that by modeling those forms as heap
allocations.

Closes https://github.com/llvm/llvm-project/issues/196208
DeltaFile
+57-1clang/test/Sema/warn-lifetime-safety.cpp
+15-7clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
+6-0clang/test/Sema/Inputs/lifetime-analysis.h
+1-1clang/include/clang/Analysis/Analyses/LifetimeSafety/FactsGenerator.h
+79-94 files