NetBSD/pkgsrc-wip c288d1fwendzelnntpd Makefile TODO

wendzelnntpd: Fix interpreter path for bash

Version is 2.2.0alpha.
Reduce line length in Makefile.
DeltaFile
+7-3wendzelnntpd/Makefile
+3-1wendzelnntpd/TODO
+1-1wendzelnntpd/COMMIT_MSG
+11-53 files

OPNSense/core 20f08aasrc/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

Firewall: Rules [new]: Move commands out of partial
DeltaFile
+27-23src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+27-231 files

FreeBSD/doc 87c7f20documentation/content/en/books/handbook introduction.adoc, shared releases.adoc

14.4-R: Revert previous commit until the 14.4-R release
DeltaFile
+10-10shared/releases.adoc
+1-1documentation/content/en/books/handbook/introduction.adoc
+11-112 files

FreeBSD/doc 39ab755documentation/content/en/books/handbook introduction.adoc, shared releases.adoc

14.4-R: Temporary version bump for 14.4-R
DeltaFile
+11-2shared/releases.adoc
+1-1documentation/content/en/books/handbook/introduction.adoc
+12-32 files

LLVM/project 0d8d421llvm/tools/bugpoint Miscompilation.cpp

[bugpoint] Remove unnecessary zero-index GEP

This is a no-op.
DeltaFile
+3-14llvm/tools/bugpoint/Miscompilation.cpp
+3-141 files

FreeNAS/freenas d7f3991src/middlewared/middlewared/api/v26_0_0 api_key.py, src/middlewared/middlewared/plugins api_key.py

Fix
DeltaFile
+22-15src/middlewared/middlewared/plugins/api_key.py
+28-1src/middlewared/middlewared/api/v26_0_0/api_key.py
+50-162 files

LLVM/project 36a4a55clang/docs ReleaseNotes.rst, clang/lib/Sema SemaExpr.cpp

[Clang] Fix crash for _Countof(void) by correcting extension handling (#181169)

Fix a crash for _Countof(void) caused by incorrect extension handling in
CheckExtensionTraitOperandType.

Fixes #180893
DeltaFile
+16-15clang/lib/Sema/SemaExpr.cpp
+4-0clang/test/C/C2y/n3369.c
+1-0clang/docs/ReleaseNotes.rst
+21-153 files

LLVM/project 80fffd5lldb/include/lldb lldb-enumerations.h, lldb/include/lldb/API SBFrame.h

[lldb] Add evaluation modes to DIL (#178747)

Adding more supported operators to DIL breaks tests in `DWIMPrint` and
`lldb-dap`, which shouldn't be simply adjusted for new DIL capabilities.
They act as a check for the boundaries of what subset of expressions
`DWIMPrint` and `lldb-dap` expect to be evaluated when using
`GetValueForVariableExpressionPath` function. With this patch, the
caller can now pick a mode that limits the expressions DIL can evaluate,
which ensures the expected preexisting behavior. More operators can now
be safely added to DIL, which can still be evaluated by DIL when using
`frame var` command or the API call with Full mode selected (or not
specified at all).

DIL will only attempt evaluating expressions that contain operations
allowed by a selected mode:
 - Simple: identifiers, operators: '.'
 - Legacy: identifiers, integers, operators: '.', '->', '*', '&', '[]'
 - Full: everything supported by DIL
DeltaFile
+31-2lldb/source/ValueObject/DILLexer.cpp
+18-4lldb/test/API/commands/frame/var-dil/basics/MemberOf/TestFrameVarDILMemberOf.py
+13-0lldb/include/lldb/lldb-enumerations.h
+6-4lldb/source/API/SBFrame.cpp
+7-3lldb/include/lldb/API/SBFrame.h
+8-2lldb/include/lldb/Target/StackFrame.h
+83-1515 files not shown
+145-3521 files

NetBSD/pkgsrc-wip 60be8cfwendzelnntpd COMMIT_MSG

wendzelnntpd: Update COMMIT_MSG
DeltaFile
+4-1wendzelnntpd/COMMIT_MSG
+4-11 files

FreeNAS/freenas d1559d0src/middlewared/middlewared/plugins api_key.py

Add convenience function to generate SCRAM data

This commit adds a convenience function for API key consumers
to transform a given raw API key into SCRAM auth material.
DeltaFile
+34-3src/middlewared/middlewared/plugins/api_key.py
+34-31 files

LLVM/project 2c74596llvm/lib/Frontend/OpenMP OMPIRBuilder.cpp, mlir/test/Target/LLVMIR allocatable_gpu_reduction.mlir

[OMPIRBuilder] Hoist alloca's to entry blocks of compiler-emitted GPU reduction functions

Fixes a bug in GPU reductions when `-O0` was used to compile GPU
reductions. There were invalid memory accesses at runtime for the
following example:

```fortran
program test_array_reduction()
  integer :: red_array(1)
  integer :: i

  red_array = 0

  !$omp target teams distribute parallel do reduction(+:red_array)
  do i = 1, 100
    red_array(1) = red_array(1) + 4422
  end do
  !$omp end target teams distribute parallel do


    [10 lines not shown]
DeltaFile
+17-0mlir/test/Target/LLVMIR/allocatable_gpu_reduction.mlir
+6-0llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
+23-02 files

LLVM/project b447f5dlldb/packages/Python/lldbsuite/test/tools/lldb-dap dap_server.py, lldb/test/API/tools/lldb-dap/unknown TestDAP_unknownRequest.py main.c

[lldb-dap] Add unknown request handler (#181109)

Added unknown request handler to avoid crash. Returning error in this
case looks better than stopping entire debug session.
DeltaFile
+35-0lldb/test/API/tools/lldb-dap/unknown/TestDAP_unknownRequest.py
+19-0lldb/tools/lldb-dap/Handler/UnknownRequestHandler.cpp
+4-6lldb/tools/lldb-dap/DAP.cpp
+9-0lldb/tools/lldb-dap/Handler/RequestHandler.h
+8-0lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py
+6-0lldb/test/API/tools/lldb-dap/unknown/main.c
+81-64 files not shown
+91-610 files

HardenedBSD/ports 894ef81devel/R-cran-bindrcpp distinfo, net-mgmt/telegraf distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+30-0security/vuxml/vuln/2026.xml
+10-9security/boringssl/files/patch-CMakeLists.txt
+5-5textproc/moor/distinfo
+5-5net/seaweedfs/distinfo
+5-5net-mgmt/telegraf/distinfo
+3-3devel/R-cran-bindrcpp/distinfo
+58-2742 files not shown
+141-11048 files

FreeNAS/freenas 3ea7213src/middlewared/middlewared/plugins api_key.py

Add convenience function to generate SCRAM data

This commit adds a convenience function for API key consumers
to transform a given raw API key into SCRAM auth material.
DeltaFile
+33-3src/middlewared/middlewared/plugins/api_key.py
+33-31 files

LLVM/project e0293fcopenmp/runtime/src/include ompx.h.var

[OFFLOAD] Add support for SPIRV to ompx (#179849)

After adding support to build device RTL for SPIRV, this PR will make an
ompx to use the DeviceRTL API when compiled for SPIRV
DeltaFile
+1-1openmp/runtime/src/include/ompx.h.var
+1-11 files

Dreckly/dreckly 0ad752ctextproc/expat distinfo Makefile

expat: Update to 2.7.4
DeltaFile
+3-3textproc/expat/distinfo
+1-1textproc/expat/Makefile
+4-42 files

LLVM/project 741a4daclang/include/clang/Basic SourceLocation.h

[clang] Clarify SourceLocation and (Char)SourceRange docs (#177400)

The current documentation leaves some questions unanswered to me, which
I'm trying to clarify here.
1. It was unclear how SourceLocation differed when referring to the
character level vs. the token level. Turns out there is no such
difference, and SourceLocation always refers to characters. This should
be made explicit in the docs.
2. It was unclear in which cases (Char)SourceRange is inclusive
(containing the endpoint) or exclusive (ending before the endpoint).
From my reading of the docs and investigating the behavior of different
AST nodes' `getSourceLoc()` result and `Lexer::getSourceText()`,
SourceRange is always inclusive and CharSourceRange is inclusive only as
a TokenRange, and exclusive as a CharRange. This is also consistent
matches with the documentation of the clang::transformer::after()
function in RangeSelector.h, where the question of inclusive/exclusive
ranges came up first for me.
DeltaFile
+22-4clang/include/clang/Basic/SourceLocation.h
+22-41 files

OpenBSD/src UMdA6jdusr.sbin/bgpd rde_filter.c rde_peer.c

   Optimise the out filters rule evaluation by being more cache friendly.

   Similar to filter_sets convert the filter_rule tail queue into an array
   of smaller filter_match elements. On top of this deduplicate these rules
   via hash table and refcounts. As a result the data is now more cache
   friendly and the CPU spends less time waiting for data.

   The initial loading time of my test IXP RS setup drops from 25min down
   to around 18min. So this change produces a significant speedup on large
   BGP setups.

   OK tb@
VersionDeltaFile
1.145+126-17usr.sbin/bgpd/rde_filter.c
1.67+15-10usr.sbin/bgpd/rde_peer.c
1.342+10-5usr.sbin/bgpd/rde.h
1.683+5-4usr.sbin/bgpd/rde.c
1.533+4-1usr.sbin/bgpd/bgpd.h
+160-375 files

LLVM/project aac8885clang/lib/Sema SemaCXXScopeSpec.cpp, clang/test/SemaCXX GH167120.cpp

[clang] NestedNameSpecifier typo correction fix (#181239)

This stops typo correction from considering template parameters as
candidates for a NestedNameSpecifier when it has a prefix itself.

I think this is better than the alternative of accepting these
candidates, but otherwise droping the prefix, because it seems more
far-fetched that someone would actually try to refer to a template
parameter this way.

Since this regression was never released, there are no release notes.

Fixes #167120
DeltaFile
+11-4clang/lib/Sema/SemaCXXScopeSpec.cpp
+5-0clang/test/SemaCXX/GH167120.cpp
+16-42 files

LLVM/project 8b47264llvm/lib/Transforms/Vectorize SLPVectorizer.cpp

Added assertion

Created using spr 1.3.7
DeltaFile
+2-0llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+2-01 files

FreeBSD/ports 0423340lang/mawk distinfo Makefile

lang/mawk: Update to 1.3.4.20260129
DeltaFile
+3-3lang/mawk/distinfo
+1-1lang/mawk/Makefile
+4-42 files

HardenedBSD/ports 0423340lang/mawk distinfo Makefile

lang/mawk: Update to 1.3.4.20260129
DeltaFile
+3-3lang/mawk/distinfo
+1-1lang/mawk/Makefile
+4-42 files

FreeBSD/ports 0b122ffdevel/py-rich-toolkit distinfo Makefile

devel/py-rich-toolkit: Update to 0.19.3
DeltaFile
+3-3devel/py-rich-toolkit/distinfo
+1-1devel/py-rich-toolkit/Makefile
+4-42 files

HardenedBSD/ports 0b122ffdevel/py-rich-toolkit distinfo Makefile

devel/py-rich-toolkit: Update to 0.19.3
DeltaFile
+3-3devel/py-rich-toolkit/distinfo
+1-1devel/py-rich-toolkit/Makefile
+4-42 files

HardenedBSD/ports 0f8a308devel/R-cran-bindrcpp distinfo Makefile

devel/R-cran-bindrcpp: Update to 0.2.4
DeltaFile
+3-3devel/R-cran-bindrcpp/distinfo
+1-1devel/R-cran-bindrcpp/Makefile
+4-42 files

FreeBSD/ports a0ab6b2devel/liblouis distinfo pkg-plist

devel/liblouis: Update to 3.36.0
DeltaFile
+3-3devel/liblouis/distinfo
+4-1devel/liblouis/pkg-plist
+1-1devel/liblouis/Makefile
+8-53 files

FreeBSD/ports 6361720games/tuxpaint distinfo Makefile

games/tuxpaint: Update to 0.9.35
DeltaFile
+3-3games/tuxpaint/distinfo
+1-2games/tuxpaint/Makefile
+2-0games/tuxpaint/pkg-plist
+6-53 files

HardenedBSD/ports 6361720games/tuxpaint distinfo Makefile

games/tuxpaint: Update to 0.9.35
DeltaFile
+3-3games/tuxpaint/distinfo
+1-2games/tuxpaint/Makefile
+2-0games/tuxpaint/pkg-plist
+6-53 files

HardenedBSD/ports a0ab6b2devel/liblouis distinfo pkg-plist

devel/liblouis: Update to 3.36.0
DeltaFile
+3-3devel/liblouis/distinfo
+4-1devel/liblouis/pkg-plist
+1-1devel/liblouis/Makefile
+8-53 files

FreeBSD/ports 0f8a308devel/R-cran-bindrcpp distinfo Makefile

devel/R-cran-bindrcpp: Update to 0.2.4
DeltaFile
+3-3devel/R-cran-bindrcpp/distinfo
+1-1devel/R-cran-bindrcpp/Makefile
+4-42 files