FreeBSD/ports e4d60e4security/gnutls Makefile distinfo

security/gnutls: Stop fetching ktls_utils.h

It was missing from distfiles in previous versions but this has been
fixed now.

(cherry picked from commit 004617c94be181d6a4b0c57b4482d2ae682ed945)
DeltaFile
+1-5security/gnutls/Makefile
+1-3security/gnutls/distinfo
+2-82 files

FreeBSD/ports 004617csecurity/gnutls Makefile distinfo

security/gnutls: Stop fetching ktls_utils.h

It was missing from distfiles in previous versions but this has been
fixed now.
DeltaFile
+1-5security/gnutls/Makefile
+1-3security/gnutls/distinfo
+2-82 files

LLVM/project 95685cabolt/include/bolt/Core BinaryContext.h, bolt/lib/Core BinaryContext.cpp

[BOLT] Retain certain local symbols (#184074)

BOLT currently strips all STT_NOTYPE STB_LOCAL zero-sized symbols
that fall inside function bodies. Certain such symbols are named
labels (loop markers and subroutine entry points) or local function
symbols in hand-written assembly. We now keep them in local symbol
table in BOLT processed binaries for better symbolication.
DeltaFile
+29-14bolt/lib/Rewrite/RewriteInstance.cpp
+30-0bolt/test/AArch64/retain-local-symbols.s
+17-12bolt/lib/Core/BinaryContext.cpp
+8-0bolt/test/AArch64/compare-and-branch-inversion.S
+3-2bolt/test/X86/dynamic-relocs-on-entry.s
+3-1bolt/include/bolt/Core/BinaryContext.h
+90-292 files not shown
+94-308 files

LLVM/project 17e783bmlir/include/mlir/Dialect/LLVMIR NVVMOps.td, mlir/lib/Dialect/LLVMIR/IR NVVMDialect.cpp

[MLIR][NVVM] Add nvvm.addf and nvvm.subf Ops (#179162)

Adds `nvvm.addf` and `nvvm.subf` Ops to the NVVM dialect. `nvvm.addf`
performs a floating-point addition between two operands. `nvvm.subf`
performs a floating-point subtraction between two operands and is
equivalent to an `llvm.fneg` followed by an `nvvm.addf` operation.

PTX ISA Reference:
1.
https://docs.nvidia.com/cuda/parallel-thread-execution/#floating-point-instructions-add
2.
https://docs.nvidia.com/cuda/parallel-thread-execution/#half-precision-floating-point-instructions-add
DeltaFile
+285-0mlir/test/Target/LLVMIR/nvvm/addf/addf_vector.mlir
+117-0mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp
+90-2mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+89-0mlir/test/Target/LLVMIR/nvvm/addf/addf.mlir
+67-0mlir/test/Target/LLVMIR/nvvm/addf/addf_invalid.mlir
+64-0mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
+712-21 files not shown
+721-27 files

LLVM/project 3b65752llvm/test/CodeGen/AArch64 clmul-fixed.ll

[AArch64] Enabled and regenerate clmul-fixed.ll. NFC (#184628)

The v2i64 tests are now fixed. The disabled ones in clmul-scalable.ll
require i128 vectors which are generally not supported.
DeltaFile
+3,707-46llvm/test/CodeGen/AArch64/clmul-fixed.ll
+3,707-461 files

LLVM/project 821368flld/ELF/Arch RISCV.cpp LoongArch.cpp, lld/test/ELF riscv-relax-synthetic-in-text.s loongarch-relax-synthetic-in-text.s

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+28-0lld/test/ELF/riscv-relax-synthetic-in-text.s
+27-0lld/test/ELF/loongarch-relax-synthetic-in-text.s
+10-1lld/ELF/Arch/RISCV.cpp
+6-1lld/ELF/Arch/LoongArch.cpp
+71-24 files

OPNSense/core 18036e2src/opnsense/mvc/app/models/OPNsense/Firewall DNat.php

Use foreach loop for address and port validations
DeltaFile
+18-47src/opnsense/mvc/app/models/OPNsense/Firewall/DNat.php
+18-471 files

LLVM/project 8251293llvm/lib/Transforms/Vectorize VPlanConstruction.cpp VPlanPredicator.cpp, llvm/test/Transforms/LoopVectorize/VPlan tail-folding.ll

[VPlan] Move tail folding out of VPlanPredicator. NFC (#176143)

Currently the logic for introducing a header mask and predicating the
vector loop region is done inside introduceMasksAndLinearize.

This splits the tail folding part out into an individual VPlan transform
so that VPlanPredicator.cpp doesn't need to worry about tail folding,
which seemed to be a temporary measure according to a comment in
VPlanTransforms.h.

To perform tail folding independently, this splits the "body" of the
vector loop region between the phis in the header and the branch + iv
increment in the latch:

Before:

```
+-------------------------------------------+
|%iv = ...                                  |

    [39 lines not shown]
DeltaFile
+338-0llvm/test/Transforms/LoopVectorize/VPlan/tail-folding.ll
+90-0llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
+3-58llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp
+37-3llvm/lib/Transforms/Vectorize/VPlanTransforms.h
+4-3llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+5-0llvm/lib/Transforms/Vectorize/VPlan.cpp
+477-641 files not shown
+478-647 files

FreeBSD/src f2f74aelib/libiscsiutil Makefile, share/mk src.libnames.mk

libiscsiutil: Record dependency on libmd

MFC after:      3 days
Fixes:          6378393308bc ("Add an internal libiscsiutil library.")
Sponsored by:   Klara, Inc.
Sponsored by:   NetApp, Inc.
Reviewed by:    kevans
Differential Revision:  https://reviews.freebsd.org/D55596

(cherry picked from commit 05ca4837a3e9a413aabcf005abb14fff35088476)
DeltaFile
+1-1usr.sbin/ctld/Makefile
+1-1lib/libiscsiutil/Makefile
+1-1usr.sbin/iscsid/Makefile
+1-0share/mk/src.libnames.mk
+4-34 files

FreeBSD/src 64faa2blib/libiscsiutil Makefile, share/mk src.libnames.mk

libiscsiutil: Record dependency on libmd

MFC after:      3 days
Fixes:          6378393308bc ("Add an internal libiscsiutil library.")
Sponsored by:   Klara, Inc.
Sponsored by:   NetApp, Inc.
Reviewed by:    kevans
Differential Revision:  https://reviews.freebsd.org/D55596

(cherry picked from commit 05ca4837a3e9a413aabcf005abb14fff35088476)
DeltaFile
+1-1usr.sbin/iscsid/Makefile
+1-1lib/libiscsiutil/Makefile
+1-1usr.sbin/ctld/Makefile
+1-0share/mk/src.libnames.mk
+4-34 files

FreeBSD/src b7362fclib/libiscsiutil Makefile, share/mk src.libnames.mk

libiscsiutil: Record dependency on libmd

MFC after:      3 days
Fixes:          6378393308bc ("Add an internal libiscsiutil library.")
Sponsored by:   Klara, Inc.
Sponsored by:   NetApp, Inc.
Reviewed by:    kevans
Differential Revision:  https://reviews.freebsd.org/D55596

(cherry picked from commit 05ca4837a3e9a413aabcf005abb14fff35088476)
DeltaFile
+1-1usr.sbin/ctld/Makefile
+1-1lib/libiscsiutil/Makefile
+1-1usr.sbin/iscsid/Makefile
+1-0share/mk/src.libnames.mk
+4-34 files

LLVM/project b0da64e.ci monolithic-linux.sh

[CI] Enable LTO linker plugin tests (#184076)

We've recently had two instances of test failures for the LTO linker
plugin being introduced. Build and test the LTO linker plugin in
pre-merge CI to avoid this.
DeltaFile
+2-1.ci/monolithic-linux.sh
+2-11 files

LLVM/project d5378dallvm/lib/Target/SystemZ SystemZISelLowering.cpp SystemZInstrVector.td, llvm/test/CodeGen/SystemZ fminimumnum-fmaximumnum.ll

[SystemZ] Mark fminimumnum/fmaximumnum as legal (#184595)

In M=4 mode, the behavior matches IEEE 754-2019 minimumNumber, except
that if both operands are sNaN, the result will be sNaN rather than
qNaN. However, this is explicitly allowed for LLVM's minimumnum
intrinsic, as canonicalization can be omitted for non-constrainted FP.

As such, mark fminimumnum/fmaximumnum as legal, and lower them the same
way as fminnum/fmaxnum. In the future, we may wish to switch those to
use M=0 instead, to match IEEE 754-2008 maxNum/minNum instead.
DeltaFile
+164-0llvm/test/CodeGen/SystemZ/fminimumnum-fmaximumnum.ll
+8-24llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
+2-0llvm/lib/Target/SystemZ/SystemZInstrVector.td
+174-243 files

OPNSense/core b2052b7src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms dnsbl.xml, src/opnsense/mvc/app/views/OPNsense/Interface overview.volt

bootgrid: introduce 'expand' formatter to cap lists of data
DeltaFile
+1-50src/opnsense/mvc/app/views/OPNsense/Interface/overview.volt
+47-0src/opnsense/www/js/opnsense_bootgrid.js
+9-0src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms/dnsbl.xml
+2-1src/opnsense/mvc/app/views/layouts/default.volt
+59-514 files

NetBSD/pkgsrc j6TnGgdnet/yt-dlp distinfo PLIST

   update to yt-dlp 2026.3.3.

   fixes aenetworks, patreon, youtube, adds thechosen and a couple of other bugs.
VersionDeltaFile
1.81+4-4net/yt-dlp/distinfo
1.59+4-1net/yt-dlp/PLIST
1.88+2-2net/yt-dlp/Makefile
+10-73 files

LLVM/project d998a70libclc CMakeLists.txt

libclc: Fix checking for arch including OS in wrong place (#184683)

DeltaFile
+1-1libclc/CMakeLists.txt
+1-11 files

FreeBSD/ports 44cf276games/openbve Makefile distinfo

games/openbve: update OpenBVE to version 1.12.1.0

Install more complete set of auxiliary programs and let make(1)
induce the program to wrapper script mapping rather than doing
this manually.  While here, mention one comment's origin.

Reported by:    portscout
DeltaFile
+9-7games/openbve/Makefile
+3-3games/openbve/distinfo
+5-0games/openbve/pkg-plist
+17-103 files

LLVM/project b414d77mlir/include/mlir/Dialect/LLVMIR NVVMOps.td, mlir/test/Target/LLVMIR/nvvm tcgen05-mma-block-scale-shared.mlir tcgen05-mma-block-scale-tensor.mlir

[MLIR][NVVM] Unify and move to a single tcgen05_mma_kind attr for all tcgen05.mma Ops (#184433)

This change unifies using of `tcgen05_mma_kind` attribute for
tcgen05.mma Ops in MLIR.

Before this change there were two block scale attributes used for
tcgen05.mma Ops. One was `MMABlockScaleKindAttr` with `mxf8f6f4`, `mxf4`
and `fxf4nvf4` values used for `tcgen05.mma.block_scale` and
`tcgen05.mma.sp.block_scale`. Another one was `Tcgen05MMAKindAttr` with
`f16`, `tf32`, `f8f6f4` and `i8` values used for `tcgen05.mma`,
`tcgen05.mma.sp`, `tcgen05.mma.ws` and `tcgen05.mma.ws.sp`.

`Tcgen05MMAKindAttr` has been extended with values from
`MMABlockScaleKindAttr`. Now there is `tcgen05_mma_kind` attribute only
for all `tcgen05.mma` Ops in MLIR.

Backward compatibility is not supported. Existing tests and scripts
should be updated to use `tcgen05_mma_kind` attribute instead of
`block_scale_kind` for all tcgen05.mma MLIR Ops.
DeltaFile
+49-48mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-block-scale-shared.mlir
+49-48mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-block-scale-tensor.mlir
+49-48mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-sp-block-scale-shared.mlir
+49-48mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-sp-block-scale-tensor.mlir
+64-4mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-invalid.mlir
+41-18mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+301-2141 files not shown
+310-2247 files

OpenBSD/src kGHEVEQusr.sbin/relayd ca.c

   Fix relayd reload race crash

   Instead of terminating with fatalx() when a private key hash cannot be
   found, log a warning and send an error back to the relay worker.

   This prevents a race condition during "reload" where a request might
   reach the CA process while keys are being repopulated.

   Reported by Nick Owens; thanks!

   OK tb@
VersionDeltaFile
1.50+20-4usr.sbin/relayd/ca.c
+20-41 files

NetBSD/pkgsrc JN1lSlTdoc CHANGES-2026

   Updated devel/blosc2, devel/py-fakefs
VersionDeltaFile
1.1549+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc uuNAxLldevel/py-fakefs distinfo Makefile

   py-fakefs: updated to 6.1.4

   6.1.4

   Fixes incompatibility with VCCode unittest runner.

   Fixes
   * expanduser now correctly handles paths besides home and different separators
   * avoid faking filesystem in VSCode unittest runner
VersionDeltaFile
1.34+4-4devel/py-fakefs/distinfo
1.35+2-2devel/py-fakefs/Makefile
+6-62 files

NetBSD/pkgsrc 9IWs8Codevel/blosc2 distinfo Makefile

   blosc2: updated to 2.23.1

   Changes from 2.23.0 to 2.23.1

   * Fix some memory leaks/undefined behaviour
   * Allow resizing of empty arrays
   * `filters_meta` (interpreted as number of bytestreams) for the byteshuffle filter
VersionDeltaFile
1.35+4-4devel/blosc2/distinfo
1.36+2-2devel/blosc2/Makefile
+6-62 files

OPNSense/core df6d9easrc/opnsense/mvc/app/library/OPNsense/Core ConfigMaintenance.php

mvc: ConfigMaintenance: when constructing class names use a safer way to strip .php extension

It's not entirely clear what is going on in the report but since the class is more or less
"empty" it looks like a path has a "." in it and the leftmost part of that path wins the
explode() although it was meant to strip the PHP extension at the end instead.

Thus make the code safer and try again with the user.

PR: https://forum.opnsense.org/index.php?topic=51102.0
DeltaFile
+9-5src/opnsense/mvc/app/library/OPNsense/Core/ConfigMaintenance.php
+9-51 files

NetBSD/pkgsrc 5NOCy7Ldoc CHANGES-2026

   Updated graphics/libavif, net/py-requests-ratelimiter, devel/py-requests-cache
VersionDeltaFile
1.1548+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc 0Ae6D1Bdevel/py-requests-cache Makefile distinfo

   py-requests-cache: updated to 1.3.1

   1.3.1 (2025-03-03)

   Add support for multiple response variations based on Vary
   Fix overwriting headers after revalidation in read_only mode
   Add tests for python 3.15 (alpha)
VersionDeltaFile
1.4+5-8devel/py-requests-cache/Makefile
1.2+4-4devel/py-requests-cache/distinfo
1.3+2-1devel/py-requests-cache/PLIST
+11-133 files

FreeBSD/src 28ff4d3contrib/libedit ChangeLog chared.c

libedit: vendor import version 2026-03-04

MFC After:      1 week
DeltaFile
+6,119-4contrib/libedit/ChangeLog
+27-23contrib/libedit/chared.c
+41-4contrib/libedit/map.c
+36-2contrib/libedit/editline.3
+26-4contrib/libedit/el.c
+13-9contrib/libedit/chared.h
+6,262-4619 files not shown
+6,358-10525 files

NetBSD/pkgsrc 2kFipxenet/py-requests-ratelimiter distinfo Makefile

   py-requests-ratelimiter: updated to 0.9.2

   0.9.2

   Stop leaker thread when session closes
   Add tests for python 3.15
VersionDeltaFile
1.2+4-4net/py-requests-ratelimiter/distinfo
1.2+2-2net/py-requests-ratelimiter/Makefile
+6-62 files

NetBSD/pkgsrc CNuHgdygraphics/libavif distinfo Makefile

   libavif: updated to 1.4.0

   Added since 1.3.0

   * Allow avifenc to read png or jpeg files through stdin using --stdin-format.
   * Support some Sample Transform schemes as defined in the version 1.2 of the
     AVIF specification.
   * Add an optional argument to the --depth flag of avifenc used to enable a bit
     depth extension scheme in the encoded file.
   * Add support for converting jpeg files with Apple style gain maps.
   * Add support for PNG cICP chunk when decoding PNG files. If a PNG file contains
     a cICP chunk and other color information chunks, such as iCCP (ICC profile),
     the other chunks are ignored as per the PNG Specification Third Edition
     Section 4.3.
   * Support reading Sample-Transform-based 16-bit AVIF files when
     avifDecoder::imageContentToDecode & AVIF_IMAGE_CONTENT_SAMPLE_TRANSFORMS is
     not zero.
   * Support Sample Transform derived image items with grid input image items.
   * Add --sato flag to avifdec to enable Sample Transforms support at decoding.

    [49 lines not shown]
VersionDeltaFile
1.7+4-4graphics/libavif/distinfo
1.11+2-3graphics/libavif/Makefile
1.8+2-2graphics/libavif/PLIST
+8-93 files

NetBSD/src AVk2p1Jdoc CHANGES-10.2

   Tickets #1235 - #1244
VersionDeltaFile
1.1.2.92+230-1doc/CHANGES-10.2
+230-11 files

FreeBSD/ports b7efc24sysutils/logstalgia distinfo Makefile

sysutils/logstalgia: Update to 1.1.5
DeltaFile
+3-3sysutils/logstalgia/distinfo
+3-3sysutils/logstalgia/Makefile
+6-62 files