LLVM/project 3faf820clang/include/clang/CIR/Dialect/IR CIRDialect.h CIRAttrs.td, clang/lib/CIR/Dialect/IR CIRDialect.cpp

[CIR] Drop `cir.offload.container` and represent offload modules through a unit market on MLIR modules.
DeltaFile
+106-60clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+52-26clang/test/CIR/IR/invalid-offload-container.cir
+0-59clang/include/clang/CIR/Dialect/IR/CIROps.td
+42-0clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
+17-21clang/test/CIR/IR/offload-container.cir
+12-0clang/include/clang/CIR/Dialect/IR/CIRDialect.h
+229-1661 files not shown
+232-1667 files

LLVM/project 207f72dlldb/packages/Python/lldbsuite/test decorators.py

[lldb] introduce the requireMacOS decorator (#216135)

This is not used in llvm.org yet, but will be used in swiftlang with
https://github.com/swiftlang/llvm-project/pull/13750.
DeltaFile
+7-0lldb/packages/Python/lldbsuite/test/decorators.py
+7-01 files

HardenedBSD/src 32a290dlibexec/rc rc.subr, libexec/rc/rc.d bgfsck

Merge remote-tracking branch 'rad/hardened/current/master' into hardened/current/pledge
DeltaFile
+6-6libexec/rc/rc.subr
+1-1libexec/rc/rc.d/bgfsck
+7-72 files

HardenedBSD/src ab3b187libexec/rc rc.subr, libexec/rc/rc.d bgfsck

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+6-6libexec/rc/rc.subr
+1-1libexec/rc/rc.d/bgfsck
+7-72 files

HardenedBSD/ports 74d21d8cad/fritzing pkg-plist, devel/jujutsu Makefile.crates distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+1,536-7cad/fritzing/pkg-plist
+153-133devel/jujutsu/distinfo
+75-65devel/jujutsu/Makefile.crates
+73-30devel/llvm-devel/pkg-plist
+0-64devel/xwpe/files/patch-02
+57-0security/vuxml/vuln/2026.xml
+1,894-29967 files not shown
+2,166-66773 files

FreeBSD/ports 7250c0etextproc/obsidian Makefile distinfo

textproc/obsidian: Update to 1.13.7
DeltaFile
+3-3textproc/obsidian/distinfo
+1-1textproc/obsidian/Makefile
+4-42 files

LLVM/project acd9446clang/docs ClangFormatStyleOptions.rst ClangFormatStyleOptions.md, clang/include/clang/Basic AttrDocs.td

Merge branch 'main' into users/Men-cotton/cir/attach-opencl-kernel-arg-metadata
DeltaFile
+13,767-6,856llvm/test/tools/llvm-mca/AArch64/Cortex/C1Nano-sve-instructions.s
+6,347-3,146llvm/test/tools/llvm-mca/AArch64/Cortex/C1Nano-neon-instructions.s
+4,558-4,154clang/include/clang/Basic/AttrDocs.td
+8,221-0clang/docs/ClangFormatStyleOptions.md
+0-8,004clang/docs/ClangFormatStyleOptions.rst
+3,980-3,687llvm/test/CodeGen/AMDGPU/llvm.amdgcn.permlane.ll
+36,873-25,84712,377 files not shown
+734,321-388,01712,383 files

NetBSD/pkgsrc CpOpsaHdoc CHANGES-2026

   Updated databases/postgresql1[45678]
VersionDeltaFile
1.5270+6-1doc/CHANGES-2026
+6-11 files

NetBSD/pkgsrc 90Oqfwodatabases/postgresql14 distinfo, databases/postgresql15 Makefile.common distinfo

   postgresql: updated to 18.6, 17.11, 16.15, 15.19, 14.24

   PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24

   Security Issues

   The following security vulnerabilities are closed across in this update release. You can find more details about the vulnerabilities and their affected versions in the links below:

   CVE-2026-6464: psql COPY FROM STDIN early failure processes data lines as psql commands (CVSS v3.1: 8.1)
   CVE-2026-6469: ALTER TABLE ALTER TYPE resets extended statistics ownership (CVSS v3.1: 3.8)
   CVE-2026-6470: Fails to check type USAGE privilege (CVSS v3.1: 4.3)
   CVE-2026-6471: Logical decoding can dlopen arbitrary file (CVSS v3.1: 7.2)
   CVE-2026-14662: tsvector and tsquery undersize allocations, via integer wraparound (CVSS v3.1: 8.8)
   CVE-2026-14663: pgcrypto, for OpenSSL-disabled ciphers, silently encrypts to and decrypts from cleartext (CVSS v3.1: 6.5)
   CVE-2026-14664: Regexp heap buffer overflow executes arbitrary code (CVSS v3.1: 8.8)
   CVE-2026-14666: Row security caching disregards role modifications (CVSS v3.1: 4.2)
   CVE-2026-14668: ctid type confusion in selectivity estimator discloses derivative of arbitrary read (CVSS v3.1: 8.1)
   CVE-2026-14669: to_char heap buffer overflow executes arbitrary code (CVSS v3.1: 8.8)
   CVE-2026-14670: plperl tied object heap buffer overflow executes arbitrary code (CVSS v3.1: 8.8)

    [19 lines not shown]
VersionDeltaFile
1.6+4-4databases/postgresql18/distinfo
1.12+4-4databases/postgresql17/distinfo
1.17+4-4databases/postgresql16/distinfo
1.20+4-4databases/postgresql15/distinfo
1.27+4-4databases/postgresql14/distinfo
1.25+2-2databases/postgresql15/Makefile.common
+22-2214 files not shown
+45-4520 files

OPNSense/core 5b79d9esrc/etc/inc filter.lib.inc, src/opnsense/scripts/firmware bogons.sh

firewall: fix loopback address in private defintions; closes #10694
DeltaFile
+1-1src/opnsense/scripts/firmware/bogons.sh
+1-1src/etc/inc/filter.lib.inc
+2-22 files

LLVM/project a4bea99flang/docs Extensions.md, flang/include/flang/Support Fortran-features.h

[flang] Add warning when BOZ literal is too large for assignment (#210749)

Generate a warning when a BOZ literal assignment does not fit into the
left-hand side variable.

AI use disclaimer: Github CoPilot assisted with this PR. I manually
reviewed and tested the code.

Co-authored-by: John Otken john.otken at hpe.com

---------

Co-authored-by: John Otken <john.otken at hpe.com>
DeltaFile
+26-0flang/test/Semantics/boz-truncation.f90
+11-0flang/lib/Semantics/expression.cpp
+2-1flang/include/flang/Support/Fortran-features.h
+1-0flang/lib/Support/Fortran-features.cpp
+1-0flang/docs/Extensions.md
+41-15 files

FreeBSD/ports 40faa47devel/jujutsu pkg-plist Makefile

devel/jujutsu: update to version 0.44.0

This update stabilizes the support for fetching and pushing tags.
Tags can be tracked or untracked just like bookmarks. Tracked tags are
pushed by default.

There are many new features and bug fixes and some breaking changes.

For the complete list of changes see:

    https://github.com/jj-vcs/jj/releases/tag/v0.44.0
DeltaFile
+153-133devel/jujutsu/distinfo
+75-65devel/jujutsu/Makefile.crates
+1-2devel/jujutsu/Makefile
+2-0devel/jujutsu/pkg-plist
+231-2004 files

HardenedBSD/ports 40faa47devel/jujutsu pkg-plist Makefile

devel/jujutsu: update to version 0.44.0

This update stabilizes the support for fetching and pushing tags.
Tags can be tracked or untracked just like bookmarks. Tracked tags are
pushed by default.

There are many new features and bug fixes and some breaking changes.

For the complete list of changes see:

    https://github.com/jj-vcs/jj/releases/tag/v0.44.0
DeltaFile
+153-133devel/jujutsu/distinfo
+75-65devel/jujutsu/Makefile.crates
+1-2devel/jujutsu/Makefile
+2-0devel/jujutsu/pkg-plist
+231-2004 files

FreeBSD/ports 650f6e7finance/electrum Makefile distinfo

finance/electrum: Update 4.6.2 => 4.8.1

Release Notes:
https://github.com/spesmilo/electrum/blob/4.8.1/RELEASE-NOTES

PR:             297503
Security:       CVE-2012-2459
Security:       GHSA-vw94-r84p-66qf
Security:       GHSA-q7m2-785w-r585
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 8a4a5ee2a3d4991f32ddbed50ba062cebc333462)
DeltaFile
+3-3finance/electrum/distinfo
+1-1finance/electrum/Makefile
+4-42 files

FreeBSD/ports 8a4a5eefinance/electrum Makefile distinfo

finance/electrum: Update 4.6.2 => 4.8.1

Release Notes:
https://github.com/spesmilo/electrum/blob/4.8.1/RELEASE-NOTES

PR:             297503
Security:       CVE-2012-2459
Security:       GHSA-vw94-r84p-66qf
Security:       GHSA-q7m2-785w-r585
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3finance/electrum/distinfo
+1-1finance/electrum/Makefile
+4-42 files

HardenedBSD/ports 8a4a5eefinance/electrum Makefile distinfo

finance/electrum: Update 4.6.2 => 4.8.1

Release Notes:
https://github.com/spesmilo/electrum/blob/4.8.1/RELEASE-NOTES

PR:             297503
Security:       CVE-2012-2459
Security:       GHSA-vw94-r84p-66qf
Security:       GHSA-q7m2-785w-r585
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3finance/electrum/distinfo
+1-1finance/electrum/Makefile
+4-42 files

OpenBSD/ports nrymvtNmultimedia/py-caption Makefile distinfo, multimedia/py-caption/pkg PLIST

   update to py3-caption-2.3.6
VersionDeltaFile
1.9+46-9multimedia/py-caption/pkg/PLIST
1.14+2-2multimedia/py-caption/distinfo
1.27+1-1multimedia/py-caption/Makefile
+49-123 files

FreeBSD/ports 28ff0e6databases/kyotocabinet Makefile, databases/kyotocabinet/files patch-kclangctest.c patch-kclangc.h

databases/kyotocabinet: fix missing prototype warnings

No upstream response in 14 days, let's get this locally, because
else we get all sort of warnings in downstream ports using kc.

PR:             296665
Approved by:    sunpoet (maintainer timeout)
MFH:            2026Q3

(cherry picked from commit 76a04c511595baf51d75ec318be553ef827205ef)
DeltaFile
+28-0databases/kyotocabinet/files/patch-kclangc.h
+11-0databases/kyotocabinet/files/patch-kclangctest.c
+1-1databases/kyotocabinet/Makefile
+40-13 files

LLVM/project 3d0f993clang/unittests/Interpreter InterpreterExtensionsTest.cpp, llvm/lib/ExecutionEngine/Orc LLJIT.cpp

Remove incompatible triple error
DeltaFile
+0-52llvm/unittests/ExecutionEngine/Orc/LLJITTest.cpp
+2-8llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
+1-1clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
+0-1llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
+3-624 files

FreeBSD/ports 76a04c5databases/kyotocabinet Makefile, databases/kyotocabinet/files patch-kclangctest.c patch-kclangc.h

databases/kyotocabinet: fix missing prototype warnings

No upstream response in 14 days, let's get this locally, because
else we get all sort of warnings in downstream ports using kc.

PR:             296665
Approved by:    sunpoet (maintainer timeout)
MFH:            2026Q3
DeltaFile
+28-0databases/kyotocabinet/files/patch-kclangc.h
+11-0databases/kyotocabinet/files/patch-kclangctest.c
+1-1databases/kyotocabinet/Makefile
+40-13 files

HardenedBSD/ports 76a04c5databases/kyotocabinet Makefile, databases/kyotocabinet/files patch-kclangctest.c patch-kclangc.h

databases/kyotocabinet: fix missing prototype warnings

No upstream response in 14 days, let's get this locally, because
else we get all sort of warnings in downstream ports using kc.

PR:             296665
Approved by:    sunpoet (maintainer timeout)
MFH:            2026Q3
DeltaFile
+28-0databases/kyotocabinet/files/patch-kclangc.h
+11-0databases/kyotocabinet/files/patch-kclangctest.c
+1-1databases/kyotocabinet/Makefile
+40-13 files

OpenBSD/ports Pctv7Evdevel Makefile

   + jj-gh
VersionDeltaFile
1.2606+1-0devel/Makefile
+1-01 files

LLVM/project 6baa105clang Maintainers.md

Add John McCall as Swift conformance maintainer (#216041)

We've had a small number of PRs and issues come up that touch on Swift,
so this adds John as the point of contact for Swift related concerns as
they come up in Clang.
DeltaFile
+6-0clang/Maintainers.md
+6-01 files

OpenBSD/ports 7kKdGztdevel/jj-gh Makefile crates.inc, devel/jj-gh/patches patch-Cargo_toml

   Initial revision
VersionDeltaFile
1.1+826-0devel/jj-gh/distinfo
1.1+412-0devel/jj-gh/crates.inc
1.1+46-0devel/jj-gh/Makefile
1.1+15-0devel/jj-gh/pkg/DESCR
1.1+13-0devel/jj-gh/patches/patch-Cargo_toml
1.1+4-0devel/jj-gh/pkg/PLIST
+1,316-06 files not shown
+1,316-012 files

LLVM/project 4918b51clang/test/CIR/Analysis alias-analysis-underlying-object.cir

[CIR] Fix test added in #215683 (#216286)
DeltaFile
+9-9clang/test/CIR/Analysis/alias-analysis-underlying-object.cir
+9-91 files

OpenBSD/ports 44vMs7Mnet/samba distinfo Makefile

   Update to samba-4.24.6

   Changes: https://www.samba.org/samba/history/samba-4.24.6.html

   Minor of libndr needs a minor bump because of the addition of symbol.

   Tested and OK Ian McWilliam <kaosagnt AT gmail DOT com> (co-maintainer)
VersionDeltaFile
1.138.2.5+2-2net/samba/distinfo
1.372.2.5+2-2net/samba/Makefile
+4-42 files

OpenBSD/ports pdmpaahnet/samba distinfo Makefile

   Update to samba-4.24.6

   Changes: https://www.samba.org/samba/history/samba-4.24.6.html

   Minor of libndr needs a minor bump because of the addition of symbol.

   Tested and OK Ian McWilliam <kaosagnt AT gmail DOT com> (co-maintainer)
VersionDeltaFile
1.143+2-2net/samba/distinfo
1.379+2-2net/samba/Makefile
+4-42 files

LLVM/project 619937fllvm/include/llvm/ExecutionEngine/Orc/RTBridge/SPS GenericMemoryManagerProxySpecs.h MemoryAccessProxySpecs.h, llvm/include/llvm/ExecutionEngine/Orc/Shared/SPSCI NativeDylibManagerSPSCI.h CallSPSCI.h

[ORC] Give the SPS controller interface a home in OrcShared (#216275)

The proxy specs in Orc/RTBridge/SPS fused the wire contract (an
operation's controller-interface symbol name and SPS signature) with the
controller-side machinery that calls it. This was dragging Orc Core APIs
(e.g. ExecutionSession) into the OrcTargetProcess library via
OrcRTBootstrap.cpp.

Fix this by introducing Orc/Shared/SPSCI, holding one descriptor per
operation:

  struct MemWriteUInt8s {
    static constexpr char Name[] = "orc_rt_ci_sps_mem_write_uint8s";
    using SPSSig = void(SPSSequence<SPSMemoryAccessUInt8Write>);
  };

The filenames mirror orc-rt/include/orc-rt/sps-ci/*SPSCI.h, so the two
sides of each contract pair up by name. ProxySpec now takes a descriptor
in place of a signature and a name pointer:

    [12 lines not shown]
DeltaFile
+17-87llvm/include/llvm/ExecutionEngine/Orc/RTBridge/SPS/MemoryAccessProxySpecs.h
+102-0llvm/include/llvm/ExecutionEngine/Orc/Shared/SPSCI/MemoryAccessSPSCI.h
+72-0llvm/include/llvm/ExecutionEngine/Orc/Shared/SPSCI/SimpleNativeMemoryMapSPSCI.h
+60-0llvm/include/llvm/ExecutionEngine/Orc/Shared/SPSCI/CallSPSCI.h
+52-0llvm/include/llvm/ExecutionEngine/Orc/Shared/SPSCI/NativeDylibManagerSPSCI.h
+10-41llvm/include/llvm/ExecutionEngine/Orc/RTBridge/SPS/GenericMemoryManagerProxySpecs.h
+313-12814 files not shown
+443-30220 files

LLVM/project 0bdcce7llvm/lib/Target/AMDGPU AMDGPUPreloadKernelArguments.cpp, llvm/test/CodeGen/AMDGPU preload-implicit-kernargs-IR-lowering.ll

[AMDGPU] Skip pointer users with no uses when preloading kernel args (#216281)

A dead GEP has no users, so dereferencing user_begin() looking for a
load hits the end iterator and asserts
DeltaFile
+18-0llvm/test/CodeGen/AMDGPU/preload-implicit-kernargs-IR-lowering.ll
+2-1llvm/lib/Target/AMDGPU/AMDGPUPreloadKernelArguments.cpp
+20-12 files

NetBSD/src yeMtyDhsys/arch/atari/dev fd.c

   s/distinguise/distinguish/ in comment.
VersionDeltaFile
1.102+3-3sys/arch/atari/dev/fd.c
+3-31 files