NetBSD/pkgsrc Ka2o1yBdoc CHANGES-2026

   doc: Updated net/ruby-net-ping to 2.1.1
VersionDeltaFile
1.5330+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc xD2s5uOnet/ruby-net-ping Makefile PLIST

   net/ruby-net-ping: update to 2.1.1

   pkgsrc change: remove a pkglint warning, wrong CATEGORIES.


   2.1.0 (2026-08-08)

   * Publish platform-specific gem metadata so Linux installs cap2 and current
     Windows RubyInstaller installs win32-security for ICMP support #44.

   * Fix the FreeBSD ping6 timeout option #43.

   * Add Ruby 4.0 to the test matrix and add win32ole as an explicit Windows
     dependency, since it is no longer a default gem as of Ruby 4.0 #41.

   * Move Net::Ping::VERSION into its own file so the gemspec version can no
     longer drift out of sync with it #37.

   * Fix Net::Ping::External#ping6 setting a spurious "undefined method '=~'

    [8 lines not shown]
VersionDeltaFile
1.18+4-4net/ruby-net-ping/distinfo
1.18+3-3net/ruby-net-ping/Makefile
1.5+5-1net/ruby-net-ping/PLIST
+12-83 files

NetBSD/pkgsrc uAcIrVOdoc CHANGES-2026

   doc: Updated devel/ruby-simplecov to 1.1.1
VersionDeltaFile
1.5329+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc AElKegcdevel/ruby-simplecov PLIST Makefile

   devel/ruby-simplecov: update to 1.1.1

   pkgsrc change: remove pkglint warnings from DESCR.

   1.1.1 (2026-08-12)

   What's Changed

   * Bump step-security/harden-runner from 2.20.0 to 2.20.1 by
     @dependabot[bot] in #1258
   * rspec-conductor Support by @sferik in #1259

   Contributors

   * @sferik
   * @dependabot
VersionDeltaFile
1.29+4-4devel/ruby-simplecov/distinfo
1.20+1-3devel/ruby-simplecov/PLIST
1.32+2-2devel/ruby-simplecov/Makefile
1.3+2-2devel/ruby-simplecov/DESCR
+9-114 files

NetBSD/pkgsrc HPjOOocdoc CHANGES-2026

   doc: Updated devel/ruby-io-event to 1.19.5
VersionDeltaFile
1.5328+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 0dn5TfOdevel/ruby-io-event Makefile distinfo

   devel/ruby-io-event: update to 1.19.5

   1.19.5 (2026-08-14)

   * Preserve the original exception or non-local control flow when
     IO::Event::WorkerPool cancellation interrupts a blocked fiber, while still
     cancelling and draining the in-flight blocking operation before returning
     control to Ruby.
VersionDeltaFile
1.42+4-4devel/ruby-io-event/distinfo
1.44+2-2devel/ruby-io-event/Makefile
+6-62 files

OPNSense/core 8c007acsrc/opnsense/mvc/app/controllers/OPNsense/Interfaces/forms dialogAssignment.xml, src/opnsense/mvc/app/models/OPNsense/Interfaces NetworkInterface.php NetworkInterface.xml

Interfaces: Assignments - add interface configuration settings in new assignments page. for https://github.com/opnsense/core/issues/10568

work in progress
DeltaFile
+40-0src/opnsense/mvc/app/controllers/OPNsense/Interfaces/forms/dialogAssignment.xml
+39-0src/opnsense/mvc/app/models/OPNsense/Interfaces/NetworkInterface.xml
+31-2src/opnsense/mvc/app/models/OPNsense/Interfaces/NetworkInterface.php
+16-1src/opnsense/mvc/app/views/OPNsense/Interface/assignment.volt
+126-34 files

LLVM/project f9f1170llvm/lib/Target/M68k M68kInstrArithmetic.td M68kInstrShiftRotate.td, llvm/test/CodeGen/M68k/Arith divide-by-constant.ll rem.ll

[M68k] Implement `SWAP` instruction encoding, patterns, and tests (#215597)
DeltaFile
+69-0llvm/test/CodeGen/M68k/Arith/rem.ll
+27-11llvm/lib/Target/M68k/M68kISelLowering.cpp
+30-0llvm/lib/Target/M68k/M68kInstrShiftRotate.td
+28-0llvm/test/CodeGen/M68k/ShiftRotate/bswap.ll
+15-12llvm/lib/Target/M68k/M68kInstrArithmetic.td
+4-10llvm/test/CodeGen/M68k/Arith/divide-by-constant.ll
+173-332 files not shown
+195-338 files

NetBSD/pkgsrc AavZQk7doc CHANGES-2026

   doc: Updated net/p5-Net-OAuth to 0.32
VersionDeltaFile
1.5327+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc aFCYhB0net/p5-Net-OAuth distinfo Makefile

   p5-Net-OAuth: update to 0.32.

   0.32   Sun 16 Aug 00:51:04 BST 2026
          [Security]
          - The Net::OAuth smart_require function no longer memoizes
            failures, which allowed attackers to exhaust memory with
            requests for invalid signature methods. CVE-2026-72888

          - Net::OAuth::Client no longer allows silent downgrades from
            OAuth 1.0a to 1.0 when the remote provider drops the
            oauth_verifier.  The behavior can be re-enabled with the
            allow_v1a_downgrade option. CVE-2026-72887

          [Bug Fixes]
          - RSA-SHA1 now pins PKCS#1 v1.5 padding and the SHA-1 hash rather
            than inheriting Crypt::OpenSSL::RSA's defaults, which have drifted
            (SHA-256 in 0.29_01, RSA-PSS in 0.35). Against 0.35 and later this
            produced RSA-PSS signatures that no RFC 5849 3.4.3 compliant server
            will accept. Reported as Debian #1142954.

    [98 lines not shown]
VersionDeltaFile
1.28+7-10net/p5-Net-OAuth/Makefile
1.9+4-4net/p5-Net-OAuth/distinfo
+11-142 files

FreeBSD/ports 1ac7d5fdevel Makefile, devel/py-icecream pkg-descr distinfo

devel/py-icecream: New port

Never use print() to debug again: inspect variables, expressions,
and program execution with a single, simple function call.

Approved by:    hrs (mentor)
DeltaFile
+27-0devel/py-icecream/Makefile
+3-0devel/py-icecream/distinfo
+2-0devel/py-icecream/pkg-descr
+1-0devel/Makefile
+33-04 files

NetBSD/pkgsrc-wip 8269aa1. TODO, py-whichllm Makefile distinfo

py-whichllm: update to 0.5.16
DeltaFile
+18-0py-whichllm/PLIST
+3-3py-whichllm/distinfo
+1-1py-whichllm/Makefile
+0-1TODO
+22-54 files

LLVM/project ea347c8llvm/include/llvm/ADT FoldingSet.h, llvm/lib/Support FoldingSet.cpp

[ADT] Remove bucket_begin, bucket_end, and FoldingSetBucketIterator (NFC) (#216548)

This patch removes bucket_begin, bucket_end, and the underlying
FoldingSetBucketIterator and FoldingSetBucketIteratorImpl classes in
FoldingSet.

These were added on February 4, 2008 in commit
e2887863563fe5d2fdd8e1219b76fdc1ee9ec37d for ImutAVLTree in
ImmutableSet.h.  The last use was removed on November 30, 2010 in commit
dbd89971ffb3a222dc91513585e8d6b5bc7882db when ImmutableSet switched
from FoldingSet to DenseSet.

Assisted-by: Antigravity
DeltaFile
+1-59llvm/include/llvm/ADT/FoldingSet.h
+0-7llvm/lib/Support/FoldingSet.cpp
+1-662 files

NetBSD/pkgsrc nZzYzi0doc TODO CHANGES-2026

   doc: Updated textproc/rumdl to 0.2.55
VersionDeltaFile
1.27768+1-2doc/TODO
1.5326+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc UjerjVztextproc/rumdl Makefile distinfo

   rumdl: update to 0.2.55.

   Fixed

       lsp: honor per-directory config across workspace features (2c7670f)
       core: align path-aware document processing across adapters (7285b7a)

   Performance

       lsp: construct workspace index rules directly (864e42a)
VersionDeltaFile
1.50+4-4textproc/rumdl/distinfo
1.52+2-2textproc/rumdl/Makefile
+6-62 files

NetBSD/pkgsrc-wip 9cb01b3. TODO, py-anydoc Makefile cargo-depends.mk

py-anydoc: update to 0.1.9
DeltaFile
+9-9py-anydoc/distinfo
+2-2py-anydoc/cargo-depends.mk
+1-1py-anydoc/Makefile
+0-1TODO
+12-134 files

NetBSD/pkgsrc-wip f456e0b. TODO, forge Makefile go-modules.mk

forge: update to 0.8.0
DeltaFile
+39-39forge/distinfo
+12-13forge/go-modules.mk
+1-1forge/Makefile
+0-1TODO
+52-544 files

NetBSD/pkgsrc-wip d64dca2. TODO, py-xy Makefile distinfo

py-xy: update to 0.0.6
DeltaFile
+18-0py-xy/PLIST
+3-3py-xy/distinfo
+1-1py-xy/Makefile
+0-1TODO
+22-54 files

LLVM/project 723b6a6mlir/include/mlir/Dialect/LLVMIR NVVMOps.td, mlir/lib/Dialect/LLVMIR/IR NVVMDialect.cpp

[MLIR][NVVM] Spell strict assembly properties directly

Bind every NVVM inherent property in its operation assembly format and
re-enable strict property parsing for the dialect. Use direct named clauses
for declarative formats and custom MMA parsers while retaining dictionaries
for discardable attributes.

Assisted-by: Codex
DeltaFile
+345-157mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+415-5mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
+156-156mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-tensor.mlir
+156-156mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-sp-tensor.mlir
+128-128mlir/test/Target/LLVMIR/nvvm/tma_store_reduce.mlir
+29-203mlir/test/Target/LLVMIR/nvvm/mma-sparse-blockscale.mlir
+1,229-805100 files not shown
+3,505-4,033106 files

LLVM/project 82b12a8llvm/test/CodeGen/X86 pdep-vector-128.ll pext-vector-128.ll

[DAG] expandPEXT/PDEP - scalarize vector instructions if the scalar type is legal (#216567)

If the scalar instruction is legal, just unroll (scalarize) - similar to
what a lot of other generic expansions already do.

Helps x86/BMI2 targets at least for vXi32/i64 types - there's more we
can do to address vXi8/i16 types and slow-PDEP/PEXT cases (znver1/2
etc.) but they can be addressed later with x86 specific lowering after
we have the generic base in place.

Fixes #214508
DeltaFile
+226-822llvm/test/CodeGen/X86/pext-vector-512.ll
+227-816llvm/test/CodeGen/X86/pdep-vector-512.ll
+111-460llvm/test/CodeGen/X86/pext-vector-256.ll
+111-453llvm/test/CodeGen/X86/pdep-vector-256.ll
+48-328llvm/test/CodeGen/X86/pext-vector-128.ll
+47-320llvm/test/CodeGen/X86/pdep-vector-128.ll
+770-3,1991 files not shown
+778-3,1997 files

FreeBSD/src aab7bd4etc/mtree BSD.usr.dist

mtree: usr: add missing bsdconfig datetime directories

8cfe06ee4415 installs into 085.datetime and share/bsdconfig/datetime,
but those paths were not in BSD.usr.dist. In-place installworld then
fails when install(1) cannot create the destination.

Fixes:  8cfe06ee4415 ("bsdconfig: add datetime module for live system clock")
DeltaFile
+6-0etc/mtree/BSD.usr.dist
+6-01 files

LLVM/project 3d3203aclang/lib/CIR/Dialect/Transforms CIRSimplify.cpp, clang/test/CIR/Transforms constant-load-fold.cpp constant-load-fold.cir

[CIR] Fold load from constant alloca slots (#212284)

This patch folds non-volatile non-atomic `cir.load` operation that loads
from a constant alloca slot into the initial value stored into that
slot, if the initialization dominates the load.

This effectively enables "constant folding" at the C/C++ language level.
Consider the following C/C++ source program:

```cpp
int g();
void use(int);

void h(const int *);   // <-- The body of h is external.
void f() {
  const int x = g();
  h(&x);
  use(x);
}

    [8 lines not shown]
DeltaFile
+140-0clang/test/CIR/Transforms/constant-load-fold.cir
+97-0clang/lib/CIR/Dialect/Transforms/CIRSimplify.cpp
+38-0clang/test/CIR/Transforms/constant-load-fold.cpp
+275-03 files

FreeBSD/ports dc20c86archivers/minizip Makefile, archivers/minizip/files patch-minizip.pc.in

archivers/minizip: Restore backward compatibility broken by upstream in a minor update

https://github.com/madler/zlib/issues/1211
https://github.com/madler/zlib/commit/7e6f0784cc0c33e8d5fcb368248168c6656f73c8

Reported by:    diizzy (via email), fluffy (via telegram)
Sponsored by:   UNIS Labs
DeltaFile
+8-0archivers/minizip/files/patch-minizip.pc.in
+1-0archivers/minizip/Makefile
+9-02 files

NetBSD/pkgsrc 4GJKh45doc TODO CHANGES-2026

   doc: Updated devel/sem to 0.21.1
VersionDeltaFile
1.27767+1-2doc/TODO
1.5325+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc v6yfqIHdevel/sem cargo-crates.mk Makefile

   sem: update to 0.21.1.

   ### Fixed

   - **Building a graph over Svelte components no longer crashes
   (SIGSEGV) on Linux/glibc.** `sem graph`/`context`/`orient` over
   `.svelte` files deterministically exited 139 from an invalid free
   in the `tree-sitter-htmlx-svelte` 0.1.8 grammar's scanner, hit
   during parallel graph construction (macOS's allocator tolerated
   the bad free, so it only showed on Linux). Bumped the grammar to
   0.1.16, which carries the scanner fixes; the existing version
   constraint already permitted it, so this is a lock-only dependency
   update. Added a parallel-Svelte-graph regression test. Thanks @XF-FW
   for the exhaustive isolation and the verified fix (#471).
VersionDeltaFile
1.5+10-10devel/sem/distinfo
1.4+2-2devel/sem/cargo-crates.mk
1.5+2-2devel/sem/Makefile
+14-143 files

NetBSD/src d4It7Qzusr.bin/m4 gnum4.c

   m4(1): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.15+3-6usr.bin/m4/gnum4.c
+3-61 files

LLVM/project 4c5182ellvm/include/llvm/Transforms/Vectorize/SandboxVectorizer Scheduler.h DependencyGraph.h, llvm/lib/Transforms/Vectorize/SandboxVectorizer Scheduler.cpp DependencyGraph.cpp

[SandboxVec][DAG][NFC] Replace UnscheduledSuccs/Preds with a single variable (#215364)

This is a cleanup patch that replaces the two DAG node unscheduled
dependency counters (that is UnscheduledSuccs and UnscheduledPreds) with
a single one named UnscheduledDeps.

The reasoning is that scheduling operates on one direction at a time so
if we are scheduling bottom-up then we only need the unscheduled
successors, and if we schedule top-down then we only need the
unscheduled predecessors.
DeltaFile
+218-122llvm/unittests/Transforms/Vectorize/SandboxVectorizer/DependencyGraphTest.cpp
+32-39llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.h
+25-17llvm/lib/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.cpp
+10-13llvm/lib/Transforms/Vectorize/SandboxVectorizer/Scheduler.cpp
+6-9llvm/unittests/Transforms/Vectorize/SandboxVectorizer/SchedulerTest.cpp
+1-4llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Scheduler.h
+292-2046 files

NetBSD/pkgsrc GqJtXAvdoc TODO CHANGES-2026

   doc: Updated mail/rspamd to 4.1.5
VersionDeltaFile
1.27766+1-2doc/TODO
1.5324+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc wbgRmTmmail/rspamd cfgfiles.mk distinfo

   rspamd: update to 4.1.5.

   4.1.5: 14 Aug 2026

     ** Incompatible changes **
     * [Rework] gpt: Return only a boolean from the condition callback (request content generation moved into gpt_check)
     * [Conf] Ship explicit allow_file_and_shm_inputs = true defaults for the normal, controller and proxy workers (the default becomes false in the next major release)

     ** Features **
     * [Feature] fuzzy: Share sender facts (SPF, DKIM, DMARC, PTR state, recipient bucket, TLS) with storages over encrypted rules
     * [Feature] mime: Decode PDF simple font text via the font's /Encoding (Annex D base encodings and /Differences overrides)
     * [Feature] mime: Parse PDF /ToUnicode CMaps and decode composite (Type0) fonts
     * [Feature] elastic: Structured fuzzy match results and message size in the schema

     ** Bug fixes **
     * [CritFix] protocol: Gate File/Path/Shm message sources behind allow_file_and_shm_inputs (any TCP client could have arbitrary files parsed)
     * [Fix] controller: Rate limit authentication failures per source (max_auth_failures)
     * [Fix] fuzzy: Per-key forbidden_ids replaces the default set instead of adding to it
     * [Fix] fuzzy: Apply the per-key ACL to delayed v1 replies

    [22 lines not shown]
VersionDeltaFile
1.79+4-4mail/rspamd/distinfo
1.139+4-4mail/rspamd/Makefile
1.24+1-1mail/rspamd/cfgfiles.mk
+9-93 files

OpenBSD/ports jg8DPtYdevel/kf6/breeze-icons/pkg PLIST, devel/kf6/kcalendarcore distinfo

   Update KDE Frameworks 6.29.0

   https://kde.org/announcements/frameworks/6/6.29.0/
VersionDeltaFile
1.4+127-0x11/oxygen-icons/pkg/PLIST
1.3+2-104devel/kf6/knotifications/pkg/PLIST
1.25+46-10devel/kf6/breeze-icons/pkg/PLIST
1.5+4-5devel/kf6/kdav/Makefile
1.7+3-4devel/kf6/kcontacts/Makefile
1.27+2-2devel/kf6/kcalendarcore/distinfo
+184-12598 files not shown
+369-277104 files