FreeBSD/ports 783e6aedatabases/pg_textsearch distinfo Makefile

databases/pg_textsearch: Update to 0.4.1
DeltaFile
+3-3databases/pg_textsearch/distinfo
+1-1databases/pg_textsearch/Makefile
+4-42 files

FreeBSD/ports 088bd6aaudio/strawberry distinfo Makefile

audio/strawberry: Update to 1.12.17

Require USE_QT=imageformat:run, as this version supports the webp
image format.

https://github.com/strawberrymusicplayer/strawberry/releases/tag/1.2.17
DeltaFile
+3-3audio/strawberry/distinfo
+2-2audio/strawberry/Makefile
+5-52 files

FreeBSD/ports f8ba7a9audio/wavpack Makefile distinfo

audio/wavpack: Update to 5.9.0

Add source URL to WWW, since this is what devs really want.

Remove cmake:testing; test target has been failing for a while.
This needs more investigation.

Remove unused WAVPACK_BUILD_DOCS from CMAKE_ARGS. Project transitioned
to WAVPACK_INSTALL_DOCS, but disabling this would disable installation
of the manpages, which is not the desired effect.

https://github.com/dbry/WavPack/releases/tag/5.9.0
DeltaFile
+5-4audio/wavpack/Makefile
+3-3audio/wavpack/distinfo
+1-1audio/wavpack/pkg-plist
+9-83 files

FreeBSD/ports ac709efmath/qalculate-qt distinfo Makefile

math/qalculate-qt: Update to 5.9.0

Set c++ dialect to c++17 (previously undefined).

https://github.com/Qalculate/qalculate-qt/releases/tag/v5.9.0
DeltaFile
+3-3math/qalculate-qt/distinfo
+4-1math/qalculate-qt/Makefile
+7-42 files

FreeBSD/ports b499137math/libqalculate Makefile distinfo

math/libqalculate: Update to 5.9.0

Improve COMMENT, set c++ dialect to c++17 (previously undefined),
intltool is no longer used.

https://github.com/Qalculate/libqalculate/releases/tag/v5.9.0
DeltaFile
+7-4math/libqalculate/Makefile
+3-3math/libqalculate/distinfo
+1-1math/libqalculate/pkg-plist
+11-83 files

FreeBSD/ports 59aff95math/qalculate-gtk Makefile distinfo

math/qalculate-gtk: Update to 5.9.0

Set c++ dialect to c++17 (previously undefined), libtool:build is not
needed as project supplies its own libtool, intltool is no longer used.

https://github.com/Qalculate/qalculate-gtk/releases/tag/v5.9.0
DeltaFile
+7-4math/qalculate-gtk/Makefile
+3-3math/qalculate-gtk/distinfo
+10-72 files

Linux/linux c072629crypto authencesn.c

Merge tag 'v6.19-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fix from Herbert Xu:

 - Add assoclen check in authencesn

* tag 'v6.19-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: authencesn - reject too-short AAD (assoclen<8) to match ESP/ESN spec
DeltaFile
+6-0crypto/authencesn.c
+6-01 files

LLVM/project 2a103c1llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites long-spec-const-composite.ll

Rebase and add new tests

Created using spr 1.3.6-beta.1
DeltaFile
+241,310-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+95,651-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+42,349-42,348llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
+41,419-41,418llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
+36,428-36,427llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
+65,599-0llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites/long-spec-const-composite.ll
+522,756-120,19391,427 files not shown
+13,477,857-5,204,35691,433 files

LLVM/project 37bc1dbllvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites long-spec-const-composite.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
DeltaFile
+241,310-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+95,651-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+42,349-42,348llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
+41,419-41,418llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
+36,428-36,427llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
+65,599-0llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites/long-spec-const-composite.ll
+522,756-120,19391,426 files not shown
+13,476,950-5,204,15991,432 files

LLVM/project c961174clang-tools-extra/clangd FindSymbols.cpp SemanticHighlighting.cpp, clang-tools-extra/clangd/test symbol-tags.test

[clangd] Add support for additional symbol tags proposed for LSP 3.18 (#167536)

Implements support for symbol tags proposed for LSP 3.18 in
https://github.com/microsoft/language-server-protocol/pull/2003,
in the `documentSymbols` and `workspace/symbols` requests.

Fixes https://github.com/clangd/clangd/issues/2123.

---------

Co-authored-by: chouzz <zhouhua258 at outlook.com>
Co-authored-by: Dimitri Ratz <dimitri.ratz at thinkdigital.cc>
DeltaFile
+200-1clang-tools-extra/clangd/FindSymbols.cpp
+41-134clang-tools-extra/clangd/SemanticHighlighting.cpp
+85-0clang-tools-extra/clangd/test/symbol-tags.test
+69-0clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
+44-12clang-tools-extra/clangd/Protocol.h
+22-0clang-tools-extra/clangd/FindSymbols.h
+461-1472 files not shown
+472-1498 files

LLVM/project 700b5f1llvm/test/CodeGen/AArch64 round-fptosi-sat-scalar.ll round-fptoui-sat-scalar.ll

[AArch64] Add test coverage for roundeven + float-to-int conversions (#173515)

Split off from https://github.com/llvm/llvm-project/pull/170018, which
was becoming a bit of a rats' nest.

This PR:
- Cleans up the `arm64-cvt-simd-fptoi.ll`, `round-conv.ll`,
`round-fptosi-sat-scalar.ll`, and `round-fptoui-sat-scalar.ll`
regression tests, removing `nounwind readnone` annotations from the
rounding function calls. These were changed in #171288 to be LLVM
intrinsics instead of libcalls, so we no longer need to annotate them in
order for them to be compiled to native instructions. I've also removed
the declaration blocks at the end of the files, since they're no longer
necessary.

- Adds `roundeven` tests to the 4 regression tests mentioned above, to
go along with the other rounding functions currently tested.

- Changes `round-conv.ll` to have autogenerated CHECK lines/assertions,

    [8 lines not shown]
DeltaFile
+909-116llvm/test/CodeGen/AArch64/round-fptosi-sat-scalar.ll
+833-106llvm/test/CodeGen/AArch64/round-fptoui-sat-scalar.ll
+388-16llvm/test/CodeGen/AArch64/arm64-cvt-simd-fptoi.ll
+265-135llvm/test/CodeGen/AArch64/round-conv.ll
+2,395-3734 files

LLVM/project e028b21llvm/test/CodeGen/AArch64 arm64-vcvt-fptoi.ll

[AArch64] Add tests for vector rounding + float-to-int conversions (#173516)

Right now we only have tests for the scalar versions of these
intrinsics.
DeltaFile
+2,462-0llvm/test/CodeGen/AArch64/arm64-vcvt-fptoi.ll
+2,462-01 files

NetBSD/pkgsrc BYDqfuOsysutils/amanda-client Makefile, sysutils/amanda-common distinfo

   Pullup ticket #7045 - requested by mlelstv
   sysutils/amanda-client: Bug fix
   sysutils/amanda-common: Bug fix

   Revisions pulled up:
   - sysutils/amanda-client/Makefile                               1.74
   - sysutils/amanda-common/distinfo                               1.28
   - sysutils/amanda-common/patches/patch-client-src_runtar.c      1.2

   ---
      Module Name:    pkgsrc
      Committed By:   mlelstv
      Date:           Tue Jan 13 21:01:59 UTC 2026

      Modified Files:
              pkgsrc/sysutils/amanda-client: Makefile
              pkgsrc/sysutils/amanda-common: distinfo
              pkgsrc/sysutils/amanda-common/patches: patch-client-src_runtar.c


    [5 lines not shown]
VersionDeltaFile
1.1.2.1+179-5sysutils/amanda-common/patches/patch-client-src_runtar.c
1.73.2.1+2-2sysutils/amanda-client/Makefile
1.27.2.1+2-2sysutils/amanda-common/distinfo
+183-93 files

FreeBSD/ports 13abbb0net-im/flare distinfo Makefile.crates

net-im/flare: Update 0.18.0 => 0.18.1

Changelog:
https://gitlab.com/schmiddi-on-mobile/flare/-/releases/0.18.1

PR:             292644
Reported by:    Yusuf Yaman <nxjoseph at protonmail.com> (maintainer)
DeltaFile
+5-5net-im/flare/distinfo
+2-2net-im/flare/Makefile.crates
+1-1net-im/flare/Makefile
+8-83 files

LLVM/project af0964f.github/workflows prune-unused-branches.py

fix

Created using spr 1.3.7
DeltaFile
+1-1.github/workflows/prune-unused-branches.py
+1-11 files

LLVM/project 1ec48dbllvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.960bit.ll

rebase

Created using spr 1.3.7
DeltaFile
+47,697-51,378llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+14,474-16,242llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+16,328-12,881llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+13,036-14,705llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+11,668-13,311llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll
+10,558-11,908llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.768bit.ll
+113,761-120,425986 files not shown
+263,133-237,200992 files

LLVM/project 11f64e9llvm/lib/Target/AMDGPU AMDGPURegBankLegalizeHelper.cpp

[AMDGPU] Silence a warning (NFC)

llvm-project/llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeHelper.cpp:686:7:
 error: unused variable 'DstTy' [-Werror,-Wunused-variable]
  LLT DstTy = MRI.getType(Dst);
      ^
1 error generated.
DeltaFile
+1-2llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeHelper.cpp
+1-21 files

LLVM/project 8a94708clang/lib/Sema SemaDeclAttr.cpp, clang/test/PlatformSpecific/xrOS/Sema infer-ios-availability.c infer-unavailable-from-missing-ios-availability-mapping.c

Infer visionOS availability from iOS availability (#176990)

Automatically infer and apply availability or unavailable attributes for
visionOS based on the corresponding iOS availability of the same
declaration using the version mapping information provided in
SDKSettings.json.

rdar://162148639
DeltaFile
+117-0clang/test/PlatformSpecific/xrOS/Sema/infer-ios-availability.c
+93-0clang/lib/Sema/SemaDeclAttr.cpp
+21-0clang/test/PlatformSpecific/xrOS/Sema/Inputs/XROS.sdk/SDKSettings.json
+12-0clang/test/PlatformSpecific/xrOS/Sema/infer-unavailable-from-missing-ios-availability-mapping.c
+243-04 files

GhostBSD/build 8008c9a. build.sh, packages drivers common

Default GhostBSD to XLibre (#259)

* Update build and packages for xlibre transition

- Replace xorg-minimal with xlibre-minimal in common packages.
- Adjust build script for xlibre driver handling.
- Change xf86 input and video drivers to xlibre equivalents.

* Update vital packages and simplify version

- Replace `xorg-minimal` with `xlibre-minimal` in common packages.
- Simplify version setting logic in `build.sh`.
DeltaFile
+8-8packages/drivers
+2-4build.sh
+1-1packages/common
+1-1packages/vital/common
+12-144 files

NetBSD/pkgsrc 7hCpGMpgraphics/evas Makefile

   evas: tweak PLIST.cserve on NetBSD

   shm_open(3) was added over ten years ago, so we can reasonably expect
   this is present in any supported NetBSD release. (On the other hand,
   pkgtools/mksandbox does not create a /var/shm, so untweaked pbulk
   environments can choke on this. Might as well drop the cruft here.)
VersionDeltaFile
1.32+1-4graphics/evas/Makefile
+1-41 files

LLVM/project 33c301eclang-tools-extra/clang-tidy/llvm UseRangesCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] Add replace_ to llvm-use-ranges (#177457)

Also sort the list of known algorithm wrappers.
DeltaFile
+32-17clang-tools-extra/clang-tidy/llvm/UseRangesCheck.cpp
+20-4clang-tools-extra/test/clang-tidy/checkers/llvm/use-ranges.cpp
+9-5clang-tools-extra/docs/clang-tidy/checks/llvm/use-ranges.rst
+4-0clang-tools-extra/docs/ReleaseNotes.rst
+65-264 files

LLVM/project c0227b6llvm/lib/Target/RISCV RISCVInstrInfoY.td, llvm/lib/Target/RISCV/AsmParser RISCVAsmParser.cpp

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

Created using spr 1.3.8-beta.1

[skip ci]
DeltaFile
+229-0llvm/test/MC/RISCV/rvy/rvy-valid-mode-independent.s
+172-0llvm/lib/Target/RISCV/RISCVInstrInfoY.td
+55-0llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
+49-0llvm/test/MC/RISCV/rvy/rvy-invalid-mode-independent.s
+29-0llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
+23-0llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
+557-07 files not shown
+572-013 files

LLVM/project e3e34a5llvm/lib/Target/RISCV RISCVInstrInfoY.td RISCVFeatures.td, llvm/lib/Target/RISCV/AsmParser RISCVAsmParser.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.8-beta.1
DeltaFile
+239-0llvm/test/MC/RISCV/rvy/rvy-valid-mode-independent.s
+192-0llvm/lib/Target/RISCV/RISCVInstrInfoY.td
+55-0llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
+49-0llvm/test/MC/RISCV/rvy/rvy-invalid-mode-independent.s
+44-0llvm/test/MC/RISCV/rvy/rvy-valid-zyhybrid.s
+28-1llvm/lib/Target/RISCV/RISCVFeatures.td
+607-18 files not shown
+682-814 files

FreeNAS/freenas 12ac522tests functions.py

NAS-139429 / 26.04 / Ignore warnings in the ssh calls for CI testing. (#18091)

We often see these spurious failures in CI tests:
`E AssertionError: Warning: Permanently added '10.220.38.181' (ED25519)
to the list of known hosts.`

This small change eliminates those.
DeltaFile
+2-0tests/functions.py
+2-01 files

LLVM/project 705a940llvm/lib/Target/RISCV RISCVFeatures.td, llvm/test/CodeGen/RISCV attributes.ll features-info.ll

rebase after cap-mode removal

Created using spr 1.3.8-beta.1
DeltaFile
+5-18llvm/test/MC/RISCV/rvy/rvy-valid-mode-independent.s
+0-15llvm/lib/Target/RISCV/RISCVFeatures.td
+2-0llvm/test/CodeGen/RISCV/attributes.ll
+0-1llvm/test/CodeGen/RISCV/features-info.ll
+7-344 files

LLVM/project 078bc61llvm/lib/Target/RISCV RISCVFeatures.td, llvm/test/CodeGen/RISCV attributes.ll features-info.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.8-beta.1

[skip ci]
DeltaFile
+0-15llvm/lib/Target/RISCV/RISCVFeatures.td
+2-0llvm/test/CodeGen/RISCV/attributes.ll
+0-1llvm/test/CodeGen/RISCV/features-info.ll
+2-163 files

LLVM/project b038b0allvm/lib/Target/AMDGPU R600Processors.td AMDGPUSubtarget.h

[NFCI][AMDGPU] Add `FeatureMadMacF32Insts` to all R600 processors

In this way, we don't need to use a custom getter in `hasMadMacF32Insts`.
DeltaFile
+10-4llvm/lib/Target/AMDGPU/R600Processors.td
+1-10llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
+11-142 files

GhostBSD/build 318194dcommon_config autologin.sh, desktop_config plasma.sh mate_oem.sh

Merge branch 'master' into xlibre
DeltaFile
+95-30desktop_config/plasma.sh
+3-14packages/vital/plasma
+1-14packages/plasma
+6-7common_config/autologin.sh
+2-2desktop_config/mate_oem.sh
+2-1packages/vital/mate
+109-684 files not shown
+114-6910 files

LLVM/project 6f69979llvm/test/CodeGen/RISCV attributes.ll

update one more test

Created using spr 1.3.8-beta.1
DeltaFile
+2-0llvm/test/CodeGen/RISCV/attributes.ll
+2-01 files

FreeNAS/freenas f2024dbtests functions.py

Ignore warnings in the ssh calls for CI testing.
This eliminates reports such as: AssertionError: Warning: Permanently added '<IP address>' (ED25519) to the list of known hosts.
DeltaFile
+2-0tests/functions.py
+2-01 files