OpenBSD/src VEpqtExsbin/mount mount.c

   mount: preserve DUID when updating file system

   "Oops" deraadt@
VersionDeltaFile
1.80+2-2sbin/mount/mount.c
+2-21 files

OpenBSD/src vS18JJisbin/mount mount.c

   mount: support DUIDs with -u

   "Looks good" deraadt@
VersionDeltaFile
1.79+3-2sbin/mount/mount.c
+3-21 files

LLVM/project aabcb57clang/docs ReleaseNotes.rst

Add armagicpu to release notes (#205599)

Add armagicpu to release notes

Raised by validator.

---------

Co-authored-by: Volodymyr Turanskyy <vturanskyy at gmail.com>
DeltaFile
+2-0clang/docs/ReleaseNotes.rst
+2-01 files

LLVM/project 8eae991flang/lib/Optimizer/Builder FIRBuilder.cpp, flang/lib/Optimizer/HLFIR/Transforms InlineHLFIRAssign.cpp

[Flang]Add support for inlining hlfir.assign operation where both LHS and RHS are slices of the same array (#204532)

Added support for inlining hlfir.assign when both LHS and RHS are slices
of the same array. When overlap between the slices cannot be determined,
the pass introduces a disjointness check:

- genIndexBasedDisjointnessCheck(..) is used when both sides are
sections of the same array.
- genAddressBasedDisjointnessCheck(..) used as a fallback for more
complex cases.

At runtime:

- If the slices are disjoint, a direct element-wise copy is performed
without allocating a temporary buffer.
- If overlap is possible, a temporary buffer is allocated, the RHS is
first copied into it and then the data is copied from the temporary
buffer to the LHS.

Fixes https://github.com/llvm/llvm-project/issues/203228
DeltaFile
+178-0flang/test/HLFIR/inline-hlfir-assign-self-copy.fir
+141-0flang/test/HLFIR/inline-hlfir-assign-self-copy-runtime-stride.fir
+137-0flang/lib/Optimizer/Builder/FIRBuilder.cpp
+132-0flang/test/HLFIR/inline-hlfir-assign-pointer-overlap.fir
+98-0flang/test/HLFIR/inline-hlfir-assign-scalar-index.fir
+48-12flang/lib/Optimizer/HLFIR/Transforms/InlineHLFIRAssign.cpp
+734-122 files not shown
+745-138 files

FreeBSD/ports 97b44e2devel Makefile, devel/p5-Linux-Inotify2 Makefile pkg-plist

devel/p5-Linux-Inotify2: Add new port

PR:             294165
DeltaFile
+25-0devel/p5-Linux-Inotify2/Makefile
+3-0devel/p5-Linux-Inotify2/pkg-plist
+3-0devel/p5-Linux-Inotify2/distinfo
+2-0devel/p5-Linux-Inotify2/pkg-descr
+1-0devel/Makefile
+34-05 files

OPNSense/core deaf436src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php

Firewall: Rules: Improve interface filter logic to include floating rules with multiple interfaces when they overlap with at least one interface in the interface filter request.
DeltaFile
+20-9src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterController.php
+20-91 files

FreeBSD/ports b41599fsysutils/py-salt distinfo Makefile, sysutils/py-salt/files patch-requirements_base.txt

sysutils/py-salt: Update to 3006.26
DeltaFile
+31-14sysutils/py-salt/files/patch-requirements_base.txt
+3-3sysutils/py-salt/distinfo
+1-1sysutils/py-salt/Makefile
+35-183 files

OpenBSD/ports jCBsOvNnet/amule Makefile distinfo, net/amule/patches patch-CMakeLists_txt patch-src_Preferences_cpp

   update to amule-3.0.1
VersionDeltaFile
1.86+15-17net/amule/Makefile
1.15+5-0net/amule/pkg/PLIST-main
1.11+2-2net/amule/distinfo
1.6+0-1net/amule/pkg/PLIST-web
1.2+0-0net/amule/patches/patch-CMakeLists_txt
1.8+0-0net/amule/patches/patch-src_Preferences_cpp
+22-206 files

LLVM/project 2084ce6flang/lib/Optimizer/Transforms MIFOpConversion.cpp, flang/test/Fir/MIF co_sum.mlir this_image.mlir

[flang][MIF] Use default datalayout and cleanup MIF tests (#205662)

As mentioned in the PR #192944, we are now using the default data
layout.
DeltaFile
+1-3flang/test/Fir/MIF/co_sum.mlir
+2-1flang/lib/Optimizer/Transforms/MIFOpConversion.cpp
+0-2flang/test/Fir/MIF/this_image.mlir
+0-2flang/test/Fir/MIF/team_number.mlir
+0-2flang/test/Fir/MIF/sync_team.mlir
+0-2flang/test/Fir/MIF/sync_memory.mlir
+3-1213 files not shown
+4-3719 files

OpenBSD/ports 3S7AlzWtextproc/py-yaml Makefile distinfo

   update to py3-yaml-6.0.3
   reset maintainer (timeout)
VersionDeltaFile
1.39+3-6textproc/py-yaml/Makefile
1.13+2-2textproc/py-yaml/distinfo
+5-82 files

OpenBSD/ports rqvYJtHsysutils/grafana distinfo Makefile, sysutils/grafana/pkg PLIST

   sysutils/grafana: update to 13.0.3
VersionDeltaFile
1.48+16-16sysutils/grafana/pkg/PLIST
1.48+4-4sysutils/grafana/distinfo
1.65+1-1sysutils/grafana/Makefile
+21-213 files

FreeBSD/ports ae8db5awww/py-exa-py distinfo Makefile

www/py-exa-py: update to 2.15.0
DeltaFile
+3-3www/py-exa-py/distinfo
+1-1www/py-exa-py/Makefile
+4-42 files

NetBSD/pkgsrc ADJPyVidoc CHANGES-2026

   Updated misc/stellarium, lang/nodejs
VersionDeltaFile
1.3999+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc VqZOPcElang/nodejs distinfo PLIST

   nodejs: updated to 26.4.0

   26.4.0 (Current)

   Notable Changes

   - (SEMVER-MINOR) doc: update blockList stability status to release candidate (alphaleadership)
   - (SEMVER-MINOR) fs: support caller-supplied readFile() buffers (Matteo Collina)
   - (SEMVER-MINOR) http: close pre-request sockets in closeIdleConnections (semimikoh)
   - (SEMVER-MINOR) loader: implement package maps (Maël Nison)
   - (SEMVER-MINOR) net: support TCP_KEEPINTVL and TCP_KEEPCNT in setKeepAlive (Guy Bedford)
   - (SEMVER-MINOR) tls: add certificateCompression option (Tim Perry)
   - (SEMVER-MINOR) vfs: dispatch node:fs/promises to mounted VFS instances (Matteo Collina)
   - (SEMVER-MINOR) vfs: add minimal node:vfs subsystem (Matteo Collina)
VersionDeltaFile
1.323+4-4lang/nodejs/distinfo
1.104+6-1lang/nodejs/PLIST
1.355+2-2lang/nodejs/Makefile
+12-73 files

NetBSD/pkgsrc XvMH73Imisc/stellarium PLIST distinfo, misc/stellarium/patches patch-src_core_StelFileMgr.cpp patch-doc_CMakeLists.txt

   stellarium: updated to 26.2

   26.2

   The major changes of this version:
   - Added new sky culture
   - Added new plugin: Planes
   - Many improvements in plugins
   - Many improvements in Core and GUI
   - Many updates in sky cultures
VersionDeltaFile
1.63+97-34misc/stellarium/PLIST
1.4+11-11misc/stellarium/patches/patch-src_core_StelFileMgr.cpp
1.7+7-7misc/stellarium/patches/patch-doc_CMakeLists.txt
1.78+6-7misc/stellarium/distinfo
1.182+2-3misc/stellarium/Makefile
1.6+1-1misc/stellarium/patches/patch-plugins_TelescopeControl_src_INDI_INDIConnection.hpp
+124-636 files

OpenBSD/src 12PxT3Ysys/uvm uvm_map.c

   Initialize uvm_maxkaddr to VM_MIN_KERNEL_ADDRESS.  This fixes a problem
   where uvm_map() with the UVM_FLAG_FIXED flag would miscalculate the amount
   to grow the kernel pmap if uvm_maxkaddr was still zero, which happens on
   amd64 (and possibly other architectures that use PMAP_STEAL_MEMORY).  This
   would result in the kernel pmap growing to its maximum which would consume
   all memory on small memory machines now that we've given amd64 512G of KVA.

   ok deraadt@
VersionDeltaFile
1.356+2-3sys/uvm/uvm_map.c
+2-31 files

NetBSD/pkgsrc 17CaxqJdoc CHANGES-2026

   doc: Updated www/libcurl-gnutls to 8.21.0
VersionDeltaFile
1.3998+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc UQ8bNptwww/libcurl-gnutls Makefile

   libcurl-gnutls: update to 8.21.0.

   Match curl.
VersionDeltaFile
1.27+1-2www/libcurl-gnutls/Makefile
+1-21 files

NetBSD/pkgsrc 22mSdIOdoc CHANGES-2026

   doc: Updated www/curl to 8.21.0
VersionDeltaFile
1.3997+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Fg5R4okwww/curl distinfo Makefile.common, www/curl/patches patch-lib_sha256.c patch-lib_vtls_gtls.c

   curl: update to 8.21.0.

   Lots of security fixes.

    Changes:

       curl: named globs in output filename for upload glob references
       HTTP/3: add proxy CONNECT and MASQUE CONNECT-UDP support (ngtcp2 QUIC)
       http2: remove stream dependency tracking
       lib: drop support for CURLAUTH_DIGEST_IE
       libssh: add support for SHA256 host public keys
       tool_urlglob: add named globs

   Bugfixes:

       _ENVIRONMENT.md. Windows does case insensitive env variables
       _URL.md: remove the zone-id mention
       AmigaOS: curl_setup.h avoid explicit_bzero with clib2
       AmigaOS: fix build fallouts, re-add to CI

    [270 lines not shown]
VersionDeltaFile
1.227+4-10www/curl/distinfo
1.37+2-2www/curl/Makefile.common
1.308+1-2www/curl/Makefile
1.2+1-1www/curl/patches/patch-lib_sha256.c
1.2+1-1www/curl/patches/patch-lib_vtls_gtls.c
1.2+1-1www/curl/patches/patch-lib_curl__sha512__256.c
+10-173 files not shown
+13-209 files

LLVM/project 3fd56afclang/lib/Driver ToolChain.cpp, clang/test/Driver baremetal-multilib.yaml print-multi-selection-flags.c

[clang][Driver] Pass --cstdlib through to multilibs (#203884)

Pass the --cstdlib through to the multilibs backend so that the value
specified on the command line can be used inside the multilibs YAML
file.

Assisted-by: codex, reviewed and tested by me.
DeltaFile
+11-0clang/test/Driver/baremetal-multilib.yaml
+4-0clang/lib/Driver/ToolChain.cpp
+4-0clang/test/Driver/print-multi-selection-flags.c
+19-03 files

OpenBSD/ports eMTiTkVsysutils/py-xxhash distinfo Makefile

   update to py3-xxhash-3.7.1
VersionDeltaFile
1.4+2-2sysutils/py-xxhash/distinfo
1.4+2-1sysutils/py-xxhash/Makefile
+4-32 files

OpenBSD/ports cmysT3qaudio/py-discid distinfo Makefile, audio/py-discid/pkg PLIST

   update to py3-discid-1.4.1
VersionDeltaFile
1.4+2-2audio/py-discid/distinfo
1.15+1-1audio/py-discid/Makefile
1.9+1-0audio/py-discid/pkg/PLIST
+4-33 files

NetBSD/pkgsrc BpEIr6mmultimedia/gerbera/patches patch-src_util_grb__fs.cc patch-src_content_inotify_mt__inotify.cc

   gerbera: fix build

   Not sure where these std:: problems come from, the fmt changes
   are needed for fmtlib 12.2.0
VersionDeltaFile
1.1+75-0multimedia/gerbera/patches/patch-src_util_grb__fs.cc
1.1+58-0multimedia/gerbera/patches/patch-src_content_inotify_mt__inotify.cc
1.1+45-0multimedia/gerbera/patches/patch-src_util_grb__net.cc
1.1+43-0multimedia/gerbera/patches/patch-src_metadata_metacontent__handler.cc
1.1+34-0multimedia/gerbera/patches/patch-src_util_url__utils.cc
1.1+33-0multimedia/gerbera/patches/patch-src_iohandler_mem__io__handler.cc
+288-012 files not shown
+508-1518 files

OpenBSD/ports P5WP7l3sysutils/py-pipx distinfo Makefile

   update to py3-pipx-1.15.0
VersionDeltaFile
1.23+2-2sysutils/py-pipx/distinfo
1.29+1-1sysutils/py-pipx/Makefile
+3-32 files

OpenBSD/src 9LJ7WDxsys/kern kern_exit.c

   Always untrace traced children even when they're exiting.  But do skip
   sending them a SIGKILL.  This prevents triggering a KASSERT in a convuluted
   scenario reported by Yuxiang Yang.

   "looks right" deraadt@
   ok claudio@
VersionDeltaFile
1.253+15-13sys/kern/kern_exit.c
+15-131 files

OpenBSD/ports cKzkY6Omail/fetchmail distinfo Makefile, mail/fetchmail/patches patch-Makefile_in

   update to fetchmail-6.6.6
VersionDeltaFile
1.48.2.1+2-2mail/fetchmail/distinfo
1.176.2.1+1-1mail/fetchmail/Makefile
1.29.2.1+1-1mail/fetchmail/patches/patch-Makefile_in
+4-43 files

OpenBSD/ports kkGkUommail/fetchmail distinfo Makefile

   update to fetchmail-6.6.6; don't delete incorrect messages from IMAP if
   the server carried out an EXPUNGE that was not requested by the client.
VersionDeltaFile
1.50+2-2mail/fetchmail/distinfo
1.178+1-1mail/fetchmail/Makefile
+3-32 files

NetBSD/pkgsrc tsQjWNvmath/QXlsx distinfo Makefile, math/QXlsx/patches patch-QXlsx_CMakeLists.txt

   QXlsx: install missing include
VersionDeltaFile
1.3+19-11math/QXlsx/patches/patch-QXlsx_CMakeLists.txt
1.6+2-1math/QXlsx/distinfo
1.15+2-1math/QXlsx/Makefile
1.4+2-1math/QXlsx/PLIST
+25-144 files

LLVM/project 4a04568clang/lib/AST ExprConstant.cpp

[clang][ExprConst] Add early exit in `evaluateDestruction()` (#205476)

There's nothing to do here for them. It's a little sad that we still
crated the vector holding the notes int he caller but setting
`HasConstantDestruction` is a side-effect of `evaluateDestruction()`
that some callers rely on.
DeltaFile
+15-2clang/lib/AST/ExprConstant.cpp
+15-21 files