FreeBSD/ports 017c667security/netbird distinfo Makefile

security/netbird: Update 0.64.3 => 0.65.0

Changelogs:
https://github.com/netbirdio/netbird/releases/tag/v0.64.4
https://github.com/netbirdio/netbird/releases/tag/v0.64.5
https://github.com/netbirdio/netbird/releases/tag/v0.64.6
https://github.com/netbirdio/netbird/releases/tag/v0.65.0

Commit log:
https://github.com/netbirdio/netbird/compare/v0.64.3...v0.65.0

PR:             293166
Security:       CWE-639
MFH:            2026Q1
DeltaFile
+5-5security/netbird/distinfo
+2-5security/netbird/Makefile
+7-102 files

HardenedBSD/ports 2d05dd3security/libgcrypt/files patch-mpi_ec.c patch-cipher_ecc.c, security/voa distinfo Makefile.crates

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+162-0security/libgcrypt/files/patch-mpi_ec.c
+153-0security/libgcrypt/files/patch-cipher_ecc.c
+117-0security/libgcrypt/files/patch-cipher_ecc-eddsa.c
+57-55security/voa/distinfo
+68-0security/libgcrypt/files/patch-cipher_ecc-sm2.c
+28-27security/voa/Makefile.crates
+585-8263 files not shown
+929-19369 files

HardenedBSD/ports fb751basysutils/backrest distinfo Makefile

sysutils/backrest: Update to 1.11.2

ChangeLog: https://github.com/garethgeorge/backrest/releases/tag/v1.11.2
DeltaFile
+7-7sysutils/backrest/distinfo
+4-5sysutils/backrest/Makefile
+11-122 files

FreeBSD/ports fb751basysutils/backrest distinfo Makefile

sysutils/backrest: Update to 1.11.2

ChangeLog: https://github.com/garethgeorge/backrest/releases/tag/v1.11.2
DeltaFile
+7-7sysutils/backrest/distinfo
+4-5sysutils/backrest/Makefile
+11-122 files

LLVM/project d406ce8lldb/include/lldb/Core ModuleList.h, lldb/include/lldb/Host HostInfoBase.h

[lldb][macOS] Don't fetch settings in Host, to keep layering (#181406)

I introduced a dependency from Host on Core without realizing it in an
earlier PR, while adding a setting to disable the new shared cache
binary blob scanning/reading in HostInfoMacOSX, which caused build
problems. Thanks to Alex for figuring out the build failure I caused.

Add a bool to the methods in HostInfoMacOSX, and have the callers (in
Core and various plugins etc) all fetch the
symbols.shared-cache-binary-loading setting from ModuleList, and pass
the result in.

The least obvious part of this is in ProcessGDBRemote where we first
learn the shared cache filepath & uuid, it calls
HostInfoMacOSX::SharedCacheIndexFiles() - this is only called when the
shared cache binary loading is enabled, so I conditionalize the call to
this method based on the setting.

rdar://148939795
DeltaFile
+30-14lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
+24-2lldb/include/lldb/Core/ModuleList.h
+16-3lldb/include/lldb/Host/HostInfoBase.h
+4-7lldb/source/Core/ModuleList.cpp
+8-2lldb/source/Plugins/SymbolLocator/DebugSymbols/SymbolLocatorDebugSymbols.cpp
+6-3lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
+88-317 files not shown
+115-4313 files

HardenedBSD/ports 141378bmultimedia/navidrome Makefile, security/opkssh Makefile

*/*: Add more information about instructions for creating assets

Reported by:    bapt@
DeltaFile
+2-0multimedia/navidrome/Makefile
+2-0security/opkssh/Makefile
+2-0sysutils/backrest/Makefile
+2-0sysutils/go-ntfy/Makefile
+2-0sysutils/gol/Makefile
+2-0sysutils/nginx-ui/Makefile
+12-011 files not shown
+34-017 files

FreeBSD/ports 141378bwww/filebrowser Makefile, www/filepizza Makefile

*/*: Add more information about instructions for creating assets

Reported by:    bapt@
DeltaFile
+2-0www/filebrowser/Makefile
+2-0www/filepizza/Makefile
+2-0www/gatus/Makefile
+2-0www/github-release-monitor/Makefile
+2-0www/homepage/Makefile
+2-0www/pocket-id/Makefile
+12-011 files not shown
+34-017 files

LLVM/project 2f3594dclang/lib/CodeGen BackendUtil.cpp, lld/COFF LTO.cpp

Update callback to return TargetOptions
DeltaFile
+5-2llvm/include/llvm/LTO/Config.h
+2-4llvm/lib/LTO/LTO.cpp
+4-2llvm/lib/LTO/LTOCodeGenerator.cpp
+4-2lld/ELF/LTO.cpp
+4-1clang/lib/CodeGen/BackendUtil.cpp
+4-1lld/COFF/LTO.cpp
+23-123 files not shown
+30-179 files

LLVM/project 58184df.github/workflows/containers/libc Dockerfile

[Github] Update libc container

Add git/cmake which are needed by the workflow. Add some comments pulled
from the libc workflow. Also use a user rather than running as root to
prevent file permissions tests from failing.
DeltaFile
+19-1.github/workflows/containers/libc/Dockerfile
+19-11 files

LLVM/project 897754allvm/lib/Transforms/Instrumentation HWAddressSanitizer.cpp, llvm/test/Instrumentation/HWAddressSanitizer prologue.ll use-after-scope.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+75-75llvm/test/Instrumentation/HWAddressSanitizer/prologue.ll
+62-0llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope.ll
+27-12llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
+16-16llvm/test/Instrumentation/HWAddressSanitizer/X86/basic.ll
+21-9llvm/test/Instrumentation/HWAddressSanitizer/RISCV/use-after-scope-setjmp.ll
+19-7llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope-setjmp.ll
+220-1197 files not shown
+232-13113 files

LLVM/project c9f1b1dllvm/test/Instrumentation/HWAddressSanitizer prologue.ll alloca.ll, llvm/test/Instrumentation/HWAddressSanitizer/RISCV use-after-scope-setjmp.ll alloca.ll

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+75-75llvm/test/Instrumentation/HWAddressSanitizer/prologue.ll
+16-16llvm/test/Instrumentation/HWAddressSanitizer/X86/basic.ll
+4-4llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca.ll
+2-2llvm/test/Instrumentation/HWAddressSanitizer/RISCV/use-after-scope-setjmp.ll
+2-2llvm/test/Instrumentation/HWAddressSanitizer/RISCV/alloca.ll
+2-2llvm/test/Instrumentation/HWAddressSanitizer/alloca.ll
+101-1015 files not shown
+106-10611 files

FreeBSD/doc df27c83documentation/static/pgpkeys bms.key

Update FreeBSD public key to use my new personal Yubikey 5 NFC.
DeltaFile
+32-45documentation/static/pgpkeys/bms.key
+32-451 files

FreeBSD/ports e6fbff1net-im/telegram-desktop distinfo Makefile

net-im/telegram-desktop: update 6.5.0 -> 6.5.1

ChangeLog:      https://github.com/telegramdesktop/tdesktop/compare/v6.5.0...v6.5.1

Sponsored by:   tipi.work
DeltaFile
+3-3net-im/telegram-desktop/distinfo
+1-2net-im/telegram-desktop/Makefile
+4-52 files

HardenedBSD/ports e6fbff1net-im/telegram-desktop distinfo Makefile

net-im/telegram-desktop: update 6.5.0 -> 6.5.1

ChangeLog:      https://github.com/telegramdesktop/tdesktop/compare/v6.5.0...v6.5.1

Sponsored by:   tipi.work
DeltaFile
+3-3net-im/telegram-desktop/distinfo
+1-2net-im/telegram-desktop/Makefile
+4-52 files

HardenedBSD/ports 4fb0ecclang/quickjs-ng distinfo Makefile

lang/quickjs-ng: update: 0.11.0 -> 0.12.1

ChangeLog:      https://github.com/quickjs-ng/quickjs/compare/v0.11.0...v0.12.1

Sponsored by:   tipi.work
DeltaFile
+3-3lang/quickjs-ng/distinfo
+1-1lang/quickjs-ng/Makefile
+4-42 files

FreeBSD/ports 4fb0ecclang/quickjs-ng distinfo Makefile

lang/quickjs-ng: update: 0.11.0 -> 0.12.1

ChangeLog:      https://github.com/quickjs-ng/quickjs/compare/v0.11.0...v0.12.1

Sponsored by:   tipi.work
DeltaFile
+3-3lang/quickjs-ng/distinfo
+1-1lang/quickjs-ng/Makefile
+4-42 files

LLVM/project 6d255d0llvm/test/Instrumentation/HWAddressSanitizer prologue.ll alloca.ll, llvm/test/Instrumentation/HWAddressSanitizer/RISCV alloca.ll use-after-scope-setjmp.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+75-75llvm/test/Instrumentation/HWAddressSanitizer/prologue.ll
+16-16llvm/test/Instrumentation/HWAddressSanitizer/X86/basic.ll
+4-4llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca.ll
+2-2llvm/test/Instrumentation/HWAddressSanitizer/alloca.ll
+2-2llvm/test/Instrumentation/HWAddressSanitizer/RISCV/alloca.ll
+2-2llvm/test/Instrumentation/HWAddressSanitizer/RISCV/use-after-scope-setjmp.ll
+101-1015 files not shown
+106-10611 files

HardenedBSD/src cc3d59flib/clang/libllvm Makefile

HBSD: Missed a file in the last merge conflict resolution

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+4-2lib/clang/libllvm/Makefile
+4-21 files

LLVM/project c417046flang-rt/lib/cuda allocator.cpp, flang/include/flang/Optimizer/Builder CUDAIntrinsicCall.h

[flang][cuda] Lower set/get default stream for arrays (#181432)

DeltaFile
+51-0flang/lib/Optimizer/Builder/CUDAIntrinsicCall.cpp
+39-0flang/module/cuda_runtime_api.f90
+24-0flang/test/Lower/CUDA/cuda-default-stream.cuf
+6-0flang/include/flang/Optimizer/Builder/CUDAIntrinsicCall.h
+2-4flang-rt/lib/cuda/allocator.cpp
+1-3flang/include/flang/Runtime/CUDA/allocator.h
+123-72 files not shown
+127-108 files

LLVM/project f980f21lldb/include/lldb/Core Highlighter.h, lldb/source/Plugins/Highlighter/TreeSitter TreeSitterHighlighter.cpp TreeSitterHighlighter.h

Avoid pointers
DeltaFile
+18-19lldb/source/Plugins/Highlighter/TreeSitter/TreeSitterHighlighter.cpp
+4-0lldb/include/lldb/Core/Highlighter.h
+1-1lldb/source/Plugins/Highlighter/TreeSitter/TreeSitterHighlighter.h
+23-203 files

LLVM/project 49fa2a4clang/lib/CIR/CodeGen CIRGenBuiltinX86.cpp, clang/test/CIR/CodeGenBuiltins/X86 rd-builtins.c

[CIR] Support x86 builtin rdtsc (#180714)

This PR implements CodeGen for rdtsc builtins in CIR upstream.
Towards #167765
DeltaFile
+36-0clang/test/CIR/CodeGenBuiltins/X86/rd-builtins.c
+17-4clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
+53-42 files

LLVM/project 4aa5573.github/workflows prune-unused-branches.py

[Github] Only delete branches seen previously in pruning workflow (#181430)

This eliminates any possibility of race conditions around the workflow
deleting branches that were created around when it starts.
DeltaFile
+41-2.github/workflows/prune-unused-branches.py
+41-21 files

Linux/linux f50822fdrivers/platform/mellanox mlx-platform.c, drivers/platform/wmi/tests marshalling_kunit.c

Merge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86

Pull x86 platform driver updates from Ilpo Järvinen:
 "Highlights:

   - amd/pmf:
      - Avoid overwriting BIOS input values when events occur rapidly
      - Fix PMF driver issues related to S4 (in part on crypto/ccp side)
      - Add NPU metrics API (for accel side consumers)
      - Allow disabling Smart PC function through a module parameter

   - asus-wmi & HID/asus:
      - Unification of backlight control (replaces quirks)
      - Support multiple interfaces for controlling keyboard/RGB brightness
      - Simplify init sequence

   - hp-wmi:
      - Add manual fan control for Victus S models
      - Add fan mode keep-alive

    [51 lines not shown]
DeltaFile
+829-0drivers/platform/x86/lenovo/wmi-capdata.c
+489-114drivers/platform/x86/hp/hp-wmi.c
+507-21drivers/platform/x86/lenovo/wmi-other.c
+484-0drivers/platform/mellanox/mlx-platform.c
+452-0drivers/platform/wmi/tests/marshalling_kunit.c
+0-302drivers/platform/x86/lenovo/wmi-capdata01.c
+2,761-43755 files not shown
+5,394-95761 files

LLVM/project 304582c.github/workflows build-libc-container.yml, .github/workflows/containers/libc Dockerfile

[Github] Add libc container (#181434)

This will let us run the libc full build tests inside of a container
which means that we have same time by not having to install dependencies
on every run in addition to not running into issues due to dependencies
failing to install particularly around LLVM releases with the llvm.sh
script.
DeltaFile
+53-0.github/workflows/build-libc-container.yml
+24-0.github/workflows/containers/libc/Dockerfile
+77-02 files

LLVM/project a8124b1utils/bazel/llvm-project-overlay/mlir BUILD.bazel

[bazel][mlir] Fix #181286 Remove redundant SideEffectInterfaces from CAPIIR (#181435)

Remove redundant SideEffectInterfaces from CAPIIR. It's introduced in
#181286 due to merge.
DeltaFile
+0-1utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+0-11 files

FreeBSD/ports aa7a14esecurity/wazuh-dashboard distinfo

security/wazuh-dashboard: Fix distinfo

Reported by:    girgen
DeltaFile
+3-3security/wazuh-dashboard/distinfo
+3-31 files

HardenedBSD/ports aa7a14esecurity/wazuh-dashboard distinfo

security/wazuh-dashboard: Fix distinfo

Reported by:    girgen
DeltaFile
+3-3security/wazuh-dashboard/distinfo
+3-31 files

LLVM/project 14beb29utils/bazel/llvm-project-overlay/mlir BUILD.bazel

[mlir] fix #176920 Add SideEffectInterfaces to dependencies (#181286)

#176920 adds the dependency and breaks the bazel.  Fix private headers usage detected when layering check is enabled.
DeltaFile
+7-2utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+7-21 files

GhostBSD/ports 146e25dx11/ghostbsd-xfce-settings pkg-install Makefile

x11/ghostbsd-xfce-settings: revert xdg folder structure change
DeltaFile
+10-0x11/ghostbsd-xfce-settings/pkg-install
+3-2x11/ghostbsd-xfce-settings/Makefile
+13-22 files

HardenedBSD/src fc6a600usr.bin/diff3 diff3.c, usr.bin/diff3/tests diff3_test.sh

Merge remote-tracking branch 'origin/freebsd/current/main' into hardened/current/master
DeltaFile
+110-125usr.sbin/ngctl/main.c
+25-26usr.bin/diff3/diff3.c
+42-3usr.bin/diff3/tests/diff3_test.sh
+16-23usr.sbin/ngctl/msg.c
+18-13usr.sbin/ngctl/config.c
+18-10usr.sbin/ngctl/write.c
+229-20034 files not shown
+430-27040 files