NetBSD/pkgsrc pom1q7zmath/R-energy Makefile distinfo, math/R-energy/patches patch-src_Makevars

   (math/R-energy) Fix build against R 4.6.0
VersionDeltaFile
1.1+18-0math/R-energy/patches/patch-src_Makevars
1.7+2-1math/R-energy/Makefile
1.8+2-1math/R-energy/distinfo
+22-23 files

FreeBSD/src 44eb288sys/dev/acpica acpi.c

acpi: On /dev/power suspend, trigger userspace notifications

On a suspend request via ioctl(), /dev/acpi (and compatible /dev/apm)
both call acpi_ReqSleepState() instead of directly calling
acpi_EnterSleepState().  The former does more checks, returns success if
the machine is already suspending, and notifies user space (via devd(8))
about the impending suspend.  In other words, it seems to have been
designed for user consumption more than the latter function.

So, use acpi_ReqSleepState() in place of acpi_EnterSleepState() in
acpi_pm_func(), which is ultimately called by power_pm_suspend(), itself
called by power_ioctl().  Other callers of power_pm_suspend() (such as
the console drivers) are also user-facing facilities, so should also
benefit from this change.

Reviewed by:    mhorne, imp
Tested by:      mhorne
MFC after:      2 weeks
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D57239
DeltaFile
+1-1sys/dev/acpica/acpi.c
+1-11 files

LLVM/project 3eb9aacclang/lib/CodeGen CGOpenMPRuntime.cpp

[clang][CodeGen][NFC] Fixed typos in comments. (#197052)
DeltaFile
+3-3clang/lib/CodeGen/CGOpenMPRuntime.cpp
+3-31 files

FreeNAS/freenas 7f1c592src/middlewared/middlewared/plugins/certificate create_handlers.py utils.py

clean up plugins.certificate.utils.get_private_key
DeltaFile
+2-14src/middlewared/middlewared/plugins/certificate/create_handlers.py
+7-5src/middlewared/middlewared/plugins/certificate/utils.py
+9-192 files

LLVM/project ef6ca0cclang/test/Headers __clang_hip_math.hip, llvm/test/CodeGen/RISCV rvp-simd-64.ll

Merge branch 'main' into users/jeanPerier/mem2reg-view-interface
DeltaFile
+262-1,158llvm/test/CodeGen/RISCV/rvp-simd-64.ll
+647-736clang/test/Headers/__clang_hip_math.hip
+549-615llvm/test/Transforms/SLPVectorizer/X86/arith-mul-smulo.ll
+591-509llvm/test/FileCheck/dump-input/annotations.txt
+449-615llvm/test/Transforms/SLPVectorizer/X86/arith-sub-ssubo.ll
+449-615llvm/test/Transforms/SLPVectorizer/X86/arith-sub-usubo.ll
+2,947-4,2481,598 files not shown
+40,811-20,6821,604 files

LLVM/project e55af2cmlir/lib/Transforms Mem2Reg.cpp

remove description of what not do to to focus on what must be done
DeltaFile
+1-3mlir/lib/Transforms/Mem2Reg.cpp
+1-31 files

LLVM/project 608b7c1clang/test/ASTMerge/class-template-spec test.cpp, clang/test/ASTMerge/class-template-spec/Inputs class-template-spec.cpp

[clang] NFC: readd test cases reverted in 79f4d8f0145d72dff8c33745f35d45c74ecb3fdf

We need some sort of process to stop losing regression tests due to reverts...
DeltaFile
+87-0clang/test/CXX/temp/temp.spec/temp.expl.spec/p7.cpp
+47-0clang/test/ASTMerge/class-template-spec/Inputs/class-template-spec.cpp
+8-0clang/test/ASTMerge/class-template-spec/test.cpp
+142-03 files

LLVM/project f2ce225llvm/docs CodingStandards.rst

Exclude documentation files from 80 columns rule in Coding Standard (#197666)

This implements the accepted
[RFC](https://discourse.llvm.org/t/rfc-remove-80-column-limit-in-documentation-files/89678)
"Remove 80 column limit in documentation files."
DeltaFile
+3-0llvm/docs/CodingStandards.rst
+3-01 files

LLVM/project 573138dllvm/include/llvm/IR DebugInfo.h, llvm/lib/IR DebugInfo.cpp

Handle more cases in DebugInfoFinder (#194684)

In #181028 we discovered that DebugInfoFinder is missing some cases.
This corrects several of these. It is hard to know if I found them all.
DeltaFile
+83-0llvm/test/DebugInfo/Generic/debuginfofinder-composite-type.ll
+48-0llvm/lib/IR/DebugInfo.cpp
+1-0llvm/include/llvm/IR/DebugInfo.h
+132-03 files

LLVM/project f72be67llvm/utils profcheck-xfail.txt

[ProfCheck] Add test from #197698 to xfail list (#199650)

All other coroutines tests are already on the list, but the new test has
not been added.
DeltaFile
+1-0llvm/utils/profcheck-xfail.txt
+1-01 files

NetBSD/pkgsrc HneWUDwdoc CHANGES-2026

   doc: Updated math/R-RcppArmadillo to 15.2.6.1
VersionDeltaFile
1.3289+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc bDLNF4Pmath/R-RcppArmadillo distinfo Makefile, math/R-RcppArmadillo/patches patch-src_Makevars.in

   (math/R-RcppArmadillo) Updated 14.2.3.1 to 15.2.6.1
   (pkgsrc)
    - Fix build against R 4.6.0
      by adding patch for /usr/lib/execinfo for "backtrace_symbols"
    - configure claims gcc-7.5 is too old

   (upstream)
   News for Package 'RcppArmadillo'

   Changes in RcppArmadillo version 15.2.6-1 (2026-04-20):

           * Upgraded to Armadillo release 15.2.6 (Medium Roast Deluxe)

               * Ensure internally computed tolerances are not 'NaN'

           * The 'rmultinom' deploys 'Kahan summation' as R-devel does
             now.

   Changes in RcppArmadillo version 15.2.5-1 [github-only] (2026-04-18):

    [149 lines not shown]
VersionDeltaFile
1.1+18-0math/R-RcppArmadillo/patches/patch-src_Makevars.in
1.11+5-4math/R-RcppArmadillo/distinfo
1.11+6-2math/R-RcppArmadillo/Makefile
+29-63 files

LLVM/project 9fb53a7llvm/lib/Support UnicodeNameToCodepointGenerated.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.av.load.b128.ll

Merge from main
DeltaFile
+23,873-20,923llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
+8,633-8,584llvm/test/CodeGen/Thumb2/mve-clmul.ll
+12,365-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.av.load.b128.ll
+1,243-8,768llvm/test/CodeGen/X86/vector-replicaton-i1-mask.ll
+0-4,752llvm/test/tools/llvm-mca/RISCV/SiFiveP800/vlseg-vsseg.s
+4,549-0llvm/test/tools/llvm-mca/RISCV/SiFiveP800/rvv/arithmetic.test
+50,663-43,0274,957 files not shown
+261,514-149,5734,963 files

LLVM/project 22d81f2compiler-rt/lib/builtins/arm extendsfdf2.S

Review nits (NFC)
DeltaFile
+5-4compiler-rt/lib/builtins/arm/extendsfdf2.S
+5-41 files

FreeBSD/ports 9bfe0d3security/vuxml/vuln 2026.xml

security/vuxml: Add www/grafana vulnerabilities

- XSS in Grafana Explore stack trace (CVE-2025-41117)
- Public Dashboards time range restriction on annotations can be bypassed (CVE-2026-21722)
- RCE on Grafana via sqlExpressions (CVE-2026-27876)
- Public dashboards discloses all direct mode datasources (CVE-2026-27877)
- Query resampling can cause unbounded memory allocations (CVE-2026-27879)
- OpenFeature evaluation API reads input data with no bounds (CVE-2026-27880)
- Grafana Testdata datasource can issue unbounded memory allocations (CVE-2026-28375)
- Grafana MSSQL Data Source Plugin: Restriction Bypass Leading to OOM DoS (CVE-2026-33375)

PR:             294105
Reported by:    Boris Korzun <drtr0jan at yandex.ru>
DeltaFile
+263-0security/vuxml/vuln/2026.xml
+263-01 files

FreeBSD/ports 6d4fb26misc/crush distinfo Makefile

misc/crush: Update to 0.72.0

While here, convert to use GO_LDFLAGS.

Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.72.0

Reported by:    GitHub (watch releases)
DeltaFile
+5-5misc/crush/distinfo
+2-2misc/crush/Makefile
+7-72 files

LLVM/project 70321b9llvm/lib/Support Path.cpp, llvm/unittests/Support Path.cpp CommandLineTest.cpp

[Support] Support runtime override for LLVM_WINDOWS_PREFER_FORWARD_SLASH (#199210)

Allow overriding the compile-time LLVM_WINDOWS_PREFER_FORWARD_SLASH
setting at runtime using an environment variable of the same name.

This enables testing both path separator behaviors (forward slash vs.
backslash on Windows) using a single build, which is useful for
CI/Buildbots.

The environment variable is checked once and cached in a static variable
for performance.

Also updated relevant tests in SupportTests (Path.cpp and
CommandLineTest.cpp) to dynamically detect the preferred separator style
at runtime instead of relying on the compile-time macro, making them
compatible with the override.
DeltaFile
+12-2llvm/lib/Support/Path.cpp
+6-5llvm/unittests/Support/Path.cpp
+6-2llvm/unittests/Support/CommandLineTest.cpp
+24-93 files

NetBSD/src LiOajL1usr.sbin/moused moused.8

   moused.8: emphasize that this is the _serial_ mouse daemon

   NetBSD now has multiple "mouse daemons" (see wsmoused(8)) and the
   some of the assumptions from the past no longer hold - make it very
   super obvious in the initial description that this isn't anything like
   FreeBSD's moused.
VersionDeltaFile
1.10+5-6usr.sbin/moused/moused.8
+5-61 files

LLVM/project ded7aa0llvm/test/tools/llvm-objcopy/DXContainer dump-section.yaml

[z/OS] Add --ignore-case to FileCheck on output from od. (#196396)

This test fails on z/OS because `od` outputs upper case letters on z/OS.
DeltaFile
+1-1llvm/test/tools/llvm-objcopy/DXContainer/dump-section.yaml
+1-11 files

FreeBSD/ports 2c562ddaudio/gonic distinfo Makefile

audio/gonic: Update to 0.21.0

Changelog: https://github.com/sentriz/gonic/blob/v0.21.0/CHANGELOG.md

Reported by:    GitHub (watch releases)
DeltaFile
+5-5audio/gonic/distinfo
+2-3audio/gonic/Makefile
+7-82 files

LLVM/project 05a2372llvm/lib/Target/RISCV RISCVISelLowering.cpp RISCVInstrGISel.td, llvm/lib/Target/RISCV/GISel RISCVLegalizerInfo.cpp RISCVLegalizerInfo.h

[RISCV][GlobalISel] Lower i8 bitreverse using brev8 with Zbkb (#199469)

This teaches RISC-V GlobalISel to custom-lower scalar i8 G_BITREVERSE
using brev8 when Zbkb is available.

The i8 source is zero-extended to XLEN before applying the riscv_brev8
intrinsic. Since brev8 reverses bits independently within each byte, the
high zero bytes remain zero, so the result can be truncated back to i8.
DeltaFile
+136-0llvm/test/CodeGen/RISCV/GlobalISel/bitreverse-zbkb.ll
+29-1llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
+24-0llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+9-0llvm/lib/Target/RISCV/RISCVInstrGISel.td
+6-0llvm/lib/Target/RISCV/RISCVISelLowering.h
+1-0llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.h
+205-16 files

NetBSD/pkgsrc AhaLIfKmath/R-minqa Makefile distinfo, math/R-minqa/patches patch-src_Makevars

   (math/R-minqa) Fix build for R 4.6.0 (Re: execinfo)
VersionDeltaFile
1.1+16-0math/R-minqa/patches/patch-src_Makevars
1.8+3-1math/R-minqa/Makefile
1.8+2-1math/R-minqa/distinfo
+21-23 files

FreeBSD/ports bfdd3abx11/cde-devel distinfo Makefile

x11/cde-devel: Update to the latest cdesktopenv-code commit

Update to the latest cdedesktop-code commit proxied through my GH accoun
DeltaFile
+3-3x11/cde-devel/distinfo
+2-2x11/cde-devel/Makefile
+5-52 files

FreeBSD/ports 0bfe589mail/spamassassin-devel distinfo Makefile

mail/spamassassin-devel: update to latest github commit
DeltaFile
+3-3mail/spamassassin-devel/distinfo
+2-2mail/spamassassin-devel/Makefile
+5-52 files

FreeBSD/ports 5f51093sysutils/cfengine-devel distinfo Makefile

sysutils/cfengine-devel: Update to latest GH commit
DeltaFile
+5-5sysutils/cfengine-devel/distinfo
+3-3sysutils/cfengine-devel/Makefile
+8-82 files

FreeBSD/ports 51e0882x11-toolkits/thentenaar-motif-devel distinfo Makefile

x11-toolkits/thentenaar-motif-devel: Update to the latest github commit
DeltaFile
+3-3x11-toolkits/thentenaar-motif-devel/distinfo
+2-2x11-toolkits/thentenaar-motif-devel/Makefile
+5-52 files

FreeBSD/ports 1d25967security/krb5-devel distinfo Makefile

security/krb5-devel: update to the latest MIT/KRB5 github commit
DeltaFile
+3-3security/krb5-devel/distinfo
+2-2security/krb5-devel/Makefile
+5-52 files

FreeBSD/ports e0a76bdsysutils/cfengine-masterfiles-devel distinfo Makefile

sysutils/cfengine-masterfiles-devel: Update to latest GH commit
DeltaFile
+3-3sysutils/cfengine-masterfiles-devel/distinfo
+2-2sysutils/cfengine-masterfiles-devel/Makefile
+5-52 files

FreeBSD/ports 088a75cshells/ksh-devel distinfo Makefile

shells/ksh-devel: update to the latest ksh93/ksh github commit
DeltaFile
+3-3shells/ksh-devel/distinfo
+2-2shells/ksh-devel/Makefile
+5-52 files

FreeBSD/ports 69e8150audio/ocp distinfo Makefile

audio/ocp: Update to 3.3.1
DeltaFile
+3-3audio/ocp/distinfo
+1-1audio/ocp/Makefile
+1-0audio/ocp/pkg-plist
+5-43 files