LLVM/project 0cd9f45llvm/lib/Target/AMDGPU SIInstrInfo.td, llvm/lib/Target/AMDGPU/Disassembler AMDGPUDisassembler.cpp

[AMDGPU][MC] Fix a crash when invalid SDWA encoding is used

Fixes #215006.
DeltaFile
+16-0llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
+14-0llvm/test/MC/Disassembler/AMDGPU/gfx9_dasm_err.txt
+4-1llvm/lib/Target/AMDGPU/SIInstrInfo.td
+34-13 files

FreeBSD/ports a4abb3ex11/waveterm Makefile

x11/waveterm: Bump port revision after electron41 update (f1d3c7cb5265)
DeltaFile
+1-1x11/waveterm/Makefile
+1-11 files

FreeBSD/ports 0b23ce8Mk/Uses npm.mk

Mk/Uses/npm.mk: Add new variable NPM_PREFETCH_ARCHS

A node modules archive created by the prefetch function may vary
depending on the architecture, especially if the archive contains
architecture-specific node modules.

This variable can be used to indicate which architectures the node
modules archives are prepared for.

If you prepared the archives for amd64 and aarch64 architecutres,
specify:
NPM_PREFETCH_ARCHS= aarch64 amd64
DeltaFile
+27-2Mk/Uses/npm.mk
+27-21 files

FreeBSD/ports f1d3c7cdevel/electron41 distinfo, devel/electron41/files patch-ui_base_x_x11__shm__image__pool.cc patch-ui_base_cursor_cursor__factory.h

devel/electron41: Update to 41.10.5

While here, prepare node modules archives for amd64 and aarch64
separately.

Changelog: https://github.com/electron/electron/releases/tag/v41.10.5

Reported by:    GitHub (watch releases)
DeltaFile
+7-5devel/electron41/distinfo
+11-0devel/electron41/files/patch-ui_base_cursor_cursor__unittest.cc
+5-5devel/electron41/files/patch-ui_base_x_x11__cursor__loader.cc
+4-4devel/electron41/files/patch-ui_base_cursor_cursor__factory.cc
+3-3devel/electron41/files/patch-ui_base_x_x11__shm__image__pool.cc
+3-3devel/electron41/files/patch-ui_base_cursor_cursor__factory.h
+33-204 files not shown
+39-2510 files

FreeBSD/ports bde7a8asysutils/bhyvemgrd Makefile distinfo

sysutils/bhyvemgrd: Update to 1.1.0

ChangeLog at:   https://github.com/alonsobsd/bhyvemgrd/compare/v1.0.2...v1.1.0
DeltaFile
+3-3sysutils/bhyvemgrd/distinfo
+1-1sysutils/bhyvemgrd/Makefile
+4-42 files

FreeBSD/ports 3bf38f6sysutils/bhyvemgr pkg-plist Makefile

sysutils/bhyvemgr: Update to 2.0.4

ChangeLog at:   https://github.com/alonsobsd/bhyvemgr/compare/v2.0.3...v2.0.4
DeltaFile
+3-3sysutils/bhyvemgr/distinfo
+1-1sysutils/bhyvemgr/Makefile
+1-0sysutils/bhyvemgr/pkg-plist
+5-43 files

FreeBSD/ports f08e2eblang/python-doc-html distinfo, lang/python310 Makefile.version Makefile

lang/python310: update to 3.10.21

Changelog: https://docs.python.org/release/3.10.21/whatsnew/changelog.html
(cherry picked from commit 02c9d12d3cf366e1493556247bffa040c6fbce67)
DeltaFile
+3-11lang/python310/distinfo
+5-5lang/python-doc-html/distinfo
+0-5lang/python310/Makefile
+1-1lang/python310/Makefile.version
+9-224 files

FreeBSD/ports 02c9d12lang/python-doc-html distinfo, lang/python310 Makefile.version Makefile

lang/python310: update to 3.10.21

Changelog: https://docs.python.org/release/3.10.21/whatsnew/changelog.html
DeltaFile
+3-11lang/python310/distinfo
+5-5lang/python-doc-html/distinfo
+0-5lang/python310/Makefile
+1-1lang/python310/Makefile.version
+9-224 files

FreeBSD/ports 24ed7b1lang/python-doc-html distinfo, lang/python311 Makefile.version Makefile

lang/python311: update to 3.11.16

Changelog: https://docs.python.org/release/3.11.16/whatsnew/changelog.html
(cherry picked from commit 01b8f0a48e9afa77072cc4cc51f7e4682369910c)
DeltaFile
+3-11lang/python311/distinfo
+5-5lang/python-doc-html/distinfo
+0-5lang/python311/Makefile
+1-1lang/python311/Makefile.version
+9-224 files

FreeBSD/ports 7aa9de7lang/python-doc-html distinfo

lang/python-doc-html: regen for 3.12.14

(cherry picked from commit 41e31ba3e66d38b9815c9b31bbc35dab53170dbe)
DeltaFile
+5-5lang/python-doc-html/distinfo
+5-51 files

FreeBSD/ports 01b8f0alang/python-doc-html distinfo, lang/python311 Makefile.version Makefile

lang/python311: update to 3.11.16

Changelog: https://docs.python.org/release/3.11.16/whatsnew/changelog.html
DeltaFile
+3-11lang/python311/distinfo
+5-5lang/python-doc-html/distinfo
+0-5lang/python311/Makefile
+1-1lang/python311/Makefile.version
+9-224 files

FreeBSD/ports 41e31balang/python-doc-html distinfo

lang/python-doc-html: regen for 3.12.14
DeltaFile
+5-5lang/python-doc-html/distinfo
+5-51 files

LLVM/project b43c56bclang-tools-extra/clangd Diagnostics.cpp, clang-tools-extra/clangd/unittests DiagnosticsTests.cpp

[clangd][clang-tidy] Factor out mergeFixits() logic and reuse it in clangd (#208682)

This patch extracts `mergeFixits()` from `DiagnosticRenderer` to
`clang::edit` and reuses it in clangd. This prevents syntax errors
caused by token merging when applying clang-tidy fixits via clangd.

Fixes #207618
DeltaFile
+56-6clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
+54-0clang/lib/Edit/EditedSource.cpp
+1-51clang/lib/Frontend/DiagnosticRenderer.cpp
+11-3clang-tools-extra/clangd/Diagnostics.cpp
+9-0clang/include/clang/Edit/EditedSource.h
+2-0clang-tools-extra/docs/ReleaseNotes.md
+133-601 files not shown
+134-607 files

FreeBSD/ports e6a1adclang/python312 Makefile.version Makefile

lang/python312: update to 3.12.14

Changelog: https://docs.python.org/release/3.12.14/whatsnew/changelog.html
(cherry picked from commit fa8b2dac792526636dcd4547da83f7e28bd0783c)
DeltaFile
+3-15lang/python312/distinfo
+0-7lang/python312/Makefile
+1-1lang/python312/Makefile.version
+4-233 files

FreeBSD/ports fa8b2dalang/python312 Makefile.version Makefile

lang/python312: update to 3.12.14

Changelog: https://docs.python.org/release/3.12.14/whatsnew/changelog.html
DeltaFile
+3-15lang/python312/distinfo
+0-7lang/python312/Makefile
+1-1lang/python312/Makefile.version
+4-233 files

FreeBSD/ports 70e5358security/vuxml/vuln 2026.xml

security/vuxml: update lang/python31{0,1} entries for new releases
DeltaFile
+6-6security/vuxml/vuln/2026.xml
+6-61 files

FreeBSD/ports 82aeb38security/vuxml/vuln 2026.xml

security/vuxml: update lang/python315 poplib entry

Commit existed since 3.15.0.a6
DeltaFile
+2-2security/vuxml/vuln/2026.xml
+2-21 files

LLVM/project 125c8d3llvm/lib/DWARFLinker/Parallel AcceleratorRecordsSaver.cpp, llvm/test/tools/dsymutil/AArch64 lit.local.cfg debug-names-accel-table-types.ll

[DWARFLinker] Index Swift mangled type names in the parallel linker (#216429)

Swift records a type's mangled name in DW_AT_linkage_name. The classic
linker indexes it as a type accelerator entry alongside the short
DW_AT_name, but the parallel linker indexed only the short name.

Port the DW_LANG_Swift block added to the classic linker in 8234f8ae2685
to the parallel linker's type case.
DeltaFile
+213-0llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/debug-names-swift-mangled-type.s
+35-14llvm/lib/DWARFLinker/Parallel/AcceleratorRecordsSaver.cpp
+3-3llvm/test/tools/dsymutil/AArch64/debug-names-accel-table-types.ll
+1-1llvm/test/tools/dsymutil/AArch64/lit.local.cfg
+252-184 files

NetBSD/pkgsrc c04sM5Xdoc CHANGES-2026

   doc: Updated textproc/py-libxml2 to 2.15.3
VersionDeltaFile
1.5292+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc TBJUE7tdoc CHANGES-2026

   doc: Updated textproc/libxml2 to 2.15.3
VersionDeltaFile
1.5291+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Fx7SIkLtextproc/libxml2 Makefile.common distinfo

   libxml2: update to 2.15.3.

   From Showta Ishizaki in PR 60591.

   v2.15.3: Apr 15 2026

   ### Security

   - parser: Pass userData to SAX text callbacks in xmlParseReference (type-confusion)
   - entities: copy children in xmlCopyEntity
   - c14n: Fix Type confusion in xmlC14NProcessAttrsAxis
   - python: Do not decref string after adding to the list (double-free / use-after-free)
   - c14n: Reuse tmp_str, xmlStrcat reallocates *cur (double-free)

   ### Improvements

   - schemas: Fix relative schemaLocation resolution in XSI assembly in streaming mode
   - xmlreader: propagate reader resource loaders to validator parsers
   - python: Make python bindings python2 compatible

    [44 lines not shown]
VersionDeltaFile
1.158+4-4textproc/libxml2/distinfo
1.32+2-2textproc/libxml2/Makefile.common
+6-62 files

NetBSD/pkgsrc V0eRphzeditors/emacs30-nox11 version.mk

   emacs30-nox11: fix typo

   Reported by Showta Ishizaki in PR 60590.
VersionDeltaFile
1.2+2-2editors/emacs30-nox11/version.mk
+2-21 files

LLVM/project 34cce43llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/AArch64 recalc-copyable-deps-on-reorder.ll

Revert "[SLP]Recalculate copyable-element deps after tree reordering"

This reverts commit 8024076c7591b6477d23c3519652a7c6487d97d3 to fix
buildbot https://lab.llvm.org/buildbot/#/builders/210/builds/12275

Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/216444
DeltaFile
+0-188llvm/test/Transforms/SLPVectorizer/AArch64/recalc-copyable-deps-on-reorder.ll
+0-50llvm/test/Transforms/SLPVectorizer/RISCV/recalc-copyable-deps-on-reorder.ll
+2-34llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+2-2723 files

LLVM/project 101a9b5llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/AArch64 recalc-copyable-deps-on-reorder.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+0-188llvm/test/Transforms/SLPVectorizer/AArch64/recalc-copyable-deps-on-reorder.ll
+0-50llvm/test/Transforms/SLPVectorizer/RISCV/recalc-copyable-deps-on-reorder.ll
+2-34llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+2-2723 files

OpenBSD/src yHN4jWAusr.bin/ssh sshd.8

   Refer to id_mldsa44_ed25519.pub in the pubkey list. bz#3989.
VersionDeltaFile
1.331+3-3usr.bin/ssh/sshd.8
+3-31 files

OpenBSD/src EgCIGaagnu/usr.bin/perl regexp.h regexec.c

   Fix out-of-bounds heap reads and writes in perl regex

   Perl versions through 5.45.1 have out-of-bounds heap reads and writes
   during regular expression matching via an undersized superlinear cache
   in S_regmatch

   This is CVE-2026-15534

   https://github.com/Perl/perl5/commit/568e6fd238867bb9e99fa3f47cba3169009239e0
   https://github.com/Perl/perl5/commit/54cf3d44cbbedd17d774e9a37921963e8fd5d0cb
VersionDeltaFile
1.33+19-12gnu/usr.bin/perl/regexec.c
1.22+2-2gnu/usr.bin/perl/regexp.h
+21-142 files

LLVM/project 8024076llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/AArch64 recalc-copyable-deps-on-reorder.ll

[SLP]Recalculate copyable-element deps after tree reordering

Reordering permutes the operand columns of the entries and may move an
operand between copyable-covered and plain edges, making the computed
dependency counts stale and tripping the unscheduled-deps assertion.

Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/216442
DeltaFile
+188-0llvm/test/Transforms/SLPVectorizer/AArch64/recalc-copyable-deps-on-reorder.ll
+50-0llvm/test/Transforms/SLPVectorizer/RISCV/recalc-copyable-deps-on-reorder.ll
+34-2llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+272-23 files

LLVM/project ef3a908clang/docs/analyzer checkers.md, clang/docs/analyzer/developer-docs InitializerLists.md

[docs][clang] Finish MyST migration for analyzer docs
DeltaFile
+210-198clang/docs/analyzer/user-docs/Annotations.md
+32-33clang/docs/analyzer/developer-docs/InitializerLists.md
+21-22clang/docs/analyzer/user-docs/CommandLineUsage.md
+15-16clang/docs/analyzer/user-docs/CrossTranslationUnit.md
+12-13clang/docs/analyzer/checkers.md
+5-6clang/docs/analyzer/user-docs/UsingWithXCode.md
+295-2889 files not shown
+312-31415 files

FreeBSD/ports c2c1facwww/librewolf Makefile distinfo

www/librewolf: Update 153.0.3-1 => 153.0.4-1

Release Notes:
https://www.firefox.com/en-US/firefox/153.0.4/releasenotes/

PR:             297532
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 1b9363321d5824df7e4cb8ce33475259d9ff6355)
DeltaFile
+3-3www/librewolf/distinfo
+2-2www/librewolf/Makefile
+5-52 files

FreeBSD/ports 1b93633www/librewolf Makefile distinfo

www/librewolf: Update 153.0.3-1 => 153.0.4-1

Release Notes:
https://www.firefox.com/en-US/firefox/153.0.4/releasenotes/

PR:             297532
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3www/librewolf/distinfo
+2-2www/librewolf/Makefile
+5-52 files