FreeBSD/ports 6905647devel/universal-ctags distinfo pkg-plist

devel/universal-ctags: Update p6.2.20260118.0 => p6.2.20260329.0

Commit log:
https://github.com/universal-ctags/ctags/compare/p6.2.20260118.0...p6.2.20260329.0

PR:             294125
Sponsored by:   UNIS Labs
DeltaFile
+3-3devel/universal-ctags/distinfo
+1-1devel/universal-ctags/pkg-plist
+1-1devel/universal-ctags/Makefile
+5-53 files

FreeBSD/ports cf4f832devel/py-python-gitlab distinfo Makefile

devel/py-python-gitlab: Update 8.1.0 => 8.2.0

Changelog:
https://github.com/python-gitlab/python-gitlab/releases/tag/v8.2.0

PR:             294124
Sponsored by:   UNIS Labs
DeltaFile
+3-3devel/py-python-gitlab/distinfo
+1-1devel/py-python-gitlab/Makefile
+4-42 files

GhostBSD/ports 64d6950ports-mgmt/pkg distinfo Makefile, ports-mgmt/pkg/files patch-libpkg_libpkg.ver

ports-mgmt/pkg: Revert to 2.6.1

pkg 2.6.2 produces an empty package on i386 in poudriere.
Removes patch-libpkg_libpkg.ver which was 2.6.2-specific.
DeltaFile
+0-10ports-mgmt/pkg/files/patch-libpkg_libpkg.ver
+3-3ports-mgmt/pkg/distinfo
+1-2ports-mgmt/pkg/Makefile
+4-153 files

LLVM/project b6d7afellvm/test/Analysis/DependenceAnalysis weak-zero-siv-addrec-wrap.ll symbolic-rdiv-overflow.ll

[DA] Remove calls to the GCD MIV test from `testSIV` (#187220)

This patch removes all invocations of the GCD MIV test in `testSIV`
function, specifically:

- If both the source and destination are addrecs, replace the call to
the GCD MIV test with the Exact SIV test. Generally, the Exact SIV test
has a narrower applicability than the GCD MIV test (both the source and
destination must be affine addrecs), while the former likely yields a
more precise result. Therefore, in this case, there's no reason to use
the GCD MIV test. This replacement also means that previously the Exact
SIV test was called conditionally (only when the Strong and Weak
Crossing SIV tests are not applicable), but now it will be called
unconditionally when both the source and destination are addrecs.
- If either the source or the destination is loop-invariant, simply
remove the call to the GCD MIV test without replacing it with anything.
In this case, the Weak Zero SIV test will be invoked, and part of that
test performs almost the same analysis as the GCD MIV test. Therefore,
the GCD MIV test should be redundant in nearly all cases.

    [6 lines not shown]
DeltaFile
+16-35llvm/test/Analysis/DependenceAnalysis/weak-zero-siv-addrec-wrap.ll
+15-15llvm/test/Analysis/DependenceAnalysis/symbolic-rdiv-overflow.ll
+9-19llvm/test/Analysis/DependenceAnalysis/strong-siv-addrec-wrap.ll
+9-19llvm/test/Analysis/DependenceAnalysis/exact-siv-addrec-wrap.ll
+9-16llvm/test/Analysis/DependenceAnalysis/infer_affine_domain_ovlf.ll
+12-12llvm/test/Analysis/DependenceAnalysis/run-specific-dependence-test.ll
+70-1167 files not shown
+95-14513 files

FreeBSD/ports 98f3392www/grafana distinfo Makefile

www/grafana: Update 12.4.0 => 12.4.2 (Fixes critical vulnerability)

Changelogs:
https://grafana.com/blog/grafana-security-release-critical-and-high-severity-security-fixes-for-cve-2026-27876-and-cve-2026-27880/
https://github.com/grafana/grafana/releases/tag/v12.4.1
https://github.com/grafana/grafana/releases/tag/v12.4.2

PR:             294105
Security:       CVE-2026-27876
Security:       CVE-2026-27877
Security:       CVE-2026-28375
Security:       CVE-2026-27879
Security:       CVE-2026-27880
Security:       CVE-2026-27876
Security:       CVE-2026-33375
Sponsored by:   UNIS Labs
MFH:            2026Q1

(cherry picked from commit bce768403c9d82c98999bbeb7aef046f14d8c952)
DeltaFile
+77-77www/grafana/distinfo
+2-2www/grafana/Makefile
+79-792 files

FreeBSD/ports aea10f0www/grafana distinfo Makefile

www/grafana: Update 12.3.3 => 12.4.0

Release Notes:
https://grafana.com/blog/grafana-12-4-release-all-the-latest-features/

What's new:
https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v12-4/

Changelogs:
https://github.com/grafana/grafana/releases/tag/v12.3.4
https://github.com/grafana/grafana/releases/tag/v12.4.0

PR:     293564
(cherry picked from commit e52cf2b91fb9603c5f08f70623e9157f070a8901)
DeltaFile
+77-63www/grafana/distinfo
+11-5www/grafana/Makefile
+88-682 files

FreeBSD/ports bce7684www/grafana distinfo Makefile

www/grafana: Update 12.4.0 => 12.4.2 (Fixes critical vulnerability)

Changelogs:
https://github.com/grafana/grafana/releases/tag/v12.4.1
https://github.com/grafana/grafana/releases/tag/v12.4.2

PR:             294105
Security:       CVE-2026-27876
Security:       CVE-2026-27877
Security:       CVE-2026-28375
Security:       CVE-2026-27879
Security:       CVE-2026-27880
Security:       CVE-2026-27876
Security:       CVE-2026-33375
Sponsored by:   UNIS Labs
MFH:            2026Q1
DeltaFile
+77-77www/grafana/distinfo
+3-4www/grafana/Makefile
+80-812 files

FreeBSD/ports 4b905b3graphics/colmap Makefile

graphics/colmap: prevent to find Qt5 components if they coexist with Qt6

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+4-0graphics/colmap/Makefile
+4-01 files

LLVM/project eaffa1allvm/lib/Transforms/Instrumentation MemorySanitizer.cpp, llvm/test/Instrumentation/MemorySanitizer/AArch64 aarch64-bf16-dotprod-intrinsics.ll

[msan] Fix bfmmla instrumentation incompatibility issue (#188834)

#176264 instrumented bfmmla by applying ummla to the shadows. However,
Armv8.2+bf16 (as an example) supports bfmmla but not ummla, thus the
instrumentation is not always compatible.

This patch changes the bfmmla instrumentation to use bfmmla and basic
LLVM intrinsics, thus guaranteeing backend compatibility. The key
insights are that we can 1) use CreateSelect to convert the integer
shadows to bf16 2) apply bfmmla to these "shadows" 3) use FCmpULT to
check that the matrix entries denote fully initialized outputs.

This patch significantly refactors `handleNEONMatrixMultiply`, which is
also used for {s,u,su}mmla instrumentation, but the output is unaffected
for {s,u,su}mmla.
DeltaFile
+90-104llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
+6-8llvm/test/Instrumentation/MemorySanitizer/AArch64/aarch64-bf16-dotprod-intrinsics.ll
+96-1122 files

FreeBSD/ports b82b6a7archivers/file-roller Makefile

archivers/file-roller: depend on archiver/rar only for amd64
DeltaFile
+3-2archivers/file-roller/Makefile
+3-21 files

LLVM/project 52bbd70llvm/test/Analysis/DependenceAnalysis weak-zero-siv-addrec-wrap.ll symbolic-rdiv-overflow.ll

[DA] Remove calls to the GCD MIV test from `testSIV`
DeltaFile
+16-35llvm/test/Analysis/DependenceAnalysis/weak-zero-siv-addrec-wrap.ll
+15-15llvm/test/Analysis/DependenceAnalysis/symbolic-rdiv-overflow.ll
+9-19llvm/test/Analysis/DependenceAnalysis/strong-siv-addrec-wrap.ll
+9-19llvm/test/Analysis/DependenceAnalysis/exact-siv-addrec-wrap.ll
+9-16llvm/test/Analysis/DependenceAnalysis/infer_affine_domain_ovlf.ll
+12-12llvm/test/Analysis/DependenceAnalysis/run-specific-dependence-test.ll
+70-1167 files not shown
+95-14513 files

HardenedBSD/src 697bdfeshare/man/man4 asmc.4, sys/dev/asmc asmc.c

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+0-68usr.sbin/bluetooth/rtlbtfw/rtlbtfw.conf
+67-0sys/dev/asmc/asmc.c
+22-3sys/fs/nfsserver/nfs_nfsdserv.c
+6-18usr.sbin/bluetooth/rtlbtfw/main.c
+6-18sys/netgraph/bluetooth/drivers/ubt/ng_ubt_rtl.c
+11-2share/man/man4/asmc.4
+112-1094 files not shown
+120-11410 files

HardenedBSD/src 333b805share/man/man4 asmc.4, sys/dev/asmc asmc.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+0-68usr.sbin/bluetooth/rtlbtfw/rtlbtfw.conf
+67-0sys/dev/asmc/asmc.c
+22-3sys/fs/nfsserver/nfs_nfsdserv.c
+6-18sys/netgraph/bluetooth/drivers/ubt/ng_ubt_rtl.c
+6-18usr.sbin/bluetooth/rtlbtfw/main.c
+11-2share/man/man4/asmc.4
+112-1094 files not shown
+120-11410 files

HardenedBSD/ports 94ff95dgraphics/luminance-qt5 pkg-plist, misc/lean-ctx distinfo Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+7,850-0security/cdxgen/pkg-plist
+507-0misc/lean-ctx/distinfo
+279-0misc/lean-ctx/Makefile
+107-115www/hs-wai-app-static/distinfo
+0-131graphics/luminance-qt5/pkg-plist
+1-107www/hs-wai-app-static/Makefile
+8,744-353112 files not shown
+9,546-972118 files

OpenBSD/src kqqepaKgnu/usr.bin/perl/cpan/OpenBSD-Unveil/lib/OpenBSD Unveil.pm

   Improve OpenBSD::Unveil POD

   The choice of variable names made it somewhat unclear what arguments
   to pass and made it seem the interface might differ from unveil(2).

   ok dgl@
VersionDeltaFile
1.2+9-4gnu/usr.bin/perl/cpan/OpenBSD-Unveil/lib/OpenBSD/Unveil.pm
+9-41 files

LLVM/project 030ad2dllvm/test/Analysis/CostModel/AMDGPU sin.ll log10.ll

[NFC][AMDGPU] Add CostModel tests for transcendental ops with varying function attrs (#188869)
DeltaFile
+546-0llvm/test/Analysis/CostModel/AMDGPU/sin.ll
+105-0llvm/test/Analysis/CostModel/AMDGPU/log10.ll
+105-0llvm/test/Analysis/CostModel/AMDGPU/log.ll
+71-0llvm/test/Analysis/CostModel/AMDGPU/sqrt.ll
+36-0llvm/test/Analysis/CostModel/AMDGPU/log2.ll
+863-05 files

FreeBSD/ports 5ef05a1science/mutationpp/files patch-src_thermo_Thermodynamics.h

science/mutationpp: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+10-0science/mutationpp/files/patch-src_thermo_Thermodynamics.h
+10-01 files

HardenedBSD/ports 5ef05a1science/mutationpp/files patch-src_thermo_Thermodynamics.h

science/mutationpp: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+10-0science/mutationpp/files/patch-src_thermo_Thermodynamics.h
+10-01 files

HardenedBSD/ports 68374a2math/fcl/files patch-include_fcl_common_types.h

math/fcl: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+10-0math/fcl/files/patch-include_fcl_common_types.h
+10-01 files

FreeBSD/ports 68374a2math/fcl/files patch-include_fcl_common_types.h

math/fcl: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+10-0math/fcl/files/patch-include_fcl_common_types.h
+10-01 files

HardenedBSD/ports 3999f48graphics/instant-meshes/files patch-ext_nanogui_include_nanogui_common.h patch-src_common.h

graphics/instant-meshes: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+10-0graphics/instant-meshes/files/patch-ext_nanogui_include_nanogui_common.h
+10-0graphics/instant-meshes/files/patch-src_common.h
+20-02 files

FreeBSD/ports 3999f48graphics/instant-meshes/files patch-ext_nanogui_include_nanogui_common.h patch-src_common.h

graphics/instant-meshes: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+10-0graphics/instant-meshes/files/patch-ext_nanogui_include_nanogui_common.h
+10-0graphics/instant-meshes/files/patch-src_common.h
+20-02 files

FreeBSD/ports aa02d6dgraphics/blender4/files patch-intern_slim_intern_uv__initializer.h patch-intern_libmv_libmv_numeric_numeric.h

graphics/blender4: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+11-0graphics/blender4/files/patch-intern_slim_intern_uv__initializer.h
+10-0graphics/blender4/files/patch-intern_libmv_libmv_numeric_numeric.h
+10-0graphics/blender4/files/patch-intern_slim_intern_slim.h
+31-03 files

HardenedBSD/ports aa02d6dgraphics/blender4/files patch-intern_slim_intern_uv__initializer.h patch-intern_libmv_libmv_numeric_numeric.h

graphics/blender4: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+11-0graphics/blender4/files/patch-intern_slim_intern_uv__initializer.h
+10-0graphics/blender4/files/patch-intern_libmv_libmv_numeric_numeric.h
+10-0graphics/blender4/files/patch-intern_slim_intern_slim.h
+31-03 files

HardenedBSD/ports 55ff328graphics/blender/files patch-intern_slim_intern_uv__initializer.h patch-intern_libmv_libmv_numeric_numeric.h

graphics/blender: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+11-0graphics/blender/files/patch-intern_slim_intern_uv__initializer.h
+10-0graphics/blender/files/patch-intern_libmv_libmv_numeric_numeric.h
+10-0graphics/blender/files/patch-intern_slim_intern_slim.h
+31-03 files

FreeBSD/ports 55ff328graphics/blender/files patch-intern_slim_intern_uv__initializer.h patch-intern_libmv_libmv_numeric_numeric.h

graphics/blender: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+11-0graphics/blender/files/patch-intern_slim_intern_uv__initializer.h
+10-0graphics/blender/files/patch-intern_libmv_libmv_numeric_numeric.h
+10-0graphics/blender/files/patch-intern_slim_intern_slim.h
+31-03 files

HardenedBSD/ports 7b9b11aastro/kstars/files patch-kstars_ekos_guide_internalguide_MPI__IS__gaussian__process_src_gaussian__process.cpp

astro/kstars: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+10-0astro/kstars/files/patch-kstars_ekos_guide_internalguide_MPI__IS__gaussian__process_src_gaussian__process.cpp
+10-01 files

FreeBSD/ports 7b9b11aastro/kstars/files patch-kstars_ekos_guide_internalguide_MPI__IS__gaussian__process_src_gaussian__process.cpp

astro/kstars: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+10-0astro/kstars/files/patch-kstars_ekos_guide_internalguide_MPI__IS__gaussian__process_src_gaussian__process.cpp
+10-01 files

HardenedBSD/ports e1893dcscience/votca/files patch-xtp_include_votca_xtp_eigen.h patch-xtp_include_votca_xtp_votca__xtp__config.h.in

science/votca: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+12-0science/votca/files/patch-xtp_include_votca_xtp_eigen.h
+12-0science/votca/files/patch-xtp_include_votca_xtp_votca__xtp__config.h.in
+10-0science/votca/files/patch-xtp_include_votca_xtp_qmstate.h
+34-03 files

FreeBSD/ports e1893dcscience/votca/files patch-xtp_include_votca_xtp_eigen.h patch-xtp_include_votca_xtp_votca__xtp__config.h.in

science/votca: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+12-0science/votca/files/patch-xtp_include_votca_xtp_eigen.h
+12-0science/votca/files/patch-xtp_include_votca_xtp_votca__xtp__config.h.in
+10-0science/votca/files/patch-xtp_include_votca_xtp_qmstate.h
+34-03 files