OPNSense/core 34cc30fsrc/opnsense/mvc/app/models/OPNsense/Base/FieldTypes ProtocolField.php

another
DeltaFile
+2-1src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/ProtocolField.php
+2-11 files

OPNSense/core f3f36besrc/opnsense/mvc/app/models/OPNsense/Base/FieldTypes ProtocolField.php

any is in there twice when not required, also uppercase
DeltaFile
+4-1src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/ProtocolField.php
+4-11 files

OPNSense/core e6a583asrc/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php ProtocolField.php

change inheritance
DeltaFile
+1-1src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/BaseField.php
+1-1src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/ProtocolField.php
+2-22 files

LLVM/project 2d62af8bolt/test lit.local.cfg, bolt/test/X86 lit.local.cfg

[NFCI][bolt][test] Enable AT&T syntax generally (#172355)

Having it in the X86 subdirectory only affects tests in that directory.
That's however not sufficient as for example runtime/X86/pie-exceptions-split.test is affected but
isn't located in the X86 directory.
This essentially fixes the fix for the original commit by guarding it properly for when the X86
target has been built and the flag is recognized.

Fixes: 6c48fbc1dcfbd44a47f126f21e575340b67aac06
DeltaFile
+5-0bolt/test/lit.local.cfg
+1-1bolt/test/X86/lit.local.cfg
+6-12 files

LLVM/project 84b2f12llvm/docs ReleaseNotes.md, llvm/include/llvm/MC MCStreamer.h

[MC][X86/M68k] Emit syntax directive for AT&T (#167234)

This eases interoperability by making it explicit in emitted assembly code which syntax is used.
Refactored to remove X86-specific directives and logic from the generic MC(Asm)Streamer.

Motivated by building LLVM with `-mllvm -x86-asm-syntax=intel` (i.e. a global preference for Intel
syntax). A Bolt test (`runtime/X86/fdata-escape-chars.ll`) was using `llc` to compile to assembly
and then assembling with `clang`. The specific option causes Clang to assume Intel syntax but only
for assembly and not inline assembly.
DeltaFile
+6-9llvm/lib/MC/MCAsmStreamer.cpp
+7-0llvm/test/CodeGen/X86/asm-dialect-directive.ll
+5-1llvm/lib/Target/X86/X86AsmPrinter.cpp
+4-0llvm/docs/ReleaseNotes.md
+0-4llvm/lib/Target/M68k/M68kAsmPrinter.cpp
+1-1llvm/include/llvm/MC/MCStreamer.h
+23-153 files not shown
+25-179 files

OPNSense/core ff0f692src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php

fix
DeltaFile
+1-1src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/BaseField.php
+1-11 files

NetBSD/pkgsrc sADu4m1textproc/television Makefile

   television: remove outdated comment
VersionDeltaFile
1.15+1-5textproc/television/Makefile
+1-51 files

NetBSD/pkgsrc MaRemXwdoc CHANGES-2026

   doc: Updated textproc/rumdl to 0.0.224
VersionDeltaFile
1.574+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc HHtbMX4textproc/rumdl distinfo Makefile

   textproc/rumdl: update to 0.0.224

   ## [0.0.224] - 2026-01-22

   ### Added

   - **GitHub Action: `fail-on-error` and `output-file` inputs** ([#324](https://github.com/rvben/rumdl/issues/324), [#325](https://github.com/rvben/rumdl/issues/325))
     - `fail-on-error`: Control whether the workflow fails on violations (default: `true`)
     - `output-file`: Write lint results to a file for use in subsequent steps

   - **LSP: `source.fixAll.rumdl` code action for fix-on-save**
     - Enables VS Code's "Fix All on Save" feature for rumdl
     - Configure with `editor.codeActionsOnSave: { "source.fixAll.rumdl": "explicit" }`

   ## [0.0.223] - 2026-01-21

   ### Added

   - **MD060: `column-align` option for table cell text alignment** ([#317](https://github.com/rvben/rumdl/issues/317))

    [24 lines not shown]
VersionDeltaFile
1.4+4-4textproc/rumdl/distinfo
1.4+2-2textproc/rumdl/Makefile
+6-62 files

OPNSense/core 2862589src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php

mvc: need this public to call from children as intended
DeltaFile
+1-1src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/BaseField.php
+1-11 files

NetBSD/pkgsrc kfHmnv0doc CHANGES-2026

   doc: Updated devel/mise to 2026.1.6
VersionDeltaFile
1.573+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc JL3w4Ppdevel/mise distinfo cargo-depends.mk

   devel/mise: update to 2026.1.6

   This release brings two significant quality-of-life improvements: enhanced error diagnostics for configuration files and a new environment caching system. When you make a typo in your mise.toml, you'll now get beautifully formatted error messages with precise line and column information thanks to miette diagnostics. The new environment caching feature can dramatically speed up shell activation for projects with complex environment setups.
   Highlights

   TOML Parsing Diagnostics - Configuration errors now display with clear, contextual error messages showing exactly where the problem is in your file. No more guessing which line has the syntax error! #7764 by @jdx

   Environment Caching - A new caching system for environment resolution that supports module-level cacheability. This can significantly speed up mise activate for projects with many tools or complex configurations. #7761 by @jdx

   Bug Fixes

       Auto-created venvs now properly handle freshness checks during the prepare phase, preventing unnecessary rebuilds #7770 by @jdx
       Task tools are now included in environment resolution cache checks, ensuring cache invalidation works correctly when task-specific tools change #7786 by @jdx
       Tool stubs now include dependency toolset paths, fixing issues where tools couldn't find their dependencies #7777 by @thejcannon
       Fixed rust lockfile inconsistency #7780 by @vadimpiven

   Registry Updates

       Added miller - a powerful CSV/JSON/etc data processing tool #7782 by @kit494way

    [11 lines not shown]
VersionDeltaFile
1.97+25-4devel/mise/distinfo
1.97+7-0devel/mise/cargo-depends.mk
1.102+2-2devel/mise/Makefile
+34-63 files

NetBSD/pkgsrc CK2oXlqdoc CHANGES-2026

   doc: Updated devel/hexpatch to 1.12.5
VersionDeltaFile
1.572+2-1doc/CHANGES-2026
+2-11 files

OPNSense/core 2578d43src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php ProtocolField.php, src/opnsense/mvc/app/models/OPNsense/Firewall DNat.xml

mvc: make ProtocolField aware of ChangeCase property

Set it by default and ensure consistency for when the setting is flipped.
DeltaFile
+15-13src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/BaseField.php
+7-5src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/ProtocolField.php
+1-1src/opnsense/mvc/app/models/OPNsense/Firewall/DNat.xml
+23-193 files

NetBSD/pkgsrc eZ05UfZdevel/hexpatch distinfo cargo-depends.mk

   devel/hexpatch: update to 1.12.5

   What's Changed

       Update deps
       Add feature to use system keystone by @Xeonacid in #153
       Improved German translation by @naibaf-1 in #154
VersionDeltaFile
1.16+844-580devel/hexpatch/distinfo
1.16+280-192devel/hexpatch/cargo-depends.mk
1.16+5-5devel/hexpatch/Makefile
+1,129-7773 files

LLVM/project 7633143llvm/lib/Target/AMDGPU AMDGPUSubtarget.cpp, llvm/test/CodeGen/AMDGPU waves-per-eu-hints-lower-occupancy-target.ll default-flat-work-group-size-overrides-waves-per-eu.ll

Revert "[AMDGPU] Allow amdgpu-waves-per-eu to lower target occupancy range (#…"

This reverts commit 967aeecdaa7db58db4cc896823b0327636c7219c.
DeltaFile
+0-84llvm/test/CodeGen/AMDGPU/waves-per-eu-hints-lower-occupancy-target.ll
+61-0llvm/test/CodeGen/AMDGPU/default-flat-work-group-size-overrides-waves-per-eu.ll
+14-20llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
+12-13llvm/test/CodeGen/AMDGPU/propagate-waves-per-eu.ll
+0-12llvm/test/CodeGen/AMDGPU/attr-amdgpu-waves-per-eu.ll
+2-2llvm/test/CodeGen/AMDGPU/vgpr-limit-gfx1250.ll
+89-1311 files not shown
+90-1347 files

OpenBSD/src ODlOHjHlib/libcrypto/dh dh_check.c

   Scapy special for DH_check()

   The latest release of Scapy calls DH_check() on all the well-known
   Diffie-Hellman parameters for RFCs 2409, 3526, and 7919. It does this
   via pyca/cryptography at startup. Every single time. This is obviously
   very expensive, due to our 64 MR rounds (which are complete overkill
   now that we have BPSW). Instead of pondering the ideal number of rounds
   for BPSW with FFDH, simply skip the check if the parameter matches a
   well-known prime. These are known to be safe primes, so we can skip
   those super-expensive and pointless checks without any risk.

   This is only done for the public dh->p parameter. It could be further
   optimized, but with the follow-up commit adding the RFC 7919 primes this
   reduces the startup time to what it was before Scapy 2.7.0: < 1s.

   Reverting from 64 MR rounds to BN_check_primes rounds, we would still
   have ~8s startup time without this optimization, which isn't great for
   an interactive tool.


    [11 lines not shown]
VersionDeltaFile
1.32+60-2lib/libcrypto/dh/dh_check.c
+60-21 files

LLVM/project 7184229llvm/include/llvm/CodeGen MachineInstrBuilder.h, llvm/lib/Target/AMDGPU SIInstrInfo.cpp AMDGPUInstructionSelector.cpp

[NFC][MI] Tidy Up RegState enum use (2/2) (#177090)

This Change makes `RegState` into an enum class, with bitwise operators.
It also:
- Updates declarations of flag variables/arguments/returns from
`unsigned` to `RegState`.
- Updates empty RegState initializers from 0 to `{}`.

If this is causing problems in downstream code:
- Adopt the `RegState getXXXRegState(bool)` functions instead of using a
ternary operator such as `bool ? RegState::XXX : 0`.
- Adopt the `bool hasRegState(RegState, RegState)` function instead of
using a bitwise check of the flags.
DeltaFile
+40-42llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
+29-29llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
+27-25llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
+26-20llvm/include/llvm/CodeGen/MachineInstrBuilder.h
+19-20llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp
+17-17llvm/lib/Target/AVR/AVRISelLowering.cpp
+158-15390 files not shown
+474-45496 files

FreeBSD/ports fa69b48x11/wleave distinfo Makefile.crates, x11/wleave/files patch-layout.json patch-man_wleave.json.5.scd

x11/wleave: Update to 0.7.0

Changelog: https://github.com/AMNatty/wleave/releases/tag/0.7.0

Reported by:    GitHub (watch releases)
DeltaFile
+105-95x11/wleave/distinfo
+51-46x11/wleave/Makefile.crates
+27-8x11/wleave/files/patch-layout.json
+31-0x11/wleave/files/patch-man_wleave.json.5.scd
+15-0x11/wleave/files/patch-man_wleave.1.scd
+1-2x11/wleave/Makefile
+230-1516 files

NetBSD/pkgsrc-wip 305d703yazi distinfo cargo-depends.mk, yazi/patches patch-yazi-shared_Cargo.toml

Remove yazi

Apparently @wiz did the same work and pushed it to main already :)
DeltaFile
+0-1,680yazi/distinfo
+0-560yazi/cargo-depends.mk
+0-39yazi/Makefile
+0-15yazi/patches/patch-yazi-shared_Cargo.toml
+0-8yazi/PLIST
+0-6yazi/DESCR
+0-2,3081 files not shown
+0-2,3097 files

OPNSense/core b3fa25esrc/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

Firewall: Rules [new]: Escape selector in rule_protocol (#9642)

DeltaFile
+5-3src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+5-31 files

LLVM/project 4d55fb4llvm/include/llvm/CodeGen TargetLowering.h

[TargetLowering] Avoid unnecessary EVT -> Type -> EVT roundtrip (NFC) (#177328)

For pointers, this gets the pointer EVT, then converts it back into a
type, and then gets the EVT for that type again. We can directly use the
pointer EVT.
DeltaFile
+12-12llvm/include/llvm/CodeGen/TargetLowering.h
+12-121 files

LLVM/project 7e25a31llvm/lib/Target/AMDGPU AMDGPUPrintfRuntimeBinding.cpp, llvm/test/CodeGen/AMDGPU opencl-printf.ll

[AMDGPU] Fix use-after-erase in OpenCL printf runtime binding (#177356)

When handling OpenCL printf calls, the AMDGPU backend replaces the
actual function call with a runtime binding. However, this replacement
currently assumes that there are no uses of the original call value
result. If there are uses, the erasure of the function call leads to
errors.
This patch replaces all uses of the original printf call with a 0 value
constant, signalling success of the printf operation.

---------

Signed-off-by: Steffen Holst Larsen <HolstLarsen.Steffen at amd.com>
Co-authored-by: Steffen Holst Larsen <HolstLarsen.Steffen at amd.com>
DeltaFile
+91-0llvm/test/CodeGen/AMDGPU/opencl-printf.ll
+6-2llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
+97-22 files

FreeBSD/ports ec0f328ftp/weex distinfo Makefile

ftp/weex: Update to 2.8.4.5
DeltaFile
+3-3ftp/weex/distinfo
+1-1ftp/weex/Makefile
+4-42 files

NetBSD/pkgsrc-wip 6ff341dyazi distinfo cargo-depends.mk, yazi/patches patch-yazi-shared_Cargo.toml

yazi: add update candidate
DeltaFile
+1,680-0yazi/distinfo
+560-0yazi/cargo-depends.mk
+39-0yazi/Makefile
+15-0yazi/patches/patch-yazi-shared_Cargo.toml
+8-0yazi/PLIST
+6-0yazi/DESCR
+2,308-01 files not shown
+2,309-07 files

FreeBSD/ports 712e527net-mgmt/packit pkg-descr Makefile

net-mgmt/packit: adjust COMMENT and pkg-descr

Align description with current, modernized upstream.
DeltaFile
+12-7net-mgmt/packit/pkg-descr
+2-1net-mgmt/packit/Makefile
+14-82 files

OPNSense/core abbe63esrc/opnsense/mvc/app/models/OPNsense/Firewall DNat.xml

firewall: lowercase for protocol values
DeltaFile
+1-0src/opnsense/mvc/app/models/OPNsense/Firewall/DNat.xml
+1-01 files

FreeBSD/doc 83305dewebsite/content/en/releases/14.4R schedule.adoc

14.4: On schedule

The code slush has started.

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+1-1website/content/en/releases/14.4R/schedule.adoc
+1-11 files

FreeBSD/src f31336bsys/dev/dpaa2 dpaa2_ni.c

dpnaa2: announce transmit checksum support

Let the network stack know that the NIC supports checksum offloading
for the IPv4 header checksum and the TCP and UDP transport checksum.
This avoids the computation in software and therefore provides the
expected performance gain.

PR:                     292006
Reviewed by:            dsl, Timo Völker
MFC after:              3 days
Differential Revision:  https://reviews.freebsd.org/D54809
DeltaFile
+8-2sys/dev/dpaa2/dpaa2_ni.c
+8-21 files

LLVM/project 88dbbe8flang/docs ReleaseNotes.md

flang ReleaseNotes: Mention experimental multi-image feature
DeltaFile
+3-0flang/docs/ReleaseNotes.md
+3-01 files