NetBSD/src 5IZJBTJ — share/mk bsd.own.mk

   switch everyone to jemalloc-5.4.0 for testing
VersionDeltaFile
1.1487+2-2share/mk/bsd.own.mk
+2-21 files

FreeBSD/ports 260a8a9 — www/chromium/files patch-third__party_libc++_src_include_____locale__dir_support_bsd__like.h patch-base_base__paths__posix.cc

www/chromium: update to 154.0.8037.57

Security:       https://vuxml.freebsd.org/freebsd/bd24bc14-b9a9-11f1-bf98-a8a1599412c6.html
DeltaFile
+288-0www/chromium/files/patch-components_web__package_signed__web__bundles_integrity__block__parser.cc
+0-233www/chromium/files/patch-media_base_audio__bus.h
+82-100www/chromium/files/patch-chrome_browser_about__flags.cc
+38-83www/chromium/files/patch-media_base_media__switches.cc
+16-87www/chromium/files/patch-base_base__paths__posix.cc
+0-99www/chromium/files/patch-third__party_libc++_src_include_____locale__dir_support_bsd__like.h
+424-602586 files not shown
+4,518-3,432592 files

FreeBSD/ports 52f3930 — lang/nickel Makefile Makefile.crates

lang/nickel: Update 1.17.0 => 1.18.0

Changelog:
https://github.com/nickel-lang/nickel/blob/1.18.0/RELEASES.md

PR:             298853
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3

(cherry picked from commit 9c795cd1ef97be7fa6ac9700e80280d96ecc946f)
DeltaFile
+357-295lang/nickel/distinfo
+177-146lang/nickel/Makefile.crates
+2-2lang/nickel/Makefile
+536-4433 files

FreeBSD/ports be62bf4 — security/vuxml/vuln 2026.xml

security/vuxml: add www/*chromium < 154.0.8037.57

Obtained from:  https://chromereleases.googleblog.com/2026/09/stable-channel-update-for-desktop_0856730748.html
DeltaFile
+247-0security/vuxml/vuln/2026.xml
+247-01 files

FreeBSD/ports 9c795cd — lang/nickel Makefile Makefile.crates

lang/nickel: Update 1.17.0 => 1.18.0

Changelog:
https://github.com/nickel-lang/nickel/blob/1.18.0/RELEASES.md

PR:             298853
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3
DeltaFile
+357-295lang/nickel/distinfo
+177-146lang/nickel/Makefile.crates
+2-3lang/nickel/Makefile
+536-4443 files

GhostBSD/ports 6d65c2c — www/chromium Makefile, www/chromium/files chromium-browser.desktop.in

www/chromium: add desktop actions for new and incognito
DeltaFile
+9-0www/chromium/files/chromium-browser.desktop.in
+1-1www/chromium/Makefile
+10-12 files

NetBSD/pkgsrc-wip d2fbd9b — openjdk25 bootstrap.mk options.mk, openjdk25/patches patch-src_java.desktop_unix_native_common_awt_fontpath.c patch-src_hotspot_os__cpu_bsd__aarch64_vm__version__bsd__aarch64.cpp

openjdk25: import to pkgsrc
DeltaFile
+0-591openjdk25/PLIST
+0-223openjdk25/Makefile
+0-138openjdk25/options.mk
+0-131openjdk25/patches/patch-src_hotspot_os__cpu_bsd__aarch64_vm__version__bsd__aarch64.cpp
+0-63openjdk25/bootstrap.mk
+0-53openjdk25/patches/patch-src_java.desktop_unix_native_common_awt_fontpath.c
+0-1,19924 files not shown
+0-1,82830 files

NetBSD/pkgsrc u1u8fL2 — doc CHANGES-2026, lang Makefile

   doc: Added lang/openjdk25
VersionDeltaFile
1.800+2-1lang/Makefile
1.6414+2-1doc/CHANGES-2026
+4-22 files

NetBSD/pkgsrc SVtfdqi — lang/openjdk17 DESCR, lang/openjdk21 DESCR

   openjdk*: fix typos in DESCR
VersionDeltaFile
1.2+1-1lang/openjdk21/DESCR
1.2+1-1lang/openjdk17/DESCR
+2-22 files

NetBSD/pkgsrc zFAqQfi — lang/openjdk25 bootstrap.mk options.mk, lang/openjdk25/patches patch-src_java.desktop_bsd_data_fontconfig_fontconfig.properties patch-src_hotspot_os__cpu_bsd__aarch64_vm__version__bsd__aarch64.cpp

   lang/openjdk25: import openjdk25-1.25.0.4.7

   Open-source implementation of the Java Platform, Standard Edition.
   This package provides OpenJDK 25 LTS.
VersionDeltaFile
1.1+591-0lang/openjdk25/PLIST
1.1+223-0lang/openjdk25/Makefile
1.1+138-0lang/openjdk25/options.mk
1.1+131-0lang/openjdk25/patches/patch-src_hotspot_os__cpu_bsd__aarch64_vm__version__bsd__aarch64.cpp
1.1+63-0lang/openjdk25/bootstrap.mk
1.1+53-0lang/openjdk25/patches/patch-src_java.desktop_bsd_data_fontconfig_fontconfig.properties
+1,199-023 files not shown
+1,827-029 files

FreeBSD/ports 0e90ade — math/R-cran-DEoptimR Makefile distinfo

math/R-cran-DEoptimR: Update to 1.2-2

ChangeLog: https://github.com/cran/DEoptimR/compare/1.2-1...1.2-2
DeltaFile
+3-3math/R-cran-DEoptimR/distinfo
+1-1math/R-cran-DEoptimR/Makefile
+4-42 files

LLVM/project 8b96ddb — llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 trimmed-node-matching-gather-emitted-first.ll

[SLP]Do not reuse transformed nodes in gathers emitted before their user

Gathers of the users with all scalars used outside the block are emitted
before the user, while the transformed nodes are emitted with the user.
Reusing such a transformed node postponed the gather and moved only the
last instruction of the transformed node buildvector, breaking dominance.

Fixes #226674

Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/226687
DeltaFile
+69-0llvm/test/Transforms/SLPVectorizer/X86/trimmed-node-matching-gather-emitted-first.ll
+4-2llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+73-22 files

NetBSD/pkgsrc fDrFQwd — doc CHANGES-2026

   doc: Updated www/resterm to 1.9.1
VersionDeltaFile
1.6413+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Hz3lI5q — www/resterm go-modules.mk Makefile

   resterm: Update to 1.9.1

   This patch fixes two bugs from 1.9.0.
   The Profile tab is now visible while a profile runs,
   and vars.get no longer returns template text when a
   @const has the same name.
VersionDeltaFile
1.48+3-3www/resterm/distinfo
1.54+1-1www/resterm/Makefile
1.39+0-0www/resterm/go-modules.mk
+4-43 files

FreeBSD/ports 07c3e11 — databases/redis_exporter Makefile distinfo

databases/redis_exporter: Update 1.90.0 => 1.92.0

Upstream bumped Go version to 1.27.

Changelogs:
- https://github.com/oliver006/redis_exporter/releases/tag/v1.91.0
- https://github.com/oliver006/redis_exporter/releases/tag/v1.91.1
- https://github.com/oliver006/redis_exporter/releases/tag/v1.92.0

PR:             298870
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+5-5databases/redis_exporter/distinfo
+3-4databases/redis_exporter/Makefile
+8-92 files

NetBSD/src 6WwhoYj — sys/arch/arm/broadcom bcm2838_pcie.c

   Fix build.
VersionDeltaFile
1.12+7-7sys/arch/arm/broadcom/bcm2838_pcie.c
+7-71 files

NetBSD/pkgsrc aP8dVy4 — doc CHANGES-2026

   doc: Updated lang/gcc16-libjit to 16.2.0
VersionDeltaFile
1.6412+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc CAtnmZA — doc CHANGES-2026

   doc: Updated lang/gcc16-libs to 16.2.0nb1
VersionDeltaFile
1.6411+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc oUUQ42J — doc TODO CHANGES-2026

   doc: Updated lang/gcc16 to 16.2.0
VersionDeltaFile
1.28019+1-2doc/TODO
1.6410+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc LoHmzOX — lang/gcc16 version.mk Makefile, lang/gcc16-libjit Makefile

   gcc16*: update to 16.2.0

   Bugfix release.
VersionDeltaFile
1.4+4-4lang/gcc16/distinfo
1.2+2-2lang/gcc16/version.mk
1.3+2-2lang/gcc16/Makefile
1.3+2-2lang/gcc16-libs/Makefile
1.3+1-2lang/gcc16-libjit/Makefile
+11-125 files

FreeBSD/ports 322c6a0 — irc/inspircd Makefile distinfo

irc/inspircd: update to 4.12.1

Changes:        https://github.com/inspircd/inspircd/releases/tag/v4.12.1
DeltaFile
+3-3irc/inspircd/distinfo
+1-1irc/inspircd/Makefile
+4-42 files

LLVM/project f432cba — mlir/include/mlir/Transforms GreedyPatternRewriteDriver.h, mlir/lib/Transforms/Utils GreedyPatternRewriteDriver.cpp

[mlir] Avoid rewriting unreachable blocks in the greedy driver

A rewrite can disconnect a block after the iteration's initial CFG sweep.
Track reachability through rewriter notifications and skip worklist
operations in unreachable blocks until the next iteration removes them.

Cache reachability per region and compare final successors after each
rewrite. Preserve the cache for successor-equivalent changes, added edges,
and block merges that keep surviving blocks reachable. Recompute for other
CFG changes, including entry changes and cross-region block moves.

Keep cache updates separate from reachability queries, returning failure
when a full traversal is required. Collect each successor set once for
validation and retain compact vector snapshots in the cache. Check
containing blocks when querying operations in nested regions, caching the
ancestor result until listener notifications invalidate it.

Cover inserted and redirected blocks, blocks connected before rewrite
completion, nested regions, block moves and merges, and explicit op lists.

    [6 lines not shown]
DeltaFile
+259-1mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
+206-0mlir/test/Transforms/greedy-cfg-reachability.mlir
+94-4mlir/test/lib/Dialect/Test/TestPatterns.cpp
+51-5mlir/test/Transforms/test-strict-pattern-driver.mlir
+41-0mlir/test/Transforms/canonicalize-dce.mlir
+9-3mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
+660-136 files

NetBSD/pkgsrc KydGOZ3 — mail/wl-snapshot options.mk

   wl-snapshot: sync allowed emacs versions with emacs-w3m-snapshot

   Perhaps this should switch to emacs-w3m which allows more
VersionDeltaFile
1.3+2-2mail/wl-snapshot/options.mk
+2-21 files

FreeBSD/ports 9eed7b5 — net/rustconn Makefile Makefile.crates

net/rustconn: Update to 0.22.6

ChangeLog:

1. https://github.com/totoshko88/RustConn/releases/tag/v0.22.6

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+31-31net/rustconn/distinfo
+14-14net/rustconn/Makefile.crates
+1-1net/rustconn/Makefile
+46-463 files

LLVM/project 1916c2c — clang/lib/AST/ByteCode EvaluationResult.cpp, libcxx/test/std/algorithms/alg.modifying.operations/alg.swap pstl.swap_ranges.pass.cpp

Rebase, address comments, improvements

Created using spr 1.3.7
DeltaFile
+733-228llvm/test/Transforms/LoopVectorize/VPlan/execution-frequencies-match-bfi.ll
+389-0llvm/test/Transforms/LoopFusion/guard_skip_empty_block.ll
+1-381clang/lib/AST/ByteCode/EvaluationResult.cpp
+252-26orc-rt/test/unit/support/bind-test.cpp
+187-0libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/pstl.swap_ranges.pass.cpp
+164-0llvm/test/CodeGen/AArch64/sve-fixed-length-shuffle-reverse.ll
+1,726-635334 files not shown
+6,348-2,420340 files

LLVM/project 10872fe — llvm/test/Transforms/SLPVectorizer/AArch64 reduced-value-next-to-fused-fmul.ll, llvm/test/Transforms/SLPVectorizer/AMDGPU fmul-sunk-into-fadd-block.ll

[SLP][NFC]Add extra FMA candidates tests, NFC



Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/226684
DeltaFile
+52-0llvm/test/Transforms/SLPVectorizer/AMDGPU/fmul-sunk-into-fadd-block.ll
+42-0llvm/test/Transforms/SLPVectorizer/AArch64/reduced-value-next-to-fused-fmul.ll
+94-02 files

FreeBSD/ports 82a6f7d — cad/openvsp Makefile distinfo

cad/openvsp: Update to 3.52.2

ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.52.2

Accumulated changelog:

Fixes:
 * Fix tessellation spacing on wing lower surface.
 * Fix CompGeom scaling / un-scaling bug
DeltaFile
+3-3cad/openvsp/distinfo
+1-1cad/openvsp/Makefile
+4-42 files

FreeBSD/ports b10fdd1 — devel Makefile, devel/computelibrary pkg-descr distinfo

devel/computelibrary: ARM compute library

PR:             291261
DeltaFile
+517-0devel/computelibrary/pkg-plist
+47-0devel/computelibrary/Makefile
+3-0devel/computelibrary/distinfo
+2-0devel/computelibrary/pkg-descr
+1-0devel/Makefile
+570-05 files

FreeBSD/ports c1a1a54 — net-im/telegram-desktop Makefile

net-im/telegram-desktop: PORTREVISION bump after graphics/tlottie update
DeltaFile
+1-0net-im/telegram-desktop/Makefile
+1-01 files

FreeBSD/ports edfb20f — graphics/tlottie Makefile distinfo

graphics/tlottie: update to 1.0.6 release (+)

Release notes:  https://github.com/dkaraush/tlottie/releases/tag/v1.0.6
DeltaFile
+3-3graphics/tlottie/distinfo
+1-2graphics/tlottie/Makefile
+4-52 files