FreeBSD/ports 6f07008security/p5-IO-Socket-SSL distinfo Makefile

security/p5-IO-Socket-SSL: Update 2.095 => 2.098

ChangeLog:
https://metacpan.org/release/SULLR/IO-Socket-SSL-2.098/source/Changes

- fix WWW field

PR:     293629
DeltaFile
+3-3security/p5-IO-Socket-SSL/distinfo
+3-2security/p5-IO-Socket-SSL/Makefile
+6-52 files

ELF Tool Chain/elftoolchain 4354trunk/tests/tet/libelf/tset/elf_begin begin.m4, trunk/tests/tet/libelf/tset/elf_errno errno.m4

libelf/test-suite: Improve the name of a helper macro.
DeltaFile
+14-14trunk/tests/tet/libelf/tset/elf_begin/begin.m4
+2-2trunk/tests/tet/libelf/tset/elf_errno/errno.m4
+2-2trunk/tests/tet/tet/common/elfts.m4
+18-183 files

NetBSD/pkgsrc-wip 8412627rust193 Makefile, rust193/patches patch-vendor_openssl-src-300.5.4+3.5.4_src_lib.rs

rust193: fix typo (missing double-quote).
DeltaFile
+1-1rust193/Makefile
+1-1rust193/patches/patch-vendor_openssl-src-300.5.4+3.5.4_src_lib.rs
+2-22 files

FreeBSD/ports 69d4086devel/p5-Workflow Makefile distinfo

devel/p5-Workflow: Update 2.06 => 2.09

ChangeLog:
https://metacpan.org/release/JONASBN/Workflow-2.09/source/Changes.md

- fix WWW field
- fix *_DEPENDS syntax

PR:     293627
DeltaFile
+6-4devel/p5-Workflow/Makefile
+3-3devel/p5-Workflow/distinfo
+9-72 files

FreeBSD/ports 7483549devel/p5-Validation-Class Makefile distinfo

devel/p5-Validation-Class: Update 7.900057 => 7.900059

ChangeLog:
https://metacpan.org/release/CKRAS/Validation-Class-7.900059/source/Changes

- fix MASTER_SITE_SUBDIR
- add LICENSE_FILE
- fix *_DEPENDS syntax
- lower case "yes" in NO_ARCH

PR:     293626
DeltaFile
+9-6devel/p5-Validation-Class/Makefile
+3-3devel/p5-Validation-Class/distinfo
+12-92 files

LLVM/project 9321eefclang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/Dialect/IR CIRDialect.cpp

[CIR] Split CIR_UnaryOp into individual operations

Split the monolithic cir.unary operation (which dispatched on a
UnaryOpKind enum) into five separate operations: cir.inc, cir.dec,
cir.plus, cir.minus, and cir.not.

This follows the same pattern used when cir.binop was split into
individual binary operations (AddOp, SubOp, etc.).

Changes:
- Add CIR_UnaryOpInterface with getInput()/getResult() methods
- Add CIR_UnaryOp and CIR_UnaryOpWithOverflowFlag base classes
- Define IncOp, DecOp, PlusOp, MinusOp, NotOp with per-op folds
- Replace createUnaryOp() with createInc/Dec/Plus/Minus/Not builders
- Split LLVM lowering into five separate patterns
- Split LoweringPrepare complex-type handling into five handlers
- Update CIRCanonicalize and CIRSimplify for new op types
- Update all codegen files to use bool params instead of UnaryOpKind
- Remove CIR_UnaryOpKind enum and old CIR_UnaryOp definition

    [5 lines not shown]
DeltaFile
+105-117clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+90-92clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+132-29clang/include/clang/CIR/Dialect/IR/CIROps.td
+62-62clang/test/CIR/CodeGenOpenACC/private-clause-pointer-array-recipes-CtorDtor.cpp
+93-28clang/lib/CIR/Dialect/Transforms/LoweringPrepare.cpp
+41-41clang/test/CIR/CodeGenOpenACC/private-clause-pointer-array-recipes-NoOps.cpp
+523-36978 files not shown
+1,571-1,39284 files

FreeBSD/ports ef0a333devel/p5-Log-Log4perl-Layout-JSON Makefile

devel/p5-Log-Log4perl-Layout-JSON: Improve port

- correct WWW field
- correct *_DEPENDS syntax

PR:     293623
DeltaFile
+5-3devel/p5-Log-Log4perl-Layout-JSON/Makefile
+5-31 files

LLVM/project 9088858clang/test/CIR/CodeGen try-catch-tmp.cpp try-catch.cpp

[CIR][NFC] Merge try-catch-tmp with try-catch test file (#185123)

Merge try-catch-tmp.cpp the with try-catch test file
DeltaFile
+0-810clang/test/CIR/CodeGen/try-catch-tmp.cpp
+802-0clang/test/CIR/CodeGen/try-catch.cpp
+802-8102 files

FreeBSD/ports 1e0a2ffdevel/p5-DateTime-TimeZone Makefile distinfo

devel/p5-DateTime-TimeZone: Update 2.65 => 2.67

ChangeLog:
https://metacpan.org/release/DROLSKY/DateTime-TimeZone-2.67/source/Changes

- correct *_DEPENDS syntax

PR:     293622
DeltaFile
+5-3devel/p5-DateTime-TimeZone/Makefile
+3-3devel/p5-DateTime-TimeZone/distinfo
+8-62 files

LLVM/project b8ea766clang/test/CodeGen/AArch64/neon intrinsics.c fullfp16.c

[Clang][AArch64] Reorganize tests for `vceqz` intrinsics (NFC) (#185090)

Group related `vceqz_*` and `vceqzd_*` tests together for consistency
and readability. Add a comment documenting the scalar variants that are
not currently covered.

No functional change.

Follow-up to #184893.
DeltaFile
+60-48clang/test/CodeGen/AArch64/neon/intrinsics.c
+7-4clang/test/CodeGen/AArch64/neon/fullfp16.c
+67-522 files

LLVM/project 04fa244clang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/Dialect/Transforms CIRCanonicalize.cpp

[CIR] Add Commutative/Idempotent traits to binary ops

Add missing MLIR traits to CIR binary operations, matching the arith
dialect conventions:

- AndOp, OrOp: Commutative, Idempotent (fixes FIXME)
- AddOp, MulOp, XorOp, MaxOp: Commutative

Add these ops to the CIRCanonicalize pass op list so trait-based
folding is exercised by applyOpPatternsGreedily.

Update testFloatingPointBinOps in binop.cpp to use computed values,
preventing DCE of the now-canonicalized ops.
DeltaFile
+65-0clang/test/CIR/Transforms/binop-traits.cir
+28-18clang/test/CIR/CodeGen/binop.cpp
+12-8clang/include/clang/CIR/Dialect/IR/CIROps.td
+6-5clang/lib/CIR/Dialect/Transforms/CIRCanonicalize.cpp
+5-5clang/test/CIR/CodeGen/size-of-vla.cpp
+2-7clang/test/CIR/CodeGen/new.cpp
+118-432 files not shown
+123-508 files

ELF Tool Chain/elftoolchain 4353trunk/tests/tet/libelf/tset/elf_begin begin.m4, trunk/tests/tet/tet/common elfts.m4

libelf/test-suite: Simplify use of the TP_SET_VERSION() macro.

This macro is used early during test case setup (before other
test resources are allocated), so we can just return with an
'UNRESOLVED' test status if setup fails.
DeltaFile
+1-1trunk/tests/tet/tet/common/elfts.m4
+0-2trunk/tests/tet/libelf/tset/elf_begin/begin.m4
+1-32 files

LLVM/project 2b94f74libclc/opencl/lib/amdgcn SOURCES, libclc/opencl/lib/amdgcn/async wait_group_events.cl

libclc: Add amdgpu wait_group_events
DeltaFile
+23-0libclc/opencl/lib/amdgcn/async/wait_group_events.cl
+1-0libclc/opencl/lib/amdgcn/SOURCES
+24-02 files

NetBSD/pkgsrc ebbQX5Ydoc CHANGES-2026

   Updated devel/libuv, devel/gperftools
VersionDeltaFile
1.1575+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc erfLuAYdevel/gperftools distinfo Makefile

   gperftools: updated to 2.18.1

   gperftools 2.18.1

   This release contains just one trivial fix for compilation failure on
   PPC.
VersionDeltaFile
1.25+4-4devel/gperftools/distinfo
1.30+2-2devel/gperftools/Makefile
+6-62 files

NetBSD/pkgsrc rFTbKPCdevel/libuv distinfo Makefile

   libuv: updated to 1.52.1

   Changes since version 1.52.0:

   * misc: add simple clang-tidy setup (Jameson Nash)
   * unix: check RLIMIT_AS and RLIMIT_DATA in uv_get_constrained_memory (Jameson
     Nash)
   * win: add fs-fd-hash-inl.h to tarball (tobil4sk)
   * unix,win: support NULL loop for sync uv_getaddrinfo (Saúl Ibarra Corretgé)
   * Fix const-correctness warning in linux.c (Quaylyn Rimer)
   * build(deps): bump actions/upload-artifact from 6 to 7 (dependabot[bot])
   * build(deps): bump actions/download-artifact from 7 to 8 (dependabot[bot])
   * unix: fix compilation warnings with GCC 15 (Saúl Ibarra Corretgé)
   * test: remove conditionals from `uv_thread_self` usage (Yasser Nascimento)
   * unix: fix discard const (Rudi Heitbaum)
   * unix: do not cast to char variables that are const char (Rudi Heitbaum)
   * linux: fix crash if poll callback closes handle before `POLLERR` (Juan José
     Arboleda)
VersionDeltaFile
1.88+4-4devel/libuv/distinfo
1.90+2-2devel/libuv/Makefile
+6-62 files

LLVM/project 66e85c2lldb/unittests/Platform PlatformDarwinTest.cpp CMakeLists.txt

[lldb][PlatformDarwin][test] Add unit-test for LocateExecutableScriptingResourcesFromDSYM (#185057)

Depends on:
* https://github.com/llvm/llvm-project/pull/185056

Adds test unit-test for
`PlatformDarwin::LocateExecutableScriptingResourcesFromDSYM`. I had to
mock the `ScriptInterpreter` because the function internally uses the
`ScriptInterpreterPython` to check for reserved words in file names. But
linking the `ScriptInterpreterPython` was quite the undertaking, which I
think we could pull off, but required more churn that I had hoped.
Mocking it seemed pretty low-cost so I resorted to doing that instead.

Test-cases aren't very elaborate yet. It just has a basic assertion that
we locate the Python file within the dSYM. Mostly I set up
infrastructure for future test-cases.
DeltaFile
+137-1lldb/unittests/Platform/PlatformDarwinTest.cpp
+1-0lldb/unittests/Platform/CMakeLists.txt
+138-12 files

FreeBSD/ports 7f91958www/freenginx distinfo Makefile.extmod, www/nginx distinfo Makefile.extmod

www/*nginx: Switch nginx-vod-module to maintained fork

The original Kaltura nginx-vod-module repository is no longer actively
maintained and has been incompatible with FFmpeg 8 due to removed
legacy API calls.

Switch to the actively maintained fork:
https://github.com/diogoazevedos/nginx-vod-module

This restores compatibility with newer FFmpeg versions.

Reported by:    Jim Terhune via ML
Sponsored by:   Netzkommune GmbH
DeltaFile
+3-3www/nginx/distinfo
+3-3www/nginx-devel/distinfo
+3-3www/freenginx/distinfo
+1-1www/nginx/Makefile.extmod
+1-1www/nginx-devel/Makefile.extmod
+1-1www/freenginx/Makefile.extmod
+12-126 files

LLVM/project 1e24052clang/docs ThreadSafetyAnalysis.rst, clang/lib/AST ASTImporter.cpp

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

Created using spr 1.3.8-beta.1

[skip ci]
DeltaFile
+31-7clang/docs/ThreadSafetyAnalysis.rst
+33-0clang/test/SemaCXX/warn-thread-safety-analysis.cpp
+12-15clang/lib/Sema/SemaDeclAttr.cpp
+12-12clang/test/SemaCXX/warn-thread-safety-parsing.cpp
+5-3clang/lib/Analysis/ThreadSafety.cpp
+6-2clang/lib/AST/ASTImporter.cpp
+99-396 files not shown
+117-5112 files

LLVM/project 68c3078clang/docs ThreadSafetyAnalysis.rst, clang/lib/Analysis ThreadSafety.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.8-beta.1
DeltaFile
+72-13clang/test/SemaCXX/warn-thread-safety-parsing.cpp
+72-7clang/docs/ThreadSafetyAnalysis.rst
+77-0clang/test/SemaCXX/warn-thread-safety-analysis.cpp
+54-3clang/lib/Analysis/ThreadSafety.cpp
+39-15clang/lib/Sema/SemaDeclAttr.cpp
+27-0clang/lib/Sema/AnalysisBasedWarnings.cpp
+341-389 files not shown
+430-5215 files

LLVM/project 3eda9daclang/docs ThreadSafetyAnalysis.rst, clang/lib/AST ASTImporter.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.8-beta.1
DeltaFile
+31-7clang/docs/ThreadSafetyAnalysis.rst
+33-0clang/test/SemaCXX/warn-thread-safety-analysis.cpp
+12-15clang/lib/Sema/SemaDeclAttr.cpp
+12-12clang/test/SemaCXX/warn-thread-safety-parsing.cpp
+6-2clang/lib/AST/ASTImporter.cpp
+5-3clang/lib/Analysis/ThreadSafety.cpp
+99-396 files not shown
+117-5112 files

OpenBSD/ports u96gqktwww Makefile, www/ruby-capybara-webkit Makefile distinfo

   Remove ruby-capybara-webkit

   OK jeremy@ (04 Feb 2024)
VersionDeltaFile
1.1176+0-3www/Makefile
1.30+0-0www/ruby-capybara-webkit/Makefile
1.7+0-0www/ruby-capybara-webkit/distinfo
1.3+0-0www/ruby-capybara-webkit/patches/patch-lib_capybara_webkit_node_rb
1.6+0-0www/ruby-capybara-webkit/patches/patch-src_webkit_server_pro
1.3+0-0www/ruby-capybara-webkit/pkg/DESCR
+0-31 files not shown
+0-37 files

LLVM/project afba440libclc/clc/lib/amdgcn/workitem clc_get_enqueued_local_size.cl

libclc: Fix amdgpu get_enqueued_local_size (#185171)

This should not be the same as get_local_size
DeltaFile
+5-2libclc/clc/lib/amdgcn/workitem/clc_get_enqueued_local_size.cl
+5-21 files

NetBSD/pkgsrc jyBfxi0doc CHANGES-2026

   doc: Updated misc/goffice0.10 to 0.10.60
VersionDeltaFile
1.1574+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc vOxZvcxmisc/goffice0.10 PLIST distinfo, misc/goffice0.10/patches patch-goffice_math_go-complex.c

   goffice0.10: update to 0.10.60

   - Fix fraction format problem. [Bug 803].
   - Doc fixes.
   - Remove workaround for ancient gtk+ bug. [Bug 81].
   - I18N fix for format selector.

   Maybe this helps with PR pkg/60059.
VersionDeltaFile
1.10+22-3misc/goffice0.10/PLIST
1.3+7-7misc/goffice0.10/patches/patch-goffice_math_go-complex.c
1.33+5-5misc/goffice0.10/distinfo
1.77+2-3misc/goffice0.10/Makefile
+36-184 files

FreeBSD/ports 1fadf9fdevel/jujutsu distinfo Makefile.crates

devel/jujutsu: update to version 0.39.0

For the complete list of changes see:

    https://github.com/jj-vcs/jj/releases/tag/v0.39.0
DeltaFile
+375-327devel/jujutsu/distinfo
+186-162devel/jujutsu/Makefile.crates
+1-1devel/jujutsu/Makefile
+1-0devel/jujutsu/pkg-plist
+563-4904 files

NetBSD/pkgsrc VqkWOAjdoc CHANGES-2026

   doc: Updated math/gnumeric112 to 1.12.60
VersionDeltaFile
1.1573+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6SNHi4Fmath/gnumeric112 distinfo Makefile

   gnumeric: update to 1.12.60

   Noteworthy news in this release:

   - Improve gui experience on high-dpi display (where "high" really just
     means significantly different from 90, so not a high bar)
   - A year's worth of accumulated bug fixes.
VersionDeltaFile
1.34+4-4math/gnumeric112/distinfo
1.113+2-3math/gnumeric112/Makefile
+6-72 files

OpenBSD/ports 2YDxtcOgeo Makefile

   geo/Makefile: drop qgis,qt6, FLAVOR is the default now
VersionDeltaFile
1.105+0-1geo/Makefile
+0-11 files

OpenBSD/ports YahTdWCgeo/qgis Makefile distinfo, geo/qgis/patches patch-CMakeLists_txt patch-src_server_CMakeLists_txt

   geo/qgis: major update to 4.0, switches to Qt6 by default

   see https://changelog.qgis.org/en/version/4.0/
   that's one less direct consumer for x11/qt5/qtwebkit

   still considered an early alpha upstream, but works in daily use. most
   plugins need to be explicitely declared as compatible with it.
VersionDeltaFile
1.104+105-22geo/qgis/pkg/PLIST
1.228+22-37geo/qgis/Makefile
1.33+2-11geo/qgis/patches/patch-CMakeLists_txt
1.27+10-1geo/qgis/patches/patch-src_server_CMakeLists_txt
1.139+2-2geo/qgis/distinfo
1.2+0-0geo/qgis/pkg/PFRAG.qt6
+141-732 files not shown
+141-738 files