FreeBSD/ports beba547x11-themes/xfce-icons-elementary pkg-plist distinfo

x11-themes/xfce-icons-elementary: Update to 0.22
DeltaFile
+181-504x11-themes/xfce-icons-elementary/pkg-plist
+3-3x11-themes/xfce-icons-elementary/distinfo
+1-1x11-themes/xfce-icons-elementary/Makefile
+185-5083 files

FreeBSD/ports 45a3b1email/mailpit distinfo Makefile, mail/mailpit/files patch-package-lock.json patch-package.json

mail/mailpit: Update to 1.28.1

MFH:            2025Q4
Security:       https://vuxml.freebsd.org/freebsd/df33c83b-eb4f-11f0-a46f-0897988a1c07.html
(cherry picked from commit e447a7254babb35cb6b48862683990fa6f35d3e8)
DeltaFile
+206-252mail/mailpit/files/patch-package-lock.json
+7-7mail/mailpit/distinfo
+2-2mail/mailpit/files/patch-package.json
+1-1mail/mailpit/Makefile
+216-2624 files

FreeBSD/ports e1aa3b0mail/mailpit Makefile

mail/mailpit: Unpin Go version number

Reported by:    go (adamw)

(cherry picked from commit 85290560c5b05d91cf06cad656cc92955408aaf4)
DeltaFile
+1-1mail/mailpit/Makefile
+1-11 files

FreeBSD/ports 6baa733mail/mailpit distinfo Makefile, mail/mailpit/files patch-package-lock.json

mail/mailpit: Update to 1.28.0

(cherry picked from commit 430f3dd82e6c1492bcbd90b7d0edbbbebe660fe5)
DeltaFile
+56-10mail/mailpit/files/patch-package-lock.json
+7-7mail/mailpit/distinfo
+1-1mail/mailpit/Makefile
+64-183 files

FreeBSD/ports 4b83177mail/mailpit distinfo Makefile, mail/mailpit/files patch-package-lock.json

mail/mailpit: Update to 1.27.11

(cherry picked from commit 62a10e5246d643ddaef7136a01e3120c570465e9)
DeltaFile
+198-198mail/mailpit/files/patch-package-lock.json
+7-7mail/mailpit/distinfo
+1-1mail/mailpit/Makefile
+206-2063 files

FreeBSD/ports 9aae2famail/mailpit distinfo Makefile, mail/mailpit/files patch-package-lock.json

mail/mailpit: Update to 1.27.10

Security:       0b5145e9-a500-11f0-a136-10ffe07f9334
(cherry picked from commit ef2ff89326f0cff5a237438141d6e12de026636e)
DeltaFile
+13-13mail/mailpit/files/patch-package-lock.json
+7-7mail/mailpit/distinfo
+1-2mail/mailpit/Makefile
+21-223 files

LLVM/project 0d23e3fmlir/include/mlir-c/Dialect Bufferization.h, mlir/include/mlir/Dialect/Affine Passes.td Passes.h

[MLIR] Add missing dialects to C API (#82190)

We are trying to make a wrapper of MLIR for Julia in
https://github.com/JuliaLabs/MLIR.jl, but some dialects are missing in
`libMLIR-C`. This PR adds them.
DeltaFile
+367-114mlir/lib/CAPI/Dialect/CMakeLists.txt
+0-454mlir/include/mlir/Dialect/Affine/Passes.td
+454-0mlir/include/mlir/Dialect/Affine/Transforms/Passes.td
+0-145mlir/include/mlir/Dialect/Affine/Passes.h
+145-0mlir/include/mlir/Dialect/Affine/Transforms/Passes.h
+28-0mlir/include/mlir-c/Dialect/Bufferization.h
+994-713125 files not shown
+2,432-772131 files

FreeBSD/ports e447a72mail/mailpit distinfo Makefile, mail/mailpit/files patch-package-lock.json patch-package.json

mail/mailpit: Update to 1.28.1

MFH:            2025Q4
Security:       https://vuxml.freebsd.org/freebsd/df33c83b-eb4f-11f0-a46f-0897988a1c07.html
DeltaFile
+206-252mail/mailpit/files/patch-package-lock.json
+7-7mail/mailpit/distinfo
+2-2mail/mailpit/files/patch-package.json
+1-2mail/mailpit/Makefile
+216-2634 files

LLVM/project 7bbaf2ellvm/lib/Target/AMDGPU GCNSubtarget.h AMDGPUInstructionSelector.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.wave.shuffle.ll

[AMDGPU] Improve llvm.amdgcn.wave.shuffle handling for pre-GFX8 (#174845)

Before, GlobalISel would still return true for lowering the intrinsic
for GFX7 and earlier even though the required ds_bpermute_b32
instruction is not supported. After this change, GlobalISel will
properly report failure to select in this case. Testing is updated
appropriately.

Signed-off-by: Domenic Nutile <domenic.nutile at gmail.com>
DeltaFile
+5-4llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wave.shuffle.ll
+4-0llvm/lib/Target/AMDGPU/GCNSubtarget.h
+3-0llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
+12-43 files

FreeBSD/ports 2eb5725shells/fish distinfo pkg-plist

shells/fish: 4.3.3

https://github.com/fish-shell/fish-shell/releases/tag/4.3.3

PR:     292135
DeltaFile
+69-55shells/fish/distinfo
+60-42shells/fish/pkg-plist
+33-26shells/fish/Makefile.crates
+2-3shells/fish/Makefile
+164-1264 files

LLVM/project 31b93d6llvm/lib/Transforms/Vectorize VPlan.h VPlanValue.h

[VPlan] Add specialized VPValue subclasses for different types (NFC) (#172758)

This patch adds VPValue sub-classes for the different cases we currently
have:
 * VPIRValue: A live-in VPValue that wraps an underlying IR value
* VPSymbolicValue: A symbolic VPValue not tied to an underlying value,
e.g. the vector trip count or VF VPValues
 * VPRecipeValue: A VPValue defined by a VPDef/VPRecipeBase.

This has multiple benefits:
 * clearer constructors for each kind of VPValue
* limited scope: for example allows moving VPDef member to VPRecipeValue,
reducing size of other VPValues.
* stricter type checking for member variables (e.g. using VPLiveIn in
the Value -> live-in map in VPlan, or using VPSymbolicValue for symbolic
member VPValues)

There probably are additional opportunities for cleanups as follow-ups.

PR: https://github.com/llvm/llvm-project/pull/172758
DeltaFile
+63-54llvm/lib/Transforms/Vectorize/VPlan.h
+68-40llvm/lib/Transforms/Vectorize/VPlanValue.h
+43-35llvm/lib/Transforms/Vectorize/VPlan.cpp
+22-21llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+14-12llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+10-15llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
+220-1779 files not shown
+251-20615 files

LLVM/project bc8fcballvm/lib/IR AutoUpgrade.cpp, llvm/test/Assembler auto_upgrade_nvvm_intrinsics.ll

[NVPTX][AutoUpgrade] Use integer min/max intrinsics instead of icmp, select (#173097)

DeltaFile
+12-24llvm/test/Assembler/auto_upgrade_nvvm_intrinsics.ll
+13-22llvm/lib/IR/AutoUpgrade.cpp
+25-462 files

FreeBSD/ports 03f444egames/rocksndiamonds distinfo Makefile

games/rocksndiamonds: Update to 4.4.1.2

ChangeLog: https://www.artsoft.org/2026/01/05/rocksndiamonds-4-4-1-2-released/
DeltaFile
+3-3games/rocksndiamonds/distinfo
+1-1games/rocksndiamonds/Makefile
+4-42 files

FreeBSD/ports 3a49e55devel/aws-c-http distinfo Makefile

devel/aws-c-http: Update to 0.10.9

ChangeLog: https://github.com/awslabs/aws-c-http/releases/tag/v0.10.9
DeltaFile
+3-3devel/aws-c-http/distinfo
+1-1devel/aws-c-http/Makefile
+4-42 files

FreeBSD/ports 48ad8c3devel/aws-crt-cpp distinfo Makefile

devel/aws-crt-cpp: Update to 0.37.0

ChangeLog: https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.37.0
DeltaFile
+3-3devel/aws-crt-cpp/distinfo
+1-1devel/aws-crt-cpp/Makefile
+4-42 files

FreeBSD/ports 8359d54devel/aws-c-s3 distinfo Makefile

devel/aws-c-s3: Update to 0.11.4

ChangeLog: https://github.com/awslabs/aws-c-s3/releases/tag/v0.11.4
DeltaFile
+3-3devel/aws-c-s3/distinfo
+1-1devel/aws-c-s3/Makefile
+4-42 files

FreeBSD/ports 14afae0devel/aws-sdk-cpp distinfo Makefile

devel/aws-sdk-cpp: Update to 1.11.723

ChangeLog: https://github.com/aws/aws-sdk-cpp/compare/1.11.714...1.11.723
DeltaFile
+3-3devel/aws-sdk-cpp/distinfo
+1-1devel/aws-sdk-cpp/Makefile
+4-42 files

FreeBSD/ports 21d0bb6devel/aws-c-compression distinfo Makefile

devel/aws-c-compression: Update to 0.3.2

ChangeLog: https://github.com/awslabs/aws-c-compression/releases/tag/v0.3.2
DeltaFile
+3-3devel/aws-c-compression/distinfo
+1-1devel/aws-c-compression/Makefile
+4-42 files

FreeBSD/ports 6cef021devel/aws-c-io distinfo Makefile

devel/aws-c-io: Update to 0.25.0

ChangeLog: https://github.com/awslabs/aws-c-io/releases/tag/v0.25.0
DeltaFile
+3-3devel/aws-c-io/distinfo
+1-1devel/aws-c-io/Makefile
+4-42 files

LLVM/project 6e6996ellvm/test/Transforms/LoopVectorize select-min-max-last-index-epilogue.ll

[LV] Add tests for argmin/argmax with epilogue vectorization. (NFC)

Add additional test coverage for vectorizing argmin/argmax with epilogue
vectorization.
DeltaFile
+370-0llvm/test/Transforms/LoopVectorize/select-min-max-last-index-epilogue.ll
+370-01 files

NetBSD/pkgsrc X74kztedoc CHANGES-2026

   Updated ham/hackrf, security/pcsc-lite
VersionDeltaFile
1.166+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc uLSdZxQsecurity/pcsc-lite distinfo Makefile, security/pcsc-lite/patches patch-meson.build

   pcsc-lite: updated to 2.4.1

   2.4.1

   - Add backward version support on the client side
   - Add backward version support on the server side
   - hotplug libudev: rescan the USB bus with "pcscd --hotplug"
   - fix a value in pcscd.service systemd file
   - meson: install systemd files even if libsystemd is not used
   - Some other minor improvements
VersionDeltaFile
1.4+22-4security/pcsc-lite/patches/patch-meson.build
1.44+5-5security/pcsc-lite/distinfo
1.56+2-3security/pcsc-lite/Makefile
+29-123 files

NetBSD/pkgsrc fgsZ97eham/hackrf PLIST distinfo

   hackrf: updated to 2026.01.1

   2026.01.1

   To upgrade to this release, you must update libhackrf and hackrf-tools on your host computer. You must also update firmware on your HackRF.

   Major changes in this release include:

   HackRF Pro, a new hardware platform, is now supported. Initially HackRF Pro supports a legacy radio configuration mode that makes it compatible with software designed for use with HackRF One. Future releases will enable extended precision and other modes.
   Improved build system and documentation, especially on Windows. Thank you, Demetri and Martin!
   Added support for newer PortaPacks with AGM Microelectronics CPLDs. Thank you, Bernd!
   Improved USB performance on Windows when libusb is compiled with RAW_IO support. Thank you, Martin and Jamie!
   Updated libhackrf version to be more consistent with Semantic Versioning.
   There have been many enhancements and bug fixes. For a full list of changes, see the git log.
VersionDeltaFile
1.8+123-69ham/hackrf/PLIST
1.11+4-4ham/hackrf/distinfo
1.20+3-4ham/hackrf/Makefile
+130-773 files

OpenBSD/src dtrwu1lusr.bin/tmux input.c

   Reduce request timeout to 500 milliseconds to match the extended
   escape-time, and discard palette requests if receiving a reply for a
   different index.
VersionDeltaFile
1.248+11-7usr.bin/tmux/input.c
+11-71 files

LLVM/project f6cb5bbllvm/include/llvm/Support KnownFPClass.h, llvm/lib/Analysis ValueTracking.cpp

InstCombine: Handle rounding intrinsics in SimplifyDemandedFPClass
DeltaFile
+46-72llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-rounding-intrinsics.ll
+66-0llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+28-0llvm/lib/Support/KnownFPClass.cpp
+2-20llvm/lib/Analysis/ValueTracking.cpp
+7-0llvm/include/llvm/Support/KnownFPClass.h
+149-925 files

LLVM/project 89bd12fllvm/test/Transforms/InstCombine simplify-demanded-fpclass-rounding-intrinsics.ll

InstCombine: Add SimplifyDemandedFPClass tests for round

Add tests for the family of rounding intrinsics
DeltaFile
+943-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-rounding-intrinsics.ll
+943-01 files

LLVM/project 7541574llvm/lib/Support KnownFPClass.cpp, llvm/test/Transforms/Attributor nofpclass-sqrt.ll

ValueTracking: sqrt never returns subnormal
DeltaFile
+52-52llvm/test/Transforms/Attributor/nofpclass-sqrt.ll
+14-14llvm/unittests/Analysis/ValueTrackingTest.cpp
+2-5llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
+1-0llvm/lib/Support/KnownFPClass.cpp
+69-714 files

LLVM/project 5aa7700llvm/include/llvm/Support KnownFPClass.h, llvm/lib/Analysis ValueTracking.cpp

InstCombine: Implement SimplifyDemandedFPClass for sqrt
DeltaFile
+38-0llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+10-19llvm/lib/Analysis/ValueTracking.cpp
+24-0llvm/lib/Support/KnownFPClass.cpp
+9-14llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
+4-0llvm/include/llvm/Support/KnownFPClass.h
+85-335 files

OpenBSD/src EcmFavyusr.bin/tmux tty-keys.c

   Extend escape timeout if there are active forwarded requests not just
   tmux's own requests. GitHub issue 4793.
VersionDeltaFile
1.199+3-2usr.bin/tmux/tty-keys.c
+3-21 files

FreeBSD/ports 2dd2f92devel/cargo-c distinfo Makefile.crates

devel/cargo-c: update to 0.10.19

Changes:        https://github.com/lu-zero/cargo-c/releases/tag/v0.10.19
                https://github.com/lu-zero/cargo-c/releases/tag/v0.10.18
                https://github.com/lu-zero/cargo-c/releases/tag/v0.10.17
DeltaFile
+343-321devel/cargo-c/distinfo
+170-159devel/cargo-c/Makefile.crates
+2-3devel/cargo-c/Makefile
+515-4833 files