FreeBSD/ports adaadbfaudio/py-pyradio distinfo Makefile

audio/py-pyradio: Update to 0.9.3.11.30

ChangeLog:      https://github.com/coderholic/pyradio/releases/tag/0.9.3.11.30
Reported by:    Spiros Georgaras <notifications at github.com>
DeltaFile
+3-3audio/py-pyradio/distinfo
+1-1audio/py-pyradio/Makefile
+4-42 files

pkgng/pkgng 72758d3external/libecc Makefile.autosetup Makefile.in, libpkg Makefile.autosetup Makefile.in

Now that we have cleanup the build system we can rename Makefiles
DeltaFile
+0-251tests/Makefile.autosetup
+251-0tests/Makefile.in
+0-213libpkg/Makefile.autosetup
+213-0libpkg/Makefile.in
+0-147external/libecc/Makefile.autosetup
+147-0external/libecc/Makefile.in
+611-61137 files not shown
+1,302-1,30243 files

pkgng/pkgng 3669db6mk common.mk

mark as PHONY some targets
DeltaFile
+2-0mk/common.mk
+2-01 files

pkgng/pkgng 2bfc744mk common.mk, tests Makefile.autosetup

move out of common targets which are only for the test infra
DeltaFile
+1-14mk/common.mk
+8-0tests/Makefile.autosetup
+9-142 files

pkgng/pkgng be4844d. Leak.suppress Leak.suppress.in

Directrly call the suppress file from the sourcetree and Kyua from the
buildtree
DeltaFile
+637-0Leak.suppress
+0-637Leak.suppress.in
+6-3Makefile.autosetup
+6-0UndefinedBehaviour.suppress
+0-6UndefinedBehaviour.suppress.in
+649-6465 files

pkgng/pkgng 49d0d3flibpkg Makefile.autosetup, src Makefile.autosetup

don't add extra targets
DeltaFile
+2-3libpkg/Makefile.autosetup
+2-3src/Makefile.autosetup
+4-62 files

FreeBSD/ports e185086net/sniffnet distinfo Makefile.crates

net/sniffnet: Update to 1.5.0

Changelog: https://github.com/GyulyVGC/sniffnet/blob/v1.5.0/CHANGELOG.md

Reported by:    GitHub (watch releases)
DeltaFile
+761-673net/sniffnet/distinfo
+379-335net/sniffnet/Makefile.crates
+6-2net/sniffnet/Makefile
+1,146-1,0103 files

NetBSD/pkgsrc MexlBcwdoc CHANGES-2026

   Updated graphics/jbig2enc, net/haproxy
VersionDeltaFile
1.2551+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc M8c996Rnet/haproxy distinfo Makefile

   haproxy: updated to 3.3.7

   3.3.7

   - BUG/MINOR: mworker: fix sort order of mworker_proc in 'show proc'
   - BUG/MINOR: sock: adjust accept() error messages for ENFILE and ENOMEM
   - BUG/MINOR: qpack: fix 62-bit overflow and 1-byte OOB reads in decoding
   - MEDIUM: sched: do not run a same task multiple times in series
   - MINOR: sched: do not requeue a tasklet into the current queue
   - MINOR: sched: do not punish self-waking tasklets anymore
   - MEDIUM: sched: do not punish self-waking tasklets if TASK_WOKEN_ANY
   - MEDIUM: sched: change scheduler budgets to lower TL_BULK
   - MINOR: mux-h2: assign a limited frames processing budget
   - BUILD: sched: fix leftover of debugging test in single-run changes
   - BUG/MEDIUM: acme: fix multiple resource leaks in acme_x509_req()
   - BUG/MINOR: acme: leak of ext_san upon insertion error
   - BUG/MINOR: acme: wrong error when checking for duplicate section
   - BUG/MINOR: acme/cli: wrong argument check in 'acme renew'
   - Revert "BUG/MEDIUM: mux-h2: make sure to always report pending errors to the stream"

    [103 lines not shown]
VersionDeltaFile
1.146+4-4net/haproxy/distinfo
1.154+2-2net/haproxy/Makefile
+6-62 files

LLVM/project ca13692clang/lib/Serialization ASTReader.cpp, clang/test/Sema redefine_extname.cpp

Fix formatting of changes in recent redefine_extname changes. (#189938)

My recent commits fd7388d14083bb5094bce6a75444a37e424689d7 and
37888541a96e4f10bf1b71b869145f0d31a9d580 had minor formatting issues
which happened during editing the PR as I had forgotten to rerun
clang-format. Sorry for that. So here is the update.

Did not fix line lengths in the FileCheck tests as exceeding line length
in these seems more consistent.
DeltaFile
+2-2clang/lib/Serialization/ASTReader.cpp
+1-1clang/test/Sema/redefine_extname.cpp
+3-32 files

LLVM/project f780e46llvm/lib/Transforms/Scalar ExpandMemCmp.cpp

[llvm][ExpandMemCmp] Avoid making copy of loop value (#193915)

This fixes a compiler warning.
DeltaFile
+1-1llvm/lib/Transforms/Scalar/ExpandMemCmp.cpp
+1-11 files

OPNSense/core a689bf1src/opnsense/mvc/app/controllers/OPNsense/Core/Api SnapshotsController.php, src/opnsense/service/conf/actions.d actions_zfs.conf

system: last round of fixes for snapshot names

"." and ".." are special path names and must be excluded.

"-." or "-_" are somehow problematic inside configd but adding
using ''%s seems to appease the whole system and doesn't mess
with shell quoting.

Reported by: @sopex
DeltaFile
+5-5src/opnsense/service/conf/actions.d/actions_zfs.conf
+1-1src/opnsense/mvc/app/controllers/OPNsense/Core/Api/SnapshotsController.php
+6-62 files

LLVM/project 8685fb1mlir/include/mlir/Dialect CommonFolders.h, mlir/include/mlir/Dialect/Math/IR MathOps.td

[mlir][math] Add constant folding for `math.fpowi` (#193761)

Adds a constant folder for `math.fpowi` when both operands are constant
and the integer exponent is exactly representable in the floating-point
type of the base.
DeltaFile
+52-42mlir/include/mlir/Dialect/CommonFolders.h
+33-0mlir/test/Dialect/Math/canonicalize.mlir
+28-0mlir/lib/Dialect/Math/IR/MathOps.cpp
+2-4mlir/include/mlir/Dialect/Math/IR/MathOps.td
+2-1mlir/test/lib/Dialect/Test/TestPatterns.cpp
+117-475 files

OPNSense/core 9b83c7asrc/opnsense/service/conf/actions.d actions_zfs.conf

qoute all arguments, quotes and shell magic chars are not supported
DeltaFile
+5-5src/opnsense/service/conf/actions.d/actions_zfs.conf
+5-51 files

LLVM/project 839a22fflang/docs Directives.md, flang/lib/Lower Bridge.cpp

[Flang] Add `INLINEALWAYS` Compiler Directive (#192674)

Adds support for the INLINEALWAYS Compiler Directive to Flang. This was
previously supported in Classic-Flang, and works in the same way as
FORCEINLINE.

It can either be defined at the call site, or within the function the
user wishes to inline.

The missing support was highlighted while building an opensource
benchmark, as build warnings were indicating that this compiler
directive was being ignored.
DeltaFile
+139-0flang/test/Parser/inlinealways-directive.f90
+44-0flang/test/Lower/inlinealways-directive.f90
+25-0flang/lib/Lower/Bridge.cpp
+17-0flang/test/Semantics/inlinealways-directive01.f90
+15-0flang/lib/Semantics/resolve-names.cpp
+10-0flang/docs/Directives.md
+250-05 files not shown
+267-111 files

LLVM/project 170f030mlir/lib/Dialect/Math/IR MathOps.cpp

[mlir][math] Use APFloat::SemanticsToEnum in constant folding (#193914)

Refactor constant folding in the Math dialect to use APFloat::SemanticsToEnum() instead of getSizeInBits() when checking
floating-point semantics. Inferring semantics from bitwidth is fragile: different formats may share the same bit width but have distinct semantics, leading to incorrect dispatch. SemanticsToEnum() matches on the exact semantics descriptor, making the intent explicit and ensuring correct dispatch.
DeltaFile
+90-90mlir/lib/Dialect/Math/IR/MathOps.cpp
+90-901 files

NetBSD/pkgsrc iIcO0yjgraphics/jbig2enc Makefile distinfo

   jbig2enc: updated to 0.31

   0.31: (2026-04-21)
   * Fix undefined bit shifting behavior in jbig2arith.cc
   * Free resources also when not in symbol mode
   * Fix memory leak in unite_templates()
   * Fix end segment page number in jbig2enc.cc
   * Fix issue writing invalid jbig2 data for files that use per-page symtabs
   * Add version info about leptonica and available image libs
   * Add Github action for autotools (g++ and clang++) and msys2
   * Add Meson build system and GHA workflows
   * Add formatting rules
   * Add CI release workflow
   * Improve installation instructions and configure test for leptonica
   * Enable wildcard globbing for MSVC built jbig2 executable
VersionDeltaFile
1.9+3-5graphics/jbig2enc/Makefile
1.6+4-4graphics/jbig2enc/distinfo
+7-92 files

LLVM/project 3ec9bbcllvm/test/Transforms/DeadStoreElimination fence.ll fence-todo.ll

[DSE] Merge two test files and generate checks (NFC) (#193922)

Merge the todo file into the main test, showing current codegen.
DeltaFile
+81-17llvm/test/Transforms/DeadStoreElimination/fence.ll
+0-50llvm/test/Transforms/DeadStoreElimination/fence-todo.ll
+81-672 files

LLVM/project 297fb93llvm/test/Transforms/LICM atomics.ll

[LICM] Generate test checks (NFC) (#193921)
DeltaFile
+149-45llvm/test/Transforms/LICM/atomics.ll
+149-451 files

LLVM/project 4852c5bllvm/lib/Target/ARM ARMInstrThumb2.td, llvm/test/MC/ARM thumb-hvc-virt-diagnostics.s

[ARM][MC] Gate Thumb hvc alias on virtualization (#193532)
DeltaFile
+19-0llvm/test/MC/ARM/thumb-hvc-virt-diagnostics.s
+3-1llvm/lib/Target/ARM/ARMInstrThumb2.td
+22-12 files

OPNSense/core 948cda7src/opnsense/mvc/app/controllers/OPNsense/Core/Api SnapshotsController.php

validate more
DeltaFile
+1-1src/opnsense/mvc/app/controllers/OPNsense/Core/Api/SnapshotsController.php
+1-11 files

FreeBSD/ports a2969bemisc/py-sagemaker distinfo Makefile

misc/py-sagemaker: update 3.0.1 → 3.9.0
DeltaFile
+3-3misc/py-sagemaker/distinfo
+1-2misc/py-sagemaker/Makefile
+4-52 files

FreeBSD/ports 7daf1a4misc/py-sagemaker-train Makefile distinfo

misc/py-sagemaker-train: update 1.0 → 1.9.0
DeltaFile
+12-2misc/py-sagemaker-train/Makefile
+3-3misc/py-sagemaker-train/distinfo
+15-52 files

FreeBSD/ports 04a8fb6misc/py-sagemaker-mlops Makefile distinfo

misc/py-sagemaker-mlops: update 1.0 → 1.9.0
DeltaFile
+12-2misc/py-sagemaker-mlops/Makefile
+3-3misc/py-sagemaker-mlops/distinfo
+15-52 files

FreeBSD/ports 0230b0fmisc/ollama distinfo Makefile, misc/ollama/files update-port.sh

misc/ollama: update 0.21.0 → 0.21.2
DeltaFile
+11-11misc/ollama/distinfo
+3-5misc/ollama/files/update-port.sh
+1-5misc/ollama/Makefile
+15-213 files

FreeBSD/ports d7c2a73misc/py-sagemaker-core distinfo Makefile

misc/py-sagemaker-core: update 2.0.1 → 2.9.0
DeltaFile
+3-3misc/py-sagemaker-core/distinfo
+1-2misc/py-sagemaker-core/Makefile
+4-52 files

FreeBSD/ports 0caa4f4misc/comfy-cli distinfo Makefile

misc/comfy-cli: update 1.7.2 → 1.7.3
DeltaFile
+3-3misc/comfy-cli/distinfo
+1-1misc/comfy-cli/Makefile
+4-42 files

FreeBSD/ports f4786e1misc/py-sagemaker-serve Makefile distinfo

misc/py-sagemaker-serve: update 1.0 → 1.9.0
DeltaFile
+12-2misc/py-sagemaker-serve/Makefile
+3-3misc/py-sagemaker-serve/distinfo
+15-52 files

FreeBSD/ports 581e099science/phonopy distinfo Makefile, science/py-phonopy Makefile distinfo

science/{,py-}phonopy: update 3.4.0 → 3.5.1
DeltaFile
+23-0science/py-phonopy/files/patch-test_conftest.py
+5-16science/py-phonopy/Makefile
+3-3science/py-phonopy/distinfo
+3-3science/phonopy/distinfo
+1-1science/phonopy/Makefile
+35-235 files

FreeBSD/ports b5fa090misc/lean-ctx distinfo Makefile

misc/lean-ctx: update 3.3.5 → 3.3.6
DeltaFile
+61-39misc/lean-ctx/distinfo
+30-19misc/lean-ctx/Makefile
+91-582 files