OPNSense/core d35b281src/opnsense/mvc/app/library/OPNsense/Firewall FilterRule.php

firewall: avoid emitting reply-to on block rules as well (#10513)

Remove reply-to the same way that 20070de did it for route-to.
DeltaFile
+3-3src/opnsense/mvc/app/library/OPNsense/Firewall/FilterRule.php
+3-31 files

LLVM/project c0b8bbcflang/lib/Optimizer/Transforms FIRToMemRef.cpp, flang/test/Transforms/FIRToMemRef emboxed-slice-rank-reduction.mlir emboxed-slice-stride.mlir

[FIRToMemRef] Fix wrong indexing for converted array_coor over sliced fir.embox

FIRToMemRef::convertArrayCoorOp routes through getMemrefIndices, which
only folds the first `rank` triples of sliceInfo.sliceVec into the memref
indices (i.e. the array_coor's own slice); the embox's slice triples --
which sit at [rank*3 .. 2*rank*3-1] when both are present -- were dropped.
Three consequences, three fixes here:

  1. Non-collapsed embox slice lbs contribute (lb - 1) per Fortran dim to
     each memref index. Fold them in in memref order (reversed Fortran
     order) so the reinterpret_cast view lands at the right column.

  2. The shapeVec-else stride path used shapeVec[0..rank-1] to build the
     outer strides. With both slices present, that's the box's (slice's)
     extents. Use shapeVec[rank..2*rank-1] instead -- the parent's extents
     -- so the outer stride is the parent's leading dim rather than the
     slice's own size.

  3. Rank-reducing embox slices (undef ub/step triples) have no memref

    [5 lines not shown]
DeltaFile
+148-2flang/lib/Optimizer/Transforms/FIRToMemRef.cpp
+82-0flang/test/Transforms/FIRToMemRef/emboxed-slice-rank-reduction.mlir
+67-0flang/test/Transforms/FIRToMemRef/emboxed-slice-stride.mlir
+65-0flang/test/Transforms/FIRToMemRef/emboxed-slice-array-coor.mlir
+362-24 files

LLVM/project ed4a800flang/lib/Optimizer/Transforms FIRToMemRef.cpp, flang/test/Transforms/FIRToMemRef emboxed-slice-non-unit-stride-non-unit-lb.mlir emboxed-slice-rank-reduction-nonprefix.mlir

Review comments: non-unit stride
DeltaFile
+63-40flang/lib/Optimizer/Transforms/FIRToMemRef.cpp
+69-0flang/test/Transforms/FIRToMemRef/emboxed-slice-non-unit-stride-non-unit-lb.mlir
+58-0flang/test/Transforms/FIRToMemRef/emboxed-slice-rank-reduction-nonprefix.mlir
+10-7flang/test/Transforms/FIRToMemRef/emboxed-slice-rank-reduction.mlir
+8-4flang/test/Transforms/FIRToMemRef/emboxed-slice-stride.mlir
+8-4flang/test/Transforms/FIRToMemRef/emboxed-slice-array-coor.mlir
+216-556 files

FreeBSD/src e2d5644share/man/man4 hrfkill.4 hidbus.4, sys/conf NOTES

hrfkill: Add driver to report RFKILL button press

This driver only reports the RFKILL button presses.

This is needed for the "airplane" key on some Framework laptops.

Reviewed by:    wulf, ziaee
Event:          Halifax Hackathon 202606
Location:       vishwin@'s car
Co-authored-by: Daniel Shaefer
Sponsored by:   Framework Computer Inc
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D57838
DeltaFile
+111-0sys/dev/hid/hrfkill.c
+82-0share/man/man4/hrfkill.4
+8-0sys/modules/hid/hrfkill/Makefile
+2-0sys/dev/hid/hid.h
+1-0share/man/man4/hidbus.4
+1-0sys/conf/NOTES
+205-03 files not shown
+208-09 files

FreeBSD/ports 84fc856devel/convco distinfo Makefile

devel/convco: update 0.6.4 → 0.7.0
DeltaFile
+333-177devel/convco/distinfo
+166-89devel/convco/Makefile
+499-2662 files

FreeBSD/ports 71ab63bdevel/py-pyTooling distinfo Makefile, devel/py-pyTooling/files patch-pyproject.toml

devel/py-pyTooling: update 8.14.0 → 8.16.1
DeltaFile
+4-3devel/py-pyTooling/files/patch-pyproject.toml
+3-3devel/py-pyTooling/distinfo
+1-1devel/py-pyTooling/Makefile
+8-73 files

FreeBSD/ports 62539a1devel/py-blessed Makefile distinfo

devel/py-blessed: update 1.44.0 → 1.47.0
DeltaFile
+3-3devel/py-blessed/Makefile
+3-3devel/py-blessed/distinfo
+6-62 files

FreeBSD/ports 0f6acabdevel/lefthook distinfo Makefile

devel/lefthook: update 2.1.9 → 2.1.10
DeltaFile
+5-5devel/lefthook/distinfo
+1-2devel/lefthook/Makefile
+6-72 files

FreeBSD/ports 1a9281dbiology/py-gtfparse distinfo Makefile

biology/py-gtfparse: update 2.7.1 → 2.8.0
DeltaFile
+3-3biology/py-gtfparse/distinfo
+1-1biology/py-gtfparse/Makefile
+4-42 files

OpenBSD/src r2fwEWyusr.bin/tmux spawn.c

   Allow empty name with new-window again, from Jacob Koziej.
VersionDeltaFile
1.46+2-2usr.bin/tmux/spawn.c
+2-21 files

OPNSense/core 33d4828src/opnsense/mvc/app/library/OPNsense/Firewall FilterRule.php

firewall: reply-to also needs to be removed
DeltaFile
+3-3src/opnsense/mvc/app/library/OPNsense/Firewall/FilterRule.php
+3-31 files

FreeBSD/ports 78ec348graphics/crucible distinfo Makefile

graphics/crucible: update to g20260610
DeltaFile
+5-5graphics/crucible/distinfo
+3-4graphics/crucible/Makefile
+8-92 files

FreeBSD/ports a0f5607graphics/vkrunner distinfo Makefile

graphics/vkrunner: update to g20260605
DeltaFile
+3-3graphics/vkrunner/distinfo
+2-3graphics/vkrunner/Makefile
+5-62 files

FreeBSD/ports 0589615lang/cairo distinfo Makefile

lang/cairo: update 2.19.0 → 2.19.2
DeltaFile
+3-3lang/cairo/distinfo
+1-1lang/cairo/Makefile
+4-42 files

FreeBSD/ports 47dea4dlang/py-textX distinfo Makefile

lang/py-textX: update 4.3.0 → 4.4.0
DeltaFile
+3-3lang/py-textX/distinfo
+1-1lang/py-textX/Makefile
+4-42 files

FreeBSD/ports c29c913misc/py-fastmcp-slim distinfo Makefile

misc/py-fastmcp-slim: update 3.4.2 → 3.4.4
DeltaFile
+3-3misc/py-fastmcp-slim/distinfo
+1-1misc/py-fastmcp-slim/Makefile
+4-42 files

FreeBSD/ports 682db0fmath/py-sparsediffpy distinfo Makefile

math/py-sparsediffpy: update 0.5.1 → 0.6.0
DeltaFile
+3-3math/py-sparsediffpy/distinfo
+1-1math/py-sparsediffpy/Makefile
+4-42 files

FreeBSD/ports c6205e9cad/py-gmsh Makefile

cad/py-gmsh: fix build with python 3.12

PR:     296597
DeltaFile
+3-1cad/py-gmsh/Makefile
+3-11 files

FreeBSD/ports 90b29d4misc/ollama distinfo Makefile, misc/ollama/files update-port.sh

misc/ollama: update 0.31.1 → 0.31.2
DeltaFile
+15-15misc/ollama/distinfo
+0-8misc/ollama/files/update-port.sh
+1-1misc/ollama/Makefile
+16-243 files

FreeBSD/ports 23c9fc8misc/py-langchain distinfo Makefile

misc/py-langchain: update 1.3.11 → 1.3.12
DeltaFile
+3-3misc/py-langchain/distinfo
+2-2misc/py-langchain/Makefile
+5-52 files

FreeBSD/ports d170d66www/py-qh3 distinfo Makefile, www/py-qh3/files patch-pyproject.toml

www/py-qh3: update 1.9.2 → 1.9.3
DeltaFile
+59-63www/py-qh3/distinfo
+30-32www/py-qh3/Makefile
+9-0www/py-qh3/files/patch-pyproject.toml
+98-953 files

FreeBSD/ports fad6efdmisc/py-langchain-core distinfo Makefile

misc/py-langchain-core: update 1.4.8 → 1.4.9
DeltaFile
+3-3misc/py-langchain-core/distinfo
+2-2misc/py-langchain-core/Makefile
+5-52 files

FreeBSD/ports 6dfe5f4misc/py-langsmith distinfo Makefile

misc/py-langsmith: update 0.9.3 → 0.10.0
DeltaFile
+3-3misc/py-langsmith/distinfo
+1-1misc/py-langsmith/Makefile
+4-42 files

FreeBSD/ports a34a853misc/py-torchvision distinfo Makefile

misc/py-torchvision: update 0.27.0 → 0.28.0
DeltaFile
+3-3misc/py-torchvision/distinfo
+1-1misc/py-torchvision/Makefile
+4-42 files

FreeBSD/ports 6c2dc04multimedia/kew distinfo Makefile

multimedia/kew: update 4.1.7 → 4.1.8
DeltaFile
+3-3multimedia/kew/distinfo
+1-1multimedia/kew/Makefile
+4-42 files

FreeBSD/ports 8159658misc/claude-code distinfo Makefile

misc/claude-code: update 2.1.204 → 2.1.205
DeltaFile
+5-5misc/claude-code/distinfo
+1-1misc/claude-code/Makefile
+6-62 files

FreeBSD/ports 71f729esecurity/ratify distinfo Makefile

security/ratify: update 2.5.0 → 2.6.0
DeltaFile
+3-3security/ratify/distinfo
+1-2security/ratify/Makefile
+4-52 files

FreeBSD/ports a2645eawww/py-google-cloud-bigquery distinfo Makefile

www/py-google-cloud-bigquery: update 3.41.0 → 3.42.2
DeltaFile
+3-3www/py-google-cloud-bigquery/distinfo
+2-2www/py-google-cloud-bigquery/Makefile
+5-52 files

FreeBSD/ports 70b49ddmisc/grok-build distinfo Makefile

misc/grok-build: update 0.2.91 → 0.2.93
DeltaFile
+5-5misc/grok-build/distinfo
+1-1misc/grok-build/Makefile
+6-62 files

LLVM/project c0ef9c5llvm/lib/Target/WebAssembly WebAssembly.td WebAssemblySubtarget.cpp, llvm/lib/Target/WebAssembly/AsmParser WebAssemblyAsmParser.cpp

[WebAssembly] Use SubtargetFeature's Implies field (#206643)

This makes use of `SubtargetFeature`'s `Implies` field, which lets us
define feature dependencies:

https://github.com/llvm/llvm-project/blob/442c59c75ca384db53a6d6d81686b17ea4b397c3/llvm/include/llvm/Target/Target.td#L568-L571
and removes C++ code that specified feature dependencies.

These are the dependencies specified. EH dependencies are currently only
specified in clang options, and others are specified in
`WebAssemblySubtarget.cpp`.
- exception-handling implies multivalue and reference-types
- bulk-memory implifes bulk-memory-opt
- gc implies reference-types
- reference-types implies call-indirect-overlong

The features in `WebAssembly.td` were sorted in the alphabetical order,
but this changes it because implied features have to come before the
implying feature, e.g., multivalue and reference-types have to come

    [23 lines not shown]
DeltaFile
+19-15llvm/lib/Target/WebAssembly/WebAssembly.td
+0-22llvm/lib/Target/WebAssembly/WebAssemblySubtarget.cpp
+1-12llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
+1-1llvm/test/MC/WebAssembly/function-alias.ll
+21-504 files