LLVM/project 7395584mlir/include/mlir/Dialect/Tosa/IR TosaOps.td, mlir/lib/Dialect/Tosa/IR TosaOps.cpp

[mlir][tosa] Use traits to check output type aligns with input type (#193961)

Reduces code duplication and ensures the output shape aligns with the
input shape.
DeltaFile
+24-0mlir/test/Dialect/Tosa/verifier.mlir
+1-15mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
+6-2mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
+7-0mlir/test/Dialect/Tosa/ops.mlir
+38-174 files

OPNSense/core 7b3d1b7src/opnsense/mvc/app/views/OPNsense/Kea dhcpv6.volt

Mark missing option_data_autocollect feature
DeltaFile
+1-3src/opnsense/mvc/app/views/OPNsense/Kea/dhcpv6.volt
+1-31 files

OPNSense/core f5dbc42src/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogSubnet6.xml

Move subnet to logically group dynamic prefix and interface
DeltaFile
+10-10src/opnsense/mvc/app/controllers/OPNsense/Kea/forms/dialogSubnet6.xml
+10-101 files

LLVM/project 47e1dbeclang/lib/Tooling/Syntax Tokens.cpp, clang/unittests/Tooling/Syntax TokensTest.cpp

[Syntax] Append EOF token to truncated expanded token stream when the parser halts prematurely (#196861)

Fixes #196244.

This PR addresses cases where this assertion is triggered in
`TokenCollector::Builder::build()`:
https://github.com/llvm/llvm-project/blob/dff356d47cfc4413f78c858dd8339cb1c9fca255/clang/lib/Tooling/Syntax/Tokens.cpp#L715

`TokenCollector` collects the expanded token stream by registering a
token watcher callback in the preprocessor. Normally, the preprocessor
calls the callback for every token up to and including the `tok::eof`
token. However, when the parser hits a hard limit such as exceeding the
maximum function scope depth (this is the case covered by #196244) or
exceeding the bracket depth limit, it bails out via
`Parser::cutOffParsing()`. `cutOffParsing` forces the current token to
`eof`, but the token watcher callback is never called for it. The result
is a truncated token stream.

Fix by checking if `ExpandedTokens` is missing the final `tok::eof`. If

    [4 lines not shown]
DeltaFile
+16-3clang/unittests/Tooling/Syntax/TokensTest.cpp
+9-1clang/lib/Tooling/Syntax/Tokens.cpp
+25-42 files

LLVM/project 2ee06c8libc/src/__support/OSUtil/linux/syscall_wrappers mmap.h

[libc] Fix truncation warning/error in #197694 (#197889)
DeltaFile
+1-1libc/src/__support/OSUtil/linux/syscall_wrappers/mmap.h
+1-11 files

LLVM/project 86225b7libcxx/include/__ranges enumerate_view.h, libcxx/test/std/ranges/range.adaptors/range.enumerate adaptor.pass.cpp

[libc++][ranges] Fix missing `forward` in `views::enumerate` (#197635)

This fixes #197404

---------

Co-authored-by: danielcm585 <danielchristianmandolang at gmail.com>
DeltaFile
+35-0libcxx/test/std/ranges/range.adaptors/range.enumerate/adaptor.pass.cpp
+3-3libcxx/include/__ranges/enumerate_view.h
+38-32 files

FreeBSD/ports 618a195sysutils/mise distinfo Makefile

sysutils/mise: update 2026.5.7 → 2026.5.8
DeltaFile
+35-161sysutils/mise/distinfo
+17-80sysutils/mise/Makefile
+52-2412 files

FreeBSD/ports e588a72textproc/ytt distinfo Makefile

textproc/ytt: update 0.54.0 → 0.55.0
DeltaFile
+5-5textproc/ytt/distinfo
+1-2textproc/ytt/Makefile
+6-72 files

FreeBSD/ports ed3c7d8devel/py-archspec distinfo Makefile

devel/py-archspec: update 0.2.5 → 0.2.6
DeltaFile
+3-3devel/py-archspec/distinfo
+1-1devel/py-archspec/Makefile
+4-42 files

FreeBSD/ports 5bbb7c0misc/llama-cpp distinfo Makefile

misc/llama-cpp: update 9033 → 9159
DeltaFile
+13-5misc/llama-cpp/distinfo
+17-1misc/llama-cpp/Makefile
+30-62 files

FreeBSD/ports 93b67a5www/cpp-httplib distinfo Makefile

www/cpp-httplib: update 0.44.0 → 0.45.0
DeltaFile
+3-3www/cpp-httplib/distinfo
+1-1www/cpp-httplib/Makefile
+4-42 files

FreeBSD/ports 3f3977deditors/orbiton distinfo Makefile

editors/orbiton: update 2.73.1 → 2.74.0
DeltaFile
+5-5editors/orbiton/distinfo
+2-3editors/orbiton/Makefile
+7-82 files

FreeBSD/ports cd74ac4devel/qtutilities distinfo Makefile

devel/qtutilities: update 6.18.4 → 6.21.1
DeltaFile
+3-3devel/qtutilities/distinfo
+2-2devel/qtutilities/Makefile
+3-1devel/qtutilities/pkg-plist
+8-63 files

FreeBSD/ports 772702cdevel/cpp-utilities distinfo Makefile

devel/cpp-utilities: update 5.32.0 → 5.34.1
DeltaFile
+3-3devel/cpp-utilities/distinfo
+2-2devel/cpp-utilities/Makefile
+1-1devel/cpp-utilities/pkg-plist
+6-63 files

FreeBSD/ports 2b2c0b7graphics Makefile, graphics/py-exiv2 Makefile pkg-descr

graphics/py-exiv2: New port: Low-level Python binding to the exiv2 C++ library
DeltaFile
+29-0graphics/py-exiv2/Makefile
+13-0graphics/py-exiv2/files/patch-tests_test__image.py
+13-0graphics/py-exiv2/files/patch-tests_test__value.py
+4-0graphics/py-exiv2/pkg-descr
+3-0graphics/py-exiv2/distinfo
+1-0graphics/Makefile
+63-06 files

FreeBSD/ports a54e856databases/weaviate distinfo Makefile

databases/weaviate: update 1.37.3 → 1.37.4
DeltaFile
+5-5databases/weaviate/distinfo
+1-1databases/weaviate/Makefile
+6-62 files

LLVM/project eeffaf8lldb/source/Core IOHandlerCursesGUI.cpp Debugger.cpp, lldb/test/API/commands/gui/console-output TestGuiConsoleOutput.py main.cpp

Revert "Fix for #177160 : [lldb] Real-time console pane for output in lldb tui (#197473) (#197884)

This reverts commit cd25475854ecf2b564f91db7f6267edca7868d41.

This test is timing out on GreenDragon
(https://ci.swift.org/view/all/job/llvm.org/job/as-lldb-cmake/42857/)

the PR https://github.com/llvm/llvm-project/pull/197473
DeltaFile
+23-357lldb/source/Core/IOHandlerCursesGUI.cpp
+0-162lldb/test/API/commands/gui/console-output/TestGuiConsoleOutput.py
+0-39lldb/test/API/commands/gui/console-output/main.cpp
+0-6lldb/source/Core/Debugger.cpp
+0-4lldb/source/Core/CoreProperties.td
+0-2lldb/test/API/commands/gui/console-output/Makefile
+23-5702 files not shown
+23-5738 files

NetBSD/pkgsrc hjlUbFmnet/dnsdist distinfo, net/dnsdist/patches patch-dnsdist-lua.cc

   dnsdist: fix build with boost 1.91.0
VersionDeltaFile
1.1+33-0net/dnsdist/patches/patch-dnsdist-lua.cc
1.26+2-1net/dnsdist/distinfo
+35-12 files

NetBSD/pkgsrc BK4aGV8devel/boost-build buildlink3.mk, devel/boost-headers PLIST

   boost: updated to 1.91.0

   1.91.0

   General Notes
   StaticAssert has been merged into Config. This includes code, tests and
   documentation. For backward compatibility git submodule, CMake and b2 targets
   of StaticAssert are still available; the targets simply introduce a dependency
   on Config. Eventually, the submodule and targets will be removed. Users are
   recommended to update their dependencies on StaticAssert to replace it with
   Config. No C++ code modifications are necessary. Most Boost libraries have been
   updated accordingly.

   Read more https://www.boost.org/releases/latest/
VersionDeltaFile
1.62+337-9devel/boost-headers/PLIST
1.10+3-14meta-pkgs/boost/patches/patch-boost_asio_detail_config.hpp
1.164+5-6meta-pkgs/boost/distinfo
1.25+3-3devel/boost-mpi/buildlink3.mk
1.59+3-3devel/boost-build/buildlink3.mk
1.71+3-3devel/boost-libs/buildlink3.mk
+354-388 files not shown
+370-5614 files

NetBSD/pkgsrc GKAb9Kodoc CHANGES-2026

   Updated security/defguard[-proxy]
VersionDeltaFile
1.3039+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc DYPsRkwsecurity/defguard distinfo cargo-depends.mk, security/defguard-proxy distinfo cargo-depends.mk

   defguard defguard-proxy: updated to 2.0.1

   2.0.1
   Bug fixes
VersionDeltaFile
1.5+157-148security/defguard/distinfo
1.5+131-128security/defguard-proxy/distinfo
1.5+49-46security/defguard/cargo-depends.mk
1.5+40-39security/defguard-proxy/cargo-depends.mk
1.4+7-7security/defguard-proxy/patches/patch-Cargo.toml
1.6+2-2security/defguard-proxy/Makefile
+386-3701 files not shown
+388-3727 files

LLVM/project 9144646lldb/source/Target AssertFrameRecognizer.cpp, lldb/test/Shell/Recognizer assert.test

[lldb][windows] add assert frame recognizer Windows (#197282)

This patch implements `AssertFrameRecognizer` on Windows.

Since the Windows C Runtime can be either statically or dynamically
linked, lldb can't match the module name to be able to support both.
Therefore, the matches on `abort` and `_wassert` do not check the name
of the module.

The `assert.test` test was also relaxed to check the Windows error
format (`Exception 0xc0000409`), since Windows surfaces `__fastfail` as
a `STATUS_STACK_BUFFER_OVERRUN` exception rather than a POSIX signal.

rdar://175328961
DeltaFile
+40-13lldb/source/Target/AssertFrameRecognizer.cpp
+1-2lldb/test/Shell/Recognizer/assert.test
+41-152 files

LLVM/project 4e18f5allvm/test/CodeGen/AMDGPU/GlobalISel sdivrem.ll, llvm/test/CodeGen/Thumb2 mve-clmul.ll

Merge branch 'main' into users/gbossu/isScalarWithPredication.check.interleave.test
DeltaFile
+7,377-7,311llvm/test/CodeGen/Thumb2/mve-clmul.ll
+8,195-0llvm/test/MC/AMDGPU/gfx13_asm_vop3.s
+8,182-0llvm/test/MC/AMDGPU/gfx13_asm_vop3-fake16.s
+6,862-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Nano-sve-instructions.s
+3,436-2,769llvm/test/CodeGen/AMDGPU/GlobalISel/sdivrem.ll
+4,686-918llvm/test/CodeGen/X86/vector-reduce-ctpop.ll
+38,738-10,9982,743 files not shown
+216,670-77,2582,749 files

FreeBSD/ports 6a47b77databases/mongodb70 distinfo Makefile

databases/mongodb70: 7.0.34

Announcement:
https://www.mongodb.com/community/forums/t/mongodb-7-0-34-is-released/339245?u=r_k

Changes:
https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.34---may-12--2026

Security:       CVE-2026-8053
Security:       CVE-2026-8199
Security:       CVE-2026-8200
Security:       CVE-2026-8201
Security:       CVE-2026-8202
DeltaFile
+3-3databases/mongodb70/distinfo
+1-1databases/mongodb70/Makefile
+4-42 files

LLVM/project 225ada9llvm/include/llvm/IR CmpPredicate.h, llvm/lib/IR Instructions.cpp

[ConstraintElim] use icmpLike when creating facts to support trunc nuw to i1 (#197550)

Adding `trunc nuw %x to i1` support in facts the same way as `icmp ne %x, 0`
DeltaFile
+158-0llvm/test/Transforms/ConstraintElimination/trunc.ll
+12-17llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
+4-0llvm/lib/IR/Instructions.cpp
+3-0llvm/include/llvm/IR/CmpPredicate.h
+177-174 files

LLVM/project fd9aeedcompiler-rt/lib/builtins/arm divdf3.S

[compiler-rt] [arm] Fix compilation on non-ELF targets (#197880)

0c539fc057b2e838dc30c7e3229110d0c0e168c8 added new assembly files,
with a literal '.rodata' directive. This doesn't build for non-ELF
targets. Switch to the preexisting CONST_SECTION macro instead, which
expands to either '.const', '.section .rdata,"rd"' or '.section .rodata'
depending on platform.
DeltaFile
+1-1compiler-rt/lib/builtins/arm/divdf3.S
+1-11 files

FreeBSD/ports 6013190x11-toolkits/wlroots015/files patch-backend_libinput_switch.c, x11-toolkits/wlroots017/files patch-backend_libinput_switch.c

x11-toolkits/wlroots*: Regenerate the libinput using makepatch and add an upstream ref

PR:             293585
Reported by:    jbeich
Fixes:  64eca8082d8905dc5ce90863d8a3ec21a4a01cbd
DeltaFile
+5-3x11-toolkits/wlroots017/files/patch-backend_libinput_switch.c
+5-3x11-toolkits/wlroots018/files/patch-backend_libinput_switch.c
+4-2x11-toolkits/wlroots015/files/patch-backend_libinput_switch.c
+14-83 files

LLVM/project 00e31abclang/docs ReleaseNotes.rst, clang/lib/Sema SemaDecl.cpp

[Sema] Reject unqualified lookup of local nested class name (#192678)

Clang incorrectly accepts unqualified use of a nested class declared
inside a local class, even when it is not visible in the current scope.

Fixes #184622.
DeltaFile
+77-0clang/test/Sema/unqualified-lookup-local-class.cpp
+22-2clang/lib/Sema/SemaDecl.cpp
+1-0clang/docs/ReleaseNotes.rst
+100-23 files

NetBSD/pkgsrc lNBVVy9doc CHANGES-2026

   Updated databases/postgresql1[4-8]
VersionDeltaFile
1.3038+6-1doc/CHANGES-2026
+6-11 files

NetBSD/pkgsrc LIa9vpbdatabases/postgresql14 distinfo, databases/postgresql15 distinfo

   postgresql1*: updated to 18.4, 17.10, 16.14, 15.18, 14.23

   PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23

   This release fixes 11 security vulnerabilities and over 60 bugs reported over the last several months.

   Security Issues

   CVE-2026-6472: PostgreSQL CREATE TYPE does not check multirange schema CREATE privilege

   CVSS v3.1 Base Score: 5.4

   Supported, Vulnerable Versions: 14 - 18.

   Missing authorization in PostgreSQL CREATE TYPE allows an object creator to hijack other queries that use search_path to find user-defined types, including extension-defined types. That is to say, the victim will execute arbitrary SQL functions of the attacker's choice. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.

   The PostgreSQL project thanks Jelte Fennema-Nio for reporting this problem.

   CVE-2026-6473: PostgreSQL server undersizes allocations, via integer wraparound

    [127 lines not shown]
VersionDeltaFile
1.26+4-4databases/postgresql14/distinfo
1.11+4-4databases/postgresql17/distinfo
1.5+4-4databases/postgresql18/distinfo
1.19+4-4databases/postgresql15/distinfo
1.16+4-4databases/postgresql16/distinfo
1.6+2-2databases/postgresql18/Makefile.common
+22-229 files not shown
+40-3515 files