NetBSD/pkgsrc-wip 6070713plasma6-kwin distinfo, plasma6-kwin/patches patch-src_plugins_qpa_integration.cpp

plasma6-kwin: fix build with qt6.10.2
DeltaFile
+39-0plasma6-kwin/patches/patch-src_plugins_qpa_integration.cpp
+1-0plasma6-kwin/distinfo
+40-02 files

FreeNAS/freenas fb4113bsrc/freenas/usr/bin install-dev-tools

Add pkg-config and libiscsi-dev to install-dev-tools

These packages are required to build the cython-iscsi Python package when installing integration test requirements.
DeltaFile
+3-0src/freenas/usr/bin/install-dev-tools
+3-01 files

OPNSense/core c6540bfsrc/opnsense/mvc/app/controllers/OPNsense/Diagnostics/forms ping.xml, src/opnsense/mvc/app/models/OPNsense/Diagnostics Ping.xml

Interfaces: Diagnostics: Ping - add optional interval (seconds), closes https://github.com/opnsense/core/issues/9695
DeltaFile
+7-0src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/forms/ping.xml
+4-0src/opnsense/mvc/app/models/OPNsense/Diagnostics/Ping.xml
+3-0src/opnsense/scripts/interfaces/ping.py
+14-03 files

NetBSD/pkgsrc-wip 0b02780plasma6-kwin-x11 distinfo, plasma6-kwin-x11/patches patch-src_plugins_qpa_integration.cpp

plasma6-kwin-x11: fix build with qt6.10.2
DeltaFile
+39-0plasma6-kwin-x11/patches/patch-src_plugins_qpa_integration.cpp
+1-0plasma6-kwin-x11/distinfo
+40-02 files

OPNSense/core 35c0ef5src/etc/inc interfaces.inc, src/opnsense/scripts/interfaces rtsold_script.sh

interfaces: multi-dhcp6c support and custom PD association #7647

This splits off rtsold and dhcp6c into separate processes
which frees us from the restrictions of faked iterative IDs
for PD associations.  For NA we simply default to 0 now.

I'm not entirely sure why we settled for a single deamon of
dhcp6c back in the day, but there are certianly downsides to
it and I don't see something that wasn't fixed in the meantime
that makes this not work.
DeltaFile
+22-58src/etc/inc/interfaces.inc
+58-4src/www/interfaces.php
+6-6src/opnsense/scripts/interfaces/rtsold_script.sh
+86-683 files

OPNSense/core d31faf7src/opnsense/mvc/app/library/OPNsense/Core Shell.php

mvc: shield exec_safe() against "fatal" type errors

Allows the system to boot in the worst case and replaces the
command with a simple dummy command.

Formatters are still a work in progress as I'm not sure how
much preprocessing we should add here to fish for vsprintf()
doing type casts to int/float which is not something the command
line can/should support.
DeltaFile
+10-1src/opnsense/mvc/app/library/OPNsense/Core/Shell.php
+10-11 files

NetBSD/src 2euvGHFdoc CHANGES

   Note update to rge(4)
VersionDeltaFile
1.3225+2-1doc/CHANGES
+2-11 files

NetBSD/pkgsrc wEynmm9doc CHANGES-2026

   doc: Updated mail/mhpgp to 20070530nb1
VersionDeltaFile
1.802+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc TGwwKoCmail/mhpgp distinfo Makefile, mail/mhpgp/patches patch-mhpgp patch-mhsign

   mhpgp: gnupg2 no longer has suffixes

   gnupg2 is now installed as "gpg", no longer as "gpg2".

   Remove all pkgsrc patches so that mhpgp calls just gpg.

   PKGREVISION++
VersionDeltaFile
1.4+1-3mail/mhpgp/distinfo
1.3+2-1mail/mhpgp/Makefile
1.2+1-1mail/mhpgp/patches/patch-mhpgp
1.2+1-1mail/mhpgp/patches/patch-mhsign
+5-64 files

LLVM/project 584bd38llvm/docs/tutorial/MyFirstLanguageFrontend LangImpl03.rst

[docs] fix output question (#177842)

See the code:
<img width="2631" height="1090" alt="image"
src="https://github.com/user-attachments/assets/dfe949b3-fbc6-4cd3-9e8d-5c0adbfcc67a"
/>
<img width="1751" height="577" alt="image"
src="https://github.com/user-attachments/assets/e3b78596-24b9-4bd5-b40d-a4154b2e6bb2"
/>


So the output is not the number, is the text "__anon_expr".
DeltaFile
+2-2llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
+2-21 files

FreeBSD/ports f6dd4ecmisc/gemini-cli pkg-plist distinfo, misc/gemini-cli/files package-lock.json

misc/gemini-cli: update 0.25.2 → 0.26.0
DeltaFile
+128-25misc/gemini-cli/pkg-plist
+44-43misc/gemini-cli/files/package-lock.json
+3-3misc/gemini-cli/distinfo
+1-2misc/gemini-cli/Makefile
+176-734 files

FreeBSD/ports a787badmisc/koboldcpp distinfo Makefile

misc/koboldcpp: update 1.106.2 → 1.107

Reported by:    portscout
DeltaFile
+3-3misc/koboldcpp/distinfo
+1-1misc/koboldcpp/Makefile
+4-42 files

FreeBSD/ports b0bdd9ecad/nvc pkg-plist Makefile

cad/nvc: update 1.18.2 → 1.19.0

Reported by:    portscout
DeltaFile
+14-0cad/nvc/pkg-plist
+8-3cad/nvc/Makefile
+3-3cad/nvc/distinfo
+25-63 files

FreeBSD/ports c86fc82audio/bliss Makefile

audio/bliss: Add comment
DeltaFile
+1-1audio/bliss/Makefile
+1-11 files

LLVM/project 756c321clang/lib/AST ExprConstant.cpp, clang/lib/AST/ByteCode InterpBuiltin.cpp Context.cpp

[clang][bytecode] Use in `Expr::tryEvaluateObjectSize` (#179033)

Fixes #138474

Use new bytecode intepreter in `Expr::tryEvaluateObjectSize`. Reuses the
already existing implementation for `__builtin_object_size` in of the
intepreter.

---------

Co-authored-by: Timm Baeder <tbaeder at redhat.com>
DeltaFile
+37-31clang/lib/AST/ByteCode/InterpBuiltin.cpp
+29-0clang/lib/AST/ByteCode/Context.cpp
+13-0clang/lib/AST/ByteCode/Context.h
+0-4clang/test/Sema/warn-fortify-source.c
+4-0clang/lib/AST/ExprConstant.cpp
+3-0clang/lib/AST/ByteCode/InterpHelpers.h
+86-3512 files not shown
+98-3518 files

LLVM/project 6885042clang/lib/AST/ByteCode Compiler.cpp, clang/test/AST/ByteCode invalid.cpp

[clang][bytecode] Reject CK_BitCast nodes with errors early (#179087)

Fixes https://github.com/llvm/llvm-project/issues/179020
DeltaFile
+5-0clang/test/AST/ByteCode/invalid.cpp
+2-0clang/lib/AST/ByteCode/Compiler.cpp
+7-02 files

NetBSD/pkgsrc Rx5yztmmail/queue-fix Makefile

   queue-fix: comment out squatted site
VersionDeltaFile
1.15+2-2mail/queue-fix/Makefile
+2-21 files

NetBSD/pkgsrc 8ShV9gaaudio/qtplay Makefile

   qtplay: comment out dead site
VersionDeltaFile
1.8+3-4audio/qtplay/Makefile
+3-41 files

NetBSD/pkgsrc su2fEj0mail/qtools Makefile

   qtools: comment out dead site
VersionDeltaFile
1.22+2-2mail/qtools/Makefile
+2-21 files

NetBSD/pkgsrc U7UKAKbconverters/qkc Makefile

   qkc: comment out dead site
VersionDeltaFile
1.13+3-3converters/qkc/Makefile
+3-31 files

NetBSD/pkgsrc Moxzjnngraphics/qimageblitz Makefile

   qimageblitz: follow redirect
VersionDeltaFile
1.43+2-2graphics/qimageblitz/Makefile
+2-21 files

NetBSD/pkgsrc JHGi8Sbwww/qDecoder Makefile

   qDecoder: follow redirect
VersionDeltaFile
1.15+2-3www/qDecoder/Makefile
+2-31 files

NetBSD/pkgsrc 7pI4zwzdatabases/qdbm-plus Makefile

   qdbm-plus: comment out dead site
VersionDeltaFile
1.13+2-3databases/qdbm-plus/Makefile
+2-31 files

NetBSD/src 3EVRJP1sys/arch/arm/arm32 bus_dma.c, sys/arch/riscv/riscv bus_dma.c

   Remove unnecessary brackets.
VersionDeltaFile
1.153+3-3sys/arch/arm/arm32/bus_dma.c
1.15+3-3sys/arch/riscv/riscv/bus_dma.c
+6-62 files

NetBSD/pkgsrc oMWGF4Gdatabases/qdbm-cgi Makefile

   qdbm-cgi: comment out dead site
VersionDeltaFile
1.11+2-2databases/qdbm-cgi/Makefile
+2-21 files

NetBSD/pkgsrc UBx0cxwmail/qconfirm Makefile

   qconfirm: switch to https
VersionDeltaFile
1.5+3-3mail/qconfirm/Makefile
+3-31 files

NetBSD/pkgsrc LV2lFjicad/qcad Makefile

   qcad: follow redirect
VersionDeltaFile
1.133+2-2cad/qcad/Makefile
+2-21 files

NetBSD/pkgsrc 4KG9TVemisc/qbrew Makefile

   qbrew: comment out dead site
VersionDeltaFile
1.42+3-3misc/qbrew/Makefile
+3-31 files

HardenedBSD/src 97bcda0sys/arm/arm elf_machdep.c machdep.c, sys/arm/include ifunc.h

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+21-3sys/arm/include/ifunc.h
+7-1sys/arm/arm/elf_machdep.c
+2-3sys/conf/kern.pre.mk
+2-3sys/arm/arm/machdep.c
+1-1sys/kern/link_elf.c
+1-0sys/sys/elf_common.h
+34-116 files

NetBSD/src y15WSoFsys/arch/powerpc/powerpc pio_subr.S

   typo in comment.
VersionDeltaFile
1.19+2-2sys/arch/powerpc/powerpc/pio_subr.S
+2-21 files