LLVM/project 8d10d1fllvm/include/llvm/IR FMF.h, llvm/lib/Target/AMDGPU AMDGPUCodeGenPrepare.cpp

[AMDGPU] Add FastMathFlags::intersectValue helper for rsq ninf/nsz fix (#217724)
DeltaFile
+7-0llvm/include/llvm/IR/FMF.h
+3-2llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
+10-22 files

FreeBSD/ports 3403587devel/ocaml-pomap Makefile distinfo

devel/ocaml-pomap: Update 4.1.1 => 4.1.2, take maintainership

Changelog:
https://github.com/mmottl/pomap/blob/4.1.2/CHANGES.md

PR:             297859
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3devel/ocaml-pomap/distinfo
+2-3devel/ocaml-pomap/Makefile
+5-62 files

OPNSense/plugins 261c32esysutils/git-backup/src/opnsense/mvc/app/models/OPNsense/Backup GitSettings.xml

sysutils/git-backup: don't accept credentials in the backup url (#5702)

The url mask allows a userinfo section, and Git::backup() adds the mandatory
User Name field on top, so an ssh url that already carries a user ends up as
ssh://git at git@host/... and the push never authenticates. Credentials belong in
the User Name and Password fields, so exclude them from the url.

Closes #5477

Co-authored-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
DeltaFile
+2-2sysutils/git-backup/src/opnsense/mvc/app/models/OPNsense/Backup/GitSettings.xml
+2-21 files

NetBSD/pkgsrc-wip d218a07cpptrace buildlink3.mk PLIST, cpptrace/patches patch-src_binary_module__base.cpp patch-src_platform_platform.hpp

cpptrace: add cpptrace 1.0.4

Simple, portable, and self-contained stacktrace library for C++11+
DeltaFile
+29-0cpptrace/Makefile
+24-0cpptrace/patches/patch-src_binary_module__base.cpp
+24-0cpptrace/patches/patch-src_platform_platform.hpp
+24-0cpptrace/patches/patch-src_binary_object.cpp
+20-0cpptrace/PLIST
+16-0cpptrace/buildlink3.mk
+137-06 files not shown
+201-012 files

NetBSD/pkgsrc-wip ff9da68libassert distinfo buildlink3.mk, libassert/patches patch-src_common.hpp patch-src_platform.cpp

libassert: add libassert 2.2.1

The most over-engineered C++ assertion library
DeltaFile
+41-0libassert/patches/patch-src_platform.cpp
+26-0libassert/Makefile
+24-0libassert/patches/patch-src_common.hpp
+17-0libassert/PLIST
+15-0libassert/buildlink3.mk
+7-0libassert/distinfo
+130-02 files not shown
+136-08 files

NetBSD/pkgsrc iHtmCSBmultimedia Makefile, multimedia/libkcompactdisc options.mk distinfo

   libkcompactdisc: removed, no longer in KDE Gear.
VersionDeltaFile
1.365+1-2multimedia/Makefile
1.4+1-1multimedia/libkcompactdisc/options.mk
1.15+1-1multimedia/libkcompactdisc/distinfo
1.24+1-1multimedia/libkcompactdisc/buildlink3.mk
1.8+1-1multimedia/libkcompactdisc/PLIST
1.70+1-1multimedia/libkcompactdisc/Makefile
+6-71 files not shown
+6-77 files

NetBSD/pkgsrc uJoM5F5graphics Makefile, graphics/libkdcraw-qt5 DESCR distinfo

   libkdcraw-qt5: removed, qt5 variant no longer supported.
VersionDeltaFile
1.1129+1-2graphics/Makefile
1.2+1-1graphics/libkdcraw-qt5/distinfo
1.2+1-1graphics/libkdcraw-qt5/buildlink3.mk
1.2+1-1graphics/libkdcraw-qt5/PLIST
1.5+1-1graphics/libkdcraw-qt5/Makefile
1.2+0-0graphics/libkdcraw-qt5/DESCR
+5-66 files

FreeBSD/ports 6e3c801devel/electron42 pkg-plist Makefile, devel/electron43 pkg-plist Makefile

devel/electron{42,43}: Install electron.d.ts

Some applications (e.g. VSCode) requires the file to be present while
building. Although it can be downloaded from Electron's releases page,
include here for convenience.
DeltaFile
+3-0devel/electron43/Makefile
+2-0devel/electron42/Makefile
+1-0devel/electron43/pkg-plist
+1-0devel/electron42/pkg-plist
+7-04 files

NetBSD/pkgsrc RUe3Cd9mail Makefile, mail/kmime DESCR distinfo

   kmime: removed, replaced by kf6-kmime
VersionDeltaFile
1.697+1-2mail/Makefile
1.11+1-1mail/kmime/distinfo
1.30+1-1mail/kmime/buildlink3.mk
1.9+1-1mail/kmime/PLIST
1.39+1-1mail/kmime/Makefile
1.2+0-0mail/kmime/DESCR
+5-66 files

NetBSD/pkgsrc haBUdGldevel/kdevelop PLIST, editors/kate PLIST

   KDE Gear: update to 26.08.0

   10 months of updates.
VersionDeltaFile
1.10+607-608games/ktuberling/PLIST
1.6+183-183net/libktorrent/PLIST
1.9+158-149devel/kdevelop/PLIST
1.12+206-4multimedia/kdenlive/PLIST
1.12+87-46misc/step/PLIST
1.20+113-16editors/kate/PLIST
+1,354-1,006477 files not shown
+2,868-2,524483 files

LLVM/project 36efd33llvm/test/CodeGen/VE/Scalar store_stk.ll stackframe_align.ll, llvm/test/CodeGen/VE/Vector store_stk_stvm.ll load_stk_ldvm.ll

VE: Use splitAt in expandExtendStackPseudo

Replace the manual block-splitting in expandExtendStackPseudo with
MachineBasicBlock::splitAt. Reduces boilerplate, but there's some
block renumbering churn in the output.

Co-authored-by: Claude (Claude-Opus-4.8)
DeltaFile
+57-57llvm/test/CodeGen/VE/Scalar/atomic_swap.ll
+57-57llvm/test/CodeGen/VE/Scalar/atomic_cmp_swap.ll
+48-48llvm/test/CodeGen/VE/Vector/store_stk_stvm.ll
+48-48llvm/test/CodeGen/VE/Vector/load_stk_ldvm.ll
+42-42llvm/test/CodeGen/VE/Scalar/store_stk.ll
+42-42llvm/test/CodeGen/VE/Scalar/stackframe_align.ll
+294-29460 files not shown
+753-75666 files

LLVM/project 7dbdc02llvm/lib/Target/VE VEInstrInfo.cpp, llvm/test/CodeGen/VE/Scalar builtin_sjlj.ll

VE: Compute live-ins after splitting for EXTEND_STACK expansion

expandExtendStackPseudo splits its block but left the new blocks without
live-in lists, so their uses of registers live across the split are
rejected by -verify-machineinstrs.

Co-authored-by: Claude (Claude-Opus-4.8)
DeltaFile
+5-0llvm/lib/Target/VE/VEInstrInfo.cpp
+2-2llvm/test/CodeGen/VE/Scalar/builtin_sjlj.ll
+7-22 files

OpenBSD/ports fVTx7Dmprint/poppler distinfo Makefile, print/poppler/patches patch-CMakeLists_txt patch-poppler_XRef_cc

   Update to poppler-26.09.0.
VersionDeltaFile
1.218+5-3print/poppler/Makefile
1.41+2-2print/poppler/patches/patch-poppler_XRef_cc
1.129+2-2print/poppler/distinfo
1.14+1-1print/poppler/patches/patch-CMakeLists_txt
+10-84 files

OpenBSD/ports 3xwtd8bwww/ungoogled-chromium/patches patch-chrome_browser_BUILD_gn

   www/ungoogled-chromium: unbreak the build

   update to 151.0.7922.71 removed that patch which brokes the build
VersionDeltaFile
1.44+0-0www/ungoogled-chromium/patches/patch-chrome_browser_BUILD_gn
+0-01 files

OpenBSD/ports z4b7uAheditors/helix Makefile, editors/helix/patches patch-helix-loader_src_lib_rs

   editors/helix: drop current_exe() workaround

   Diff from Laurent Cheylus (maintainer)
VersionDeltaFile
1.15+3-4editors/helix/Makefile
1.6+0-0editors/helix/patches/patch-helix-loader_src_lib_rs
+3-42 files

NetBSD/pkgsrc cVPKkdbdevel/plasma6-plasma5support PLIST, graphics/plasma6-oxygen PLIST

   KDE Plasma: updated to 6.7.4

   11 months of updates including:

   Plasma 6.6:
   * Plasma 6.6 makes your life as easy as possible, without sacrificing the
     flexibility or features that have made Plasma the most versatile desktop
     in the known universe.
   * With that in mind, we’ve improved Plasma’s usability and accessibility,
     and added practical new features into the mix.

   Plasma 6.7:
   * Plasma 6.7 brings powerful new features to KDE’s classic desktop, and
     refines its user experience to new levels.
   * Enjoy thoughtfully-designed improvements that solve real problems, a
     sneak peek of future theming bliss, better performance, and more.

     * Per-screen virtual desktops
     * Test your microphone volume

    [5 lines not shown]
VersionDeltaFile
1.2+170-435x11/plasma6-plasma-workspace/PLIST
1.2+87-94x11/plasma6-kdeplasma-addons/PLIST
1.2+87-5graphics/plasma6-oxygen/PLIST
1.2+68-1devel/plasma6-plasma5support/PLIST
1.2+40-1x11/plasma6-kscreen/PLIST
1.2+6-20sysutils/plasma6-kinfocenter/patches/patch-kcms_about-distro_src_MemoryEntry.cpp
+458-55695 files not shown
+734-783101 files

FreeBSD/ports 8521518audio/owntone distinfo Makefile

audio/owntone: update to 29.3
DeltaFile
+4-4audio/owntone/Makefile
+3-3audio/owntone/distinfo
+7-72 files

NetBSD/pkgsrc 9PgmI6Zmail Makefile

   mail: add kf6-kmime
VersionDeltaFile
1.696+2-1mail/Makefile
+2-11 files

NetBSD/pkgsrc ayO5Trpdevel/kf6-knotifications PLIST, graphics/breeze-icons PLIST

   KDE Frameworks: update to 6.29.0

   3 months worth of updates
VersionDeltaFile
1.20+45-97graphics/breeze-icons/PLIST
1.3+3-103devel/kf6-knotifications/PLIST
1.1+100-0mail/kf6-kmime/PLIST
1.1+43-0textproc/kf6-kcodecs/patches/patch-src_probers_nsSBCharSetProber.cpp
1.1+37-0textproc/kf6-kcodecs/patches/patch-src_probers_nsLatin1Prober.cpp
1.1+28-0textproc/kf6-kcodecs/patches/patch-src_probers_nsHebrewProber.cpp
+256-200184 files not shown
+934-585190 files

FreeBSD/ports 6531dd5net/nncp Makefile, net/nncp/files patch-build-cflags

net/nncp: Fix build by omitting unused GO_CFLAGS

While here, sort SUB_FILES (pet portfmt).

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

(cherry picked from commit d102f7c75bdaaf0346f62618669cd55a810af92f)
DeltaFile
+16-0net/nncp/files/patch-build-cflags
+1-1net/nncp/Makefile
+17-12 files

FreeBSD/ports d102f7cnet/nncp Makefile, net/nncp/files patch-build-cflags

net/nncp: Fix build by omitting unused GO_CFLAGS

While here, sort SUB_FILES (pet portfmt).

PR:             298230
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3
DeltaFile
+16-0net/nncp/files/patch-build-cflags
+1-1net/nncp/Makefile
+17-12 files

FreeBSD/src 4c84a6alibexec/rc/tests Makefile svcj_test.sh

rc.subr tests: service jail behaviour of run_rc_command

Twenty cases over where each rc option and each method executes for a
jailed service, the jail's lifetime, and the svcj option handling.  Each
case drives the service inside a chroot built in its ATF work directory.

MFC after:              1 week
MFC to:                 stable/15
Assisted-by:    Claude Code (Opus 5)

(cherry picked from commit b5dcd8f9d6ae702adbc1627839b5235a28839370)
DeltaFile
+1,178-0libexec/rc/tests/svcj_test.sh
+1-1libexec/rc/tests/Makefile
+1,179-12 files

NetBSD/pkgsrc 0WLsklCmultimedia Makefile, multimedia/mlt-qt5 PLIST Makefile

   mlt-qt?: removed.

   mlt-qt6 now in the base mlt package.
   mlt-qt5 no longer supported.
VersionDeltaFile
1.364+1-3multimedia/Makefile
1.2+1-1multimedia/mlt-qt6/PLIST
1.8+1-1multimedia/mlt-qt6/Makefile
1.2+1-1multimedia/mlt-qt5/PLIST
1.6+1-1multimedia/mlt-qt5/Makefile
1.2+0-0multimedia/mlt-qt6/DESCR
+5-71 files not shown
+5-77 files

FreeBSD/src af97285libexec/rc rc.subr, share/man/man5 rc.conf.5

rc.subr: svcj - add a setaudit option

setaudit(8) is prefixed to the command inside the jail when
${name}_audit_user is set, and needs allow.setaudit.

This is not added automatically when ${name}_audit_user is set, this
needs an administrative setting of the options on purpose.

MFC after:      1 week
MFC to:         stable/15

(cherry picked from commit 9125bc0727dbbf82b1c6a5f7c380f7b8c27b74dd)
DeltaFile
+5-1share/man/man5/rc.conf.5
+3-0libexec/rc/rc.subr
+8-12 files

FreeBSD/src f1cc2f5share/man/man5 rc.conf.5

rc.conf.5: note that a negative nice value does not reach a service jail

Raising a process' priority is not permitted inside a jail, and nice(1)
warns and executes the command anyway, so the service comes up at its login
class priority.

Not changing the date, as a commit a moment before this, one changed it
already.

MFC after:      1 week
MFC to:         stable/15

(cherry picked from commit be834d62e990b58eb2e67ce9b48b635b645dcea1)
DeltaFile
+8-0share/man/man5/rc.conf.5
+8-01 files

FreeBSD/src f74c4cblibexec/rc rc.subr

rc.subr: svcj - run a service's own restart and status methods in its jail

A script that defines non-default restart_cmd or status_cmd should
execute them in the service jail.  Where there is no jail to enter,
restart starts the service instead of failing.

Fixes:                  2efbd480f1d3 rc: add service jails framework
MFC after:              1 week
MFC to:                 stable/15
Assisted-by:    Claude Code (Opus 5)

(cherry picked from commit 327dae5081059eb97af0cf319a444b3937ff4db2)
DeltaFile
+17-1libexec/rc/rc.subr
+17-11 files

FreeBSD/src 37a4bc1libexec/rc rc.subr

rc.subr: svcj - remove the service jail when the service is not running

A service whose tracked process had died while another process of its own
kept the jail alive, therefore left svcj-${name} behind, and the next start
would fail.

Fixes:                  2efbd480f1d3 rc: add service jails framework
MFC after:              1 week
MFC to:                 stable/15
Assisted-by:    Claude Code (Opus 5)

(cherry picked from commit a70ca1ebd8add7ea99b5674de715ae5fbf389dce)
DeltaFile
+4-0libexec/rc/rc.subr
+4-01 files

FreeBSD/src 2c9ed2blibexec/rc rc.conf rc.subr

rc.subr: svcj - let svcj_all_enable enable service jails

Fix the logic for svcj_all_enable.

Fixes:          2efbd480f1d3 rc: add service jails framework
MFC after:      1 week
MFC to:         stable/15

(cherry picked from commit 21e53eeaffcac0be3427b7edb3b8739344a65174)
DeltaFile
+2-1libexec/rc/rc.subr
+2-0libexec/rc/rc.conf
+4-12 files

FreeBSD/src e48af5flibexec/rc rc.subr

rc.subr: svcj - send the stop signal from inside the service jail

A service running under ${name}_user was signalled from the host as that
user, which the parent of a jail may no longer do: since 8a5ceebece03 an
unprivileged process would need allow.unprivileged_parent_tampering.
Stop and reload therefore failed and left both the service and its jail
running.

MFC after:      1 week
MFC to:         stable/15

(cherry picked from commit 6155e17019f6ae08c74913b7ffb9312434f33a9f)
DeltaFile
+3-0libexec/rc/rc.subr
+3-01 files

LLVM/project b4cc124llvm/lib/Target/X86 X86ISelLowering.cpp

[X86] Add getUnpack wrapper to select between getUnpackl/h shuffles. NFC. (#221543)

Prep work for improving CLMULH vXi32 lowering.
DeltaFile
+10-6llvm/lib/Target/X86/X86ISelLowering.cpp
+10-61 files