NetBSD/pkgsrc nuUgBVudoc CHANGES-2026

   Added www/p5-Mojolicious-Plugin-CSRF version 1.05
VersionDeltaFile
1.775+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jE7SReawww Makefile

   Add p5-Mojolicious-Plugin-CSRF
VersionDeltaFile
1.1905+2-1www/Makefile
+2-11 files

NetBSD/pkgsrc YhX5A4Awww/p5-Mojolicious-Plugin-CSRF Makefile DESCR

   Import Mojolicious-Plugin-CSRF-1.05 as www/p5-Mojolicious-Plugin-CSRF.

   This module is a Mojolicious plugin for Cross Site Request Forgery (CSRF)
   "prevention" (theoretically; if used correctly; caveat emptor).

   By default, when used, the plugin will cause requests methods that
   traditionally contain data-changing actions (i.e. POST, PUT, etc.) to
   check a generated session token against a token from a form value, URL
   parameter, or HTTP header. On failure, a Mojo::Exception is thrown.
VersionDeltaFile
1.1+21-0www/p5-Mojolicious-Plugin-CSRF/Makefile
1.1+7-0www/p5-Mojolicious-Plugin-CSRF/DESCR
1.1+5-0www/p5-Mojolicious-Plugin-CSRF/distinfo
+33-03 files

NetBSD/pkgsrc Yy8pNpodoc CHANGES-2026

   Added www/p5-Test2-MojoX version 0.07
VersionDeltaFile
1.774+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 4kMJbDiwww Makefile

   Add p5-Test2-MojoX
VersionDeltaFile
1.1904+2-1www/Makefile
+2-11 files

NetBSD/pkgsrc A3FtmJtwww/p5-Test2-MojoX Makefile distinfo

   Import Test2-MojoX-0.07 as www/p5-Test2-MojoX.

   Test2::MojoX is a test user agent based on Mojo::UserAgent, it is
   usually used together with Test2::Suite to test Mojolicious
   applications. Just run your tests with prove or yath.
VersionDeltaFile
1.1+21-0www/p5-Test2-MojoX/Makefile
1.1+5-0www/p5-Test2-MojoX/distinfo
1.1+3-0www/p5-Test2-MojoX/DESCR
+29-03 files

LLVM/project 8f690ecllvm/lib/ProfileData/Coverage CoverageMapping.cpp, llvm/test/tools/llvm-cov mcdc-macro.test

[MC/DC] Make covmap tolerant of nested Decisions (#125407)

CoverageMappingWriter reorders `Region`s by `endLoc DESC` to prioritize
wider `Decision` with the same `startLoc`.

In `llvm-cov`, tweak seeking Decisions by reversal order to find smaller
Decision first.
DeltaFile
+142-175llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
+7-7llvm/test/tools/llvm-cov/mcdc-macro.test
+149-1822 files

LLVM/project 60556a2clang/lib/CodeGen/Targets DirectX.cpp, clang/lib/Sema HLSLBuiltinTypeDeclBuilder.cpp SemaHLSL.cpp

[HLSL] Implement Texture2D type and Sample method in Clang (#177240)

This patch implements the `Texture2D` resource type and its `Sample`
member
function in Clang. It includes the necessary AST and Sema changes to
support
the new type and its built-in methods, as well as CodeGen support for
both
DirectX and SPIR-V targets.

Key changes:
- Added `ResourceDimension` to `HLSLAttributedResourceType` and
`HLSLResourceDimension` attribute.
- Implemented `Texture2D` and `SamplerState` in
`HLSLExternalSemaSource`.
- Added `__builtin_hlsl_resource_sample` and associated Sema checking.
- Updated `DirectXTargetCodeGenInfo` and `CommonSPIRTargetCodeGenInfo`
to handle texture types.
- Added AST, Sema, and CodeGen tests for `Texture2D`.

Part 2 of https://github.com/llvm/llvm-project/issues/175630
DeltaFile
+113-13clang/lib/Sema/HLSLBuiltinTypeDeclBuilder.cpp
+93-0clang/test/AST/HLSL/Texture2D-AST.hlsl
+90-0clang/test/CodeGenHLSL/resources/Texture2D.sample.hlsl
+84-0clang/lib/Sema/SemaHLSL.cpp
+45-0clang/lib/Sema/HLSLExternalSemaSource.cpp
+37-7clang/lib/CodeGen/Targets/DirectX.cpp
+462-2014 files not shown
+657-4120 files

LLVM/project a7c3c2fcompiler-rt/lib/ubsan ubsan_loop_detect.cpp, compiler-rt/test/cfi lit.cfg.py

Format

Created using spr 1.3.6-beta.1
DeltaFile
+9-3compiler-rt/test/cfi/lit.cfg.py
+3-3compiler-rt/lib/ubsan/ubsan_loop_detect.cpp
+12-62 files

LLVM/project 76bb2a1compiler-rt/test/cfi CMakeLists.txt

Check for x86 in test/cfi/CMakeLists.txt

Created using spr 1.3.6-beta.1
DeltaFile
+1-1compiler-rt/test/cfi/CMakeLists.txt
+1-11 files

LLVM/project 313a200llvm/lib/Transforms/Vectorize VectorCombine.cpp, llvm/test/Transforms/VectorCombine load-shufflevector.ll

[VectorCombine] Fix the PtrAdd offset in shrinkLoadForShuffles to account for element type size (#179001)

This PR fixes an [issue I pointed out in regards to incorrect GEP
indices](https://github.com/llvm/llvm-project/pull/149093#discussion_r2748266079)
introduced by PR #149093.

Changes:
- Updated the pointer offset calculation in
`VectorCombine::shrinkLoadForShuffles` so that the offset is now
multiplied by the element size (`ElemSize`) when computing the new
pointer for loads
- Updated the GEP indices in
`llvm/test/Transforms/VectorCombine/load-shufflevector.ll` for the
correct byte offsets
DeltaFile
+10-10llvm/test/Transforms/VectorCombine/load-shufflevector.ll
+6-4llvm/lib/Transforms/Vectorize/VectorCombine.cpp
+16-142 files

LLVM/project eb603f3clang/docs UsersManual.rst, llvm/docs LangRef.rst

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.6-beta.1

[skip ci]
DeltaFile
+29-22llvm/lib/Target/X86/X86ISelLowering.cpp
+50-0llvm/test/CodeGen/X86/cond-loop.ll
+48-0llvm/docs/LangRef.rst
+45-0llvm/test/Transforms/LowerTypeTests/cond-loop.ll
+25-0clang/docs/UsersManual.rst
+20-5llvm/lib/Transforms/IPO/LowerTypeTests.cpp
+217-2721 files not shown
+367-2827 files

LLVM/project 2886425compiler-rt/lib/ubsan ubsan_loop_detect.cpp, llvm/docs LangRef.rst

[𝘀𝗽𝗿] initial version

Created using spr 1.3.6-beta.1
DeltaFile
+101-0compiler-rt/lib/ubsan/ubsan_loop_detect.cpp
+29-22llvm/lib/Target/X86/X86ISelLowering.cpp
+50-0llvm/test/CodeGen/X86/cond-loop.ll
+48-0llvm/docs/LangRef.rst
+45-0llvm/test/Transforms/LowerTypeTests/cond-loop.ll
+20-5llvm/lib/Transforms/IPO/LowerTypeTests.cpp
+293-2730 files not shown
+554-3836 files

LLVM/project 8065a03clang/lib/Sema SemaHLSL.cpp, clang/test/AST/HLSL matrix-general-initializer.hlsl matrix-constructors.hlsl

[HLSL] Make  Matrix types in  `buildInitializerListImpl` index in row major order for initializer lists. (#178931)

fixes #178930

- changes the loop indexing order
- updates the associated tests
DeltaFile
+32-32clang/test/AST/HLSL/matrix-general-initializer.hlsl
+3-2clang/test/AST/HLSL/matrix-constructors.hlsl
+2-2clang/lib/Sema/SemaHLSL.cpp
+37-363 files

LLVM/project 61c7d9ellvm/lib/Transforms/Instrumentation MemorySanitizer.cpp, llvm/test/Instrumentation/MemorySanitizer/AArch64 aarch64-matmul.ll

[msan] Support Arm NEON usdot (#178982)

Handle tariff-free dot-product using the existing
handleVectorDotProductIntrinsic() instead of with the default handler.
DeltaFile
+191-178llvm/test/Instrumentation/MemorySanitizer/AArch64/aarch64-matmul.ll
+3-2llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
+194-1802 files

NetBSD/pkgsrc ZQVmj7zdoc CHANGES-2026

   Updated www/p5-Mojolicious-Plugin-OAuth2-Server to 0.52
VersionDeltaFile
1.773+2-1doc/CHANGES-2026
+2-11 files

FreeNAS/freenas 2db8296tests/sharing_protocols/fibre_channel test_fibre_channel.py, tests/sharing_protocols/iscsi test_260_iscsi.py

Temporarily prune tests
DeltaFile
+0-1,807tests/sharing_protocols/nvmet/test_nvmet_tcp.py
+0-1,081tests/sharing_protocols/fibre_channel/test_fibre_channel.py
+0-818tests/sharing_protocols/smb/test_smb_protocol_base.py
+0-383tests/sharing_protocols/iscsi/test_260_iscsi.py
+0-243tests/sharing_protocols/smb/test_smb_client.py
+0-138tests/sharing_protocols/smb/test_smb_timemachine_snapshot.py
+0-4,4704 files not shown
+0-4,93310 files

NetBSD/pkgsrc PGsDbNNwww/p5-Mojolicious-Plugin-OAuth2-Server distinfo Makefile

   Update to 0.52

   Upstream changes:
   0.52     2025-05-20
           -  Allow all valid characters in client credentials (GH #29)
VersionDeltaFile
1.3+4-4www/p5-Mojolicious-Plugin-OAuth2-Server/distinfo
1.6+2-3www/p5-Mojolicious-Plugin-OAuth2-Server/Makefile
+6-72 files

NetBSD/pkgsrc-wip 2c68c02librewolf distinfo Makefile

librewolf: update to 147.0.2
DeltaFile
+6-6librewolf/distinfo
+5-5librewolf/Makefile
+11-112 files

NetBSD/pkgsrc ir3baozdoc CHANGES-2026

   Updated www/p5-Mojolicious to 9.42
VersionDeltaFile
1.772+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc fhGAj6Owww/p5-Mojolicious distinfo Makefile

   Update to 9.42

   Upstream changes:
   9.42  2025-10-01
     - Un-deprecated the spurt method in Mojo::File, it is now an alternative to spew.
     - Removed experimental status from top-level await support in Mojo::Promise.
     - Removed experimental status from encrypted session cookie support.
     - Removed experimental status from persistent cookie support.
     - Removed experimental status from samesite cookie support.
     - Removed experimental status from colourful log messages.
     - Removed experimental status from freeze option in Mojo::IOLoop.
     - Removed experimental status from check and raise functions in Mojo::Exception.
     - Fixed Cpanel::JSON::XS compatibility issues. (ilmari)
     - Fixed async/await memory leak in Mojo::Promise. (TFBW)
   9.41  2025-07-03
     - Added EXPERIMENTAL support for Server-Sent Events.
     - Added EXPERIMENTAL module Mojo::SSE.
     - Added EXPERIMENTAL sse attribute to Test::Mojo.
     - Added EXPERIMENTAL get_sse_ok, post_sse_ok, sse_finish_ok, sse_finished_ok, sse_ok, sse_id_is, sse_id_isnt,

    [9 lines not shown]
VersionDeltaFile
1.143+4-4www/p5-Mojolicious/distinfo
1.159+2-3www/p5-Mojolicious/Makefile
+6-72 files

NetBSD/pkgsrc T7VFB99doc CHANGES-2026

   Updated devel/p5-Function-Parameters to 2.002006
VersionDeltaFile
1.771+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 9n89276devel/p5-Function-Parameters distinfo Makefile

   Update to 2.002006

   Upstream changes:
   2.002006  2025-08-16
             - Fix a parse-time memory leak with undef or default initializers
               ('fun ($x = undef)' or 'fun ($ =)'). This leak mostly manifests as
               noise from memory checkers because non-leaked ops aren't freed
               anyway while perl is still running.
             - Update bugtracker info in README.
   2.002005  2025-01-19
             - When debugging (perl -d), skip over invisible (generated) parameter
               initialization code even if single-step mode is active.
             - Move repository and bugtracker to <https://codeberg.org>.
VersionDeltaFile
1.9+4-4devel/p5-Function-Parameters/distinfo
1.21+2-3devel/p5-Function-Parameters/Makefile
+6-72 files

NetBSD/pkgsrc 77dbRNCdoc CHANGES-2026

   Updated devel/p5-File-Save-Home to 0.12
VersionDeltaFile
1.770+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc czWIiTOdevel/p5-File-Save-Home distinfo Makefile

   Update to 0.12

   No upstream changelog found.
VersionDeltaFile
1.8+4-4devel/p5-File-Save-Home/distinfo
1.25+3-4devel/p5-File-Save-Home/Makefile
+7-82 files

NetBSD/pkgsrc dQPnXpydoc CHANGES-2026

   Updated devel/p5-ExtUtils-LibBuilder to 0.09
VersionDeltaFile
1.769+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc hO0bvbcdevel/p5-ExtUtils-LibBuilder distinfo Makefile

   Update to 0.09

   Upstream changes:
   0.09    Mon Jan  6 13:36:44 UTC 2025
           - Added support to Haiku OS (thanks to Joachim Mairböc)
VersionDeltaFile
1.7+4-4devel/p5-ExtUtils-LibBuilder/distinfo
1.22+2-5devel/p5-ExtUtils-LibBuilder/Makefile
+6-92 files

NetBSD/pkgsrc 2EzRhkadoc CHANGES-2026

   Updated devel/p5-ExtUtils-F77 to 1.26
VersionDeltaFile
1.768+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pJG9Jlkdevel/p5-ExtUtils-F77 distinfo Makefile

   Update to 1.26

   Upstream changes:
   1.26 2021-02-16
   - Parse fortran compilers with complicated names - thanks @d-lamb
   - Get compiler from %ENV - thanks @d-lamb
   v1.25 released Jan 27th 2020
   ---------------------------
   * Fix of version number comparison in F77.pm link_gnufortran_compiler routine
VersionDeltaFile
1.14+4-4devel/p5-ExtUtils-F77/distinfo
1.46+2-3devel/p5-ExtUtils-F77/Makefile
+6-72 files

FreeBSD/ports bea1f1bprint/harfbuzz distinfo Makefile

print/harfbuzz*: Update to 12.3.2

Changelog: https://github.com/harfbuzz/harfbuzz/releases/tag/12.3.2

PR:             292666
Reviewed by:    desktop (arrowd), previous version
Exp-run by:     antoine
DeltaFile
+3-3print/harfbuzz/distinfo
+2-2print/harfbuzz/Makefile
+5-52 files