LLVM/project 08f554fcross-project-tests lit.cfg.py

[cross-project-tests] Use lit internal shell (#203138)
DeltaFile
+1-1cross-project-tests/lit.cfg.py
+1-11 files

FreeBSD/ports 009d0ccnet/fort distinfo Makefile

net/fort: Update to 1.6.8

- Update to 1.6.8
- Changelog: https://github.com/NICMx/FORT-validator/releases/tag/1.6.8

(cherry picked from commit 5716242c7af1eabc823f9784fab2bee5ef09dd69)
DeltaFile
+3-3net/fort/distinfo
+1-1net/fort/Makefile
+4-42 files

FreeBSD/src ca66129crypto/openssl/apps testrsa.h, crypto/openssl/crypto/cast cast_s.h

openssl: update to 3.0.21

This change is a security release which resolves several issues with OpenSSL 3.0,
the highest severity issue being ranked "High". Users are strongly encouraged to
update to this release.

More information about the release (from a high level) can be found in
the release notes [1].

Tested with:    (make tinderbox; spotchecks on dev hosts)

1. https://github.com/openssl/openssl/blob/openssl-3.0.21/NEWS.md

- :main and :stable/15 run OpenSSL 3.5 and :stable/14, et al runs
  OpenSSL 3.0.
- This is not a merge commit because our pre-receive checkers still
  don't allow direct MFVs without going through :main first.
- This is a direct commit to stable/14.
DeltaFile
+449-4,467crypto/openssl/apps/testrsa.h
+284-2,821crypto/openssl/test/pkcs12_format_test.c
+224-2,214crypto/openssl/test/evp_extra_test2.c
+257-2,049crypto/openssl/crypto/cast/cast_s.h
+248-1,965crypto/openssl/fuzz/server.c
+129-1,793crypto/openssl/test/siphash_internal_test.c
+1,591-15,309913 files not shown
+5,374-22,558919 files

LLVM/project 433a41e.github/workflows test-suite.yml

[GitHub] React to /test-suite comment (#203151)

So the user knows the workflow has kicked off. I've put it in a separate
job with write permissions so the main job should still only have a read
only token.
DeltaFile
+18-5.github/workflows/test-suite.yml
+18-51 files

LLVM/project 5d74065.github/workflows subscriber.yml

workflows/subscriber: Use github-automation container (#202777)

This simplifies the workflow and might help it run faster too.
DeltaFile
+4-14.github/workflows/subscriber.yml
+4-141 files

FreeBSD/src 14e93e3sys/dev/mxge if_mxge.c

mxge(4): Fix a typo in a source code comment

- s/deterimine/determine/

MFC after:      3 days
DeltaFile
+1-1sys/dev/mxge/if_mxge.c
+1-11 files

FreeBSD/ports 5716242net/fort distinfo Makefile

net/fort: Update to 1.6.8

- Update to 1.6.8
- Changelog: https://github.com/NICMx/FORT-validator/releases/tag/1.6.8

MFH:            2026Q2
DeltaFile
+3-3net/fort/distinfo
+1-1net/fort/Makefile
+4-42 files

OpenBSD/src ymso7odsys/dev/pci/drm/i915 i915_driver.c

   in inteldrm_burner_cb() call fb_blank() instead of drm_fb_helper_blank()

   this indirectly calls intel_fbdev_blank(), which does
   drm_fb_helper_blank() followed by intel_fbdev_invalidate()

   avoids on screen garbage when wscons screen blanking is enabled on
   mvs' Alder Lake and Gemini Lake machines.
VersionDeltaFile
1.33+1-1sys/dev/pci/drm/i915/i915_driver.c
+1-11 files

FreeBSD/ports c9ac736misc/py-hf-xet distinfo Makefile.crates

misc/py-hf-xet: Update to 1.5.1

Changelog: https://github.com/huggingface/xet-core/releases/tag/v1.5.1

Reported by:    portscout
DeltaFile
+13-15misc/py-hf-xet/distinfo
+5-6misc/py-hf-xet/Makefile.crates
+1-2misc/py-hf-xet/Makefile
+19-233 files

LLVM/project 5cf20a6llvm/lib/Target/NVPTX NVPTXISelLowering.cpp, llvm/test/CodeGen/NVPTX math-intrins.ll

Reapply "[NVPTX] Support lowering of `(l)lround`" (#202876)

Reverts llvm/llvm-project#202500

Original PR llvm/llvm-project#183901 was mistakenly reverted due to an
unrelated build failure.
DeltaFile
+151-0llvm/test/CodeGen/NVPTX/math-intrins.ll
+2-0llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
+153-02 files

NetBSD/pkgsrc yfEDyYCdoc CHANGES-2026

   doc: Updated shells/oh-my-posh to 29.15.1
VersionDeltaFile
1.3702+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 9LbBB18shells/oh-my-posh distinfo Makefile

   shells/oh-my-posh: update to 29.15.1

   Bug Fixes

    - prevent panic in winget segment when header has fewer than 5 columns (ec0b8b9)
VersionDeltaFile
1.305+4-4shells/oh-my-posh/distinfo
1.336+2-2shells/oh-my-posh/Makefile
+6-62 files

OpenBSD/src Bji1IEvsys/dev/pci/drm/i915/display intel_fbdev.c, sys/dev/pci/drm/include/drm drm_fb_helper.h

   Add fb_blank function pointer to struct fb_ops and enable paths that
   set it.  Also add fb_blank() which uses it, for use in inteldrm(4).
VersionDeltaFile
1.9+10-0sys/dev/pci/drm/include/linux/fb.h
1.10+2-1sys/dev/pci/drm/include/drm/drm_fb_helper.h
1.19+1-1sys/dev/pci/drm/i915/display/intel_fbdev.c
+13-23 files

LLVM/project 9b06039mlir/examples/standalone/test lit.cfg.py

[MLIR] Use internal shell for standalone tests (#203134)

The external shell will be removed soon

(https://discourse.llvm.org/t/rfc-removal-of-the-lit-external-shell/90951),
and this is one of the places where it hasn't been enabled by default.
There are no test failures caused by this, so we can just turn it on by
not explicitly setting execute_external as it defaults to False.
DeltaFile
+1-1mlir/examples/standalone/test/lit.cfg.py
+1-11 files

FreeBSD/ports 12ea1a7devel/pinact distinfo Makefile

devel/pinact: Update to 4.1.0

Changelog: https://github.com/suzuki-shunsuke/pinact/releases/tag/v4.1.0

Reported by:    portscout
DeltaFile
+5-5devel/pinact/distinfo
+4-5devel/pinact/Makefile
+9-102 files

FreeBSD/ports 5679b2dmath/openturns distinfo Makefile

math/openturns: update 1.27 → 1.27.1
DeltaFile
+3-3math/openturns/distinfo
+2-2math/openturns/Makefile
+1-1math/openturns/pkg-plist
+6-63 files

FreeBSD/ports 9a6b42fx11/nwg-dock-hyprland distinfo Makefile

x11/nwg-dock-hyprland: Update to 0.4.11

Changelog: https://github.com/nwg-piotr/nwg-dock-hyprland/releases/tag/v0.4.11

Reported by:    GitHub (watch releases)
DeltaFile
+5-5x11/nwg-dock-hyprland/distinfo
+1-2x11/nwg-dock-hyprland/Makefile
+6-72 files

FreeBSD/ports fa8fe56editors/cudatext distinfo Makefile

editors/cudatext: 1.234.4.0

ChangeLog at:  https://github.com/Alexey-T/CudaText/blob/master/app/readme/history.txt
DeltaFile
+7-7editors/cudatext/distinfo
+3-3editors/cudatext/Makefile
+10-102 files

FreeBSD/ports 9f2dbaadatabases/heidisql distinfo Makefile, databases/heidisql/files patch-source_main.pas

databases/heidisql: Update to 12.18

ChangeLog at:   https://github.com/HeidiSQL/HeidiSQL/releases/tag/v12.18
DeltaFile
+6-6databases/heidisql/files/patch-source_main.pas
+3-3databases/heidisql/distinfo
+2-1databases/heidisql/Makefile
+11-103 files

LLVM/project dd315a5llvm/lib/Target/AMDGPU AMDGPULowerBufferFatPointers.cpp, llvm/test/CodeGen/AMDGPU lower-buffer-fat-pointers-memops.ll

[AMDGPU] Set success flag for weak cmpxchg in LowerBufferFatPointers (#203033)
DeltaFile
+2-4llvm/lib/Target/AMDGPU/AMDGPULowerBufferFatPointers.cpp
+3-1llvm/test/CodeGen/AMDGPU/lower-buffer-fat-pointers-memops.ll
+5-52 files

LLVM/project 4a3fe8ellvm/lib/Target/AMDGPU AMDGPULibCalls.cpp, llvm/test/CodeGen/AMDGPU amdgpu-simplify-libcall-rootn.ll amdgpu-simplify-libcall-rootn-fast.ll

[AMDGPU] Gate rootn(x, +-2) -> sqrt/rsqrt fold on nsz/ninf (#200578)
DeltaFile
+51-28llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-rootn.ll
+20-12llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-rootn-fast.ll
+7-2llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
+78-423 files

FreeBSD/ports 9f5eb06audio/gonic distinfo Makefile

audio/gonic: Update to 0.22.0

Changelog: https://github.com/sentriz/gonic/blob/v0.22.0/CHANGELOG.md

Reported by:    GitHub (watch releases)
DeltaFile
+5-5audio/gonic/distinfo
+1-2audio/gonic/Makefile
+6-72 files

LLVM/project 7588c95compiler-rt/test/builtins/Unit lit.cfg.py

Revert "[Compiler-rt][test] Fix circular link dependency between builtins and libc" (#203152)

Reverts llvm/llvm-project#199482 due to failures when it's used on
platforms with non-ELF linkers. The patch needs additional guards, but
it's not immediately clear which platform linkers support the required
options.
DeltaFile
+1-3compiler-rt/test/builtins/Unit/lit.cfg.py
+1-31 files

LLVM/project 2feff1fcompiler-rt/test/builtins/Unit lit.cfg.py

Revert "[Compiler-rt][test] Fix circular link dependency between builtins and…"

This reverts commit 8b4902300521d4a0980d9d35210c02b405f0df86.
DeltaFile
+1-3compiler-rt/test/builtins/Unit/lit.cfg.py
+1-31 files

LLVM/project b19f4dbllvm/lib/Target/AMDGPU EvergreenInstructions.td AMDGPUInstrInfo.td

AMDGPU: Remove AMDGPUbfm (#203148)

It wasn't actually used. We select [SV]_BFM_B32 by directly matching
shift-based patterns.
DeltaFile
+1-4llvm/lib/Target/AMDGPU/EvergreenInstructions.td
+0-3llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
+1-2llvm/lib/Target/AMDGPU/SOPInstructions.td
+2-93 files

LLVM/project 1cda91dllvm/lib/Demangle DLangDemangle.cpp

[Demangle] Fix leak of temporary TypeBuf buffer in DLangDemangle (#203116)

Detected by sanitizer
https://lab.llvm.org/buildbot/#/builders/55/builds/28902 after merge.
DeltaFile
+1-0llvm/lib/Demangle/DLangDemangle.cpp
+1-01 files

FreeBSD/src 9d10b4dusr.bin/xinstall xinstall.c install.1

install: drop obsolete file size limit for -C

Removes the file size limit for -C comparisons. The limit was
meant to prevent oversized mmap allocations, which is no longer
relevant as mmap is no longer used here (removed by
a0439a1b820fa0e742c00d095f5f5c06f5f19432, review D44809).
Credit to bdrewery.
See: https://reviews.freebsd.org/D57230

Reviewed by:    bdrewery, glebius, ziaee
Approved by:    glebius (mentor)
Obtained from:  Fudo Security
MFC after:      2 weeks
Sponsored by:   Fudo Security
Differential Revision:  https://reviews.freebsd.org/D57503
DeltaFile
+45-60usr.bin/xinstall/xinstall.c
+2-11usr.bin/xinstall/install.1
+1-1usr.bin/xinstall/Makefile
+48-723 files

FreeBSD/ports b8a9e24databases/couchdb3 pkg-plist Makefile

databases/couchdb3: Bump PORTREVISION after erlang-runtime28 update

Regenerate the bundled-runtime plist for the OTP 28.5.0.2 subsystem
versions (erts-16.4.0.2, inets-9.6.2.2, kernel-10.6.3.2,
public_key-1.20.3.2, ssl-11.6.0.2).
DeltaFile
+323-323databases/couchdb3/pkg-plist
+1-0databases/couchdb3/Makefile
+324-3232 files

FreeBSD/ports 3eadd9blang/erlang-runtime27 distinfo Makefile

lang/erlang-runtime27: Update to 27.3.4.13

Security:       CVE-2026-48855, CVE-2026-48856, CVE-2026-48858, CVE-2026-48860, CVE-2026-49759, CVE-2026-49760
DeltaFile
+3-3lang/erlang-runtime27/distinfo
+1-1lang/erlang-runtime27/Makefile
+4-42 files

FreeBSD/ports 81a6669security/vuxml/vuln 2026.xml

security/vuxml: Document Erlang/OTP June 2026 vulnerabilities
DeltaFile
+254-0security/vuxml/vuln/2026.xml
+254-01 files