NetBSD/pkgsrc fEYsYQOdoc CHANGES-2026

   doc: Updated math/R to 4.5.2nb1
VersionDeltaFile
1.2294+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc g9SmLUZmath/R distinfo Makefile, math/R/patches patch-configure.ac

   R: Remove system paths from R_LD_LIBRARY_PATH.

   The installed ldpaths sets LD_LIBRARY_PATH despite pkgsrc having a policy of
   ensuring all library paths are correct, and this resulted in incorrect
   libraries being pulled in at runtime, for example during the R-Rcpp build.

   Bump PKGREVISION.
VersionDeltaFile
1.16+22-1math/R/patches/patch-configure.ac
1.116+2-2math/R/distinfo
1.282+2-1math/R/Makefile
+26-43 files

FreeBSD/src 7d38eb7sys/net/route nhop_ctl.c

routing: Fix use-after-free in finalize_nhop

FIB_NH_LOG calls the `nhop_get_upper_family(nh)` to read
`nh->nh_priv->nh_upper_family` for failure logging.
Call FIB_NH_LOG before freeing nh so failures are logged
without causing a panic.

MFC after: 3 days
DeltaFile
+2-2sys/net/route/nhop_ctl.c
+2-21 files

FreeBSD/src 6e5c351sys/dev/sound/pcm channel.c

sound: Simplify parts of chn_notify()

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D56240

(cherry picked from commit 8b18fc456bb136112e166508a9182718cdd44be2)
DeltaFile
+20-27sys/dev/sound/pcm/channel.c
+20-271 files

FreeBSD/src 7bccc0dsys/dev/sound/pcm channel.c

sound: De-macro array definitions in chn_calclatency()

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D56263

(cherry picked from commit 66a82f5fa471b8eda018b7566c3725a6742dfc0c)
DeltaFile
+16-21sys/dev/sound/pcm/channel.c
+16-211 files

FreeBSD/src f56d086sys/dev/sound/pcm channel.c

sound: Make chn_reset() control flow clearer

I think this is cleaner than playing around with return values.

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D56264

(cherry picked from commit 8007a78bfe1f41b7055f8677f8ac9ae4cc2fbc7c)
DeltaFile
+18-15sys/dev/sound/pcm/channel.c
+18-151 files

FreeBSD/src 573fd42sys/dev/sound/pcm channel.c channel.h

sound: Retire unused CHN_N_* defines

These still haven't been implemented by the original author, and there
doesn't seem to be much use for them anyway.

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D56239

(cherry picked from commit 2d84c8a3d3d673081c803f8aadc4eae8f6a221d8)
DeltaFile
+1-25sys/dev/sound/pcm/channel.c
+2-5sys/dev/sound/pcm/channel.h
+3-302 files

FreeBSD/src 8b87f38sys/dev/sound/pcm feeder.c feeder.h

sound: Mark some snd_fmt* functions as static

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D56238

(cherry picked from commit f369d4148b93410fe7f8ea989f66790403d23ce8)
DeltaFile
+3-3sys/dev/sound/pcm/feeder.c
+0-3sys/dev/sound/pcm/feeder.h
+3-62 files

LLVM/project 8b5b987bolt/runtime instr.cpp

[BOLT][runtime] fix readlink bound check in getBinaryPath. (#191666)

Ret was uint32_t truncating the uint64_t __readlink return, and was
compared against the unrelated getdents64 BufSize (1024) instead of
sizeof(TargetPath) (NameMax, 4096). A truncated readlink of exactly
NameMax bytes also wrote one byte past TargetPath.
DeltaFile
+3-2bolt/runtime/instr.cpp
+3-21 files

LLVM/project 297510fbolt/runtime instr.cpp common.h

[BOLT][runtime] harden profile file open. (#191669)
DeltaFile
+2-2bolt/runtime/instr.cpp
+1-0bolt/runtime/common.h
+3-22 files

LLVM/project 2b593bellvm/lib/DebugInfo/LogicalView/Core LVElement.cpp

[llvm][DebugInfo] formatv in LVElement (#192002)

This relates to #35980.
DeltaFile
+1-1llvm/lib/DebugInfo/LogicalView/Core/LVElement.cpp
+1-11 files

LLVM/project 941b0f4llvm/lib/DebugInfo/LogicalView/Core LVLocation.cpp

[llvm][DebugInfo] formatv in LVLocation (#192003)

This relates to #35980.
DeltaFile
+13-14llvm/lib/DebugInfo/LogicalView/Core/LVLocation.cpp
+13-141 files

LLVM/project 8a5dc12llvm/lib/DebugInfo/LogicalView/Core LVObject.cpp

[llvm][DebugInfo] formatv in LVObject (#192004)

This relates to #35980.
DeltaFile
+1-1llvm/lib/DebugInfo/LogicalView/Core/LVObject.cpp
+1-11 files

LLVM/project 65c462allvm/lib/DebugInfo/LogicalView/Core LVRange.cpp

[llvm][DebugInfo] formatv in LVRange (#192006)

This relates to #35980.
DeltaFile
+6-4llvm/lib/DebugInfo/LogicalView/Core/LVRange.cpp
+6-41 files

LLVM/project 453d0e2llvm/lib/DebugInfo/LogicalView/Core LVScope.cpp

[llvm][DebugInfo] formatv in LVScope (#192008)

This relates to #35980.
DeltaFile
+12-11llvm/lib/DebugInfo/LogicalView/Core/LVScope.cpp
+12-111 files

LLVM/project 34e5b95llvm/lib/DebugInfo/LogicalView/Readers LVBinaryReader.cpp

[llvm][DebugInfo] formatv in LVBinaryReader (#192009)

This relates to #35980.
DeltaFile
+11-11llvm/lib/DebugInfo/LogicalView/Readers/LVBinaryReader.cpp
+11-111 files

LLVM/project cf3a6c8llvm/lib/DebugInfo/LogicalView/Readers LVCodeViewVisitor.cpp

[llvm][DebugInfo] formatv in LVCodeViewVisitor (#192010)

This relates to #35980.
DeltaFile
+4-5llvm/lib/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.cpp
+4-51 files

NetBSD/src pT7o03edoc CHANGES

   doc: Changes for the last 3 weeks or so.
VersionDeltaFile
1.3247+12-1doc/CHANGES
+12-11 files

LLVM/project 9f1da15llvm/lib/DebugInfo/DWARF DWARFUnwindTablePrinter.cpp

[llvm][DebugInfo] formatv in DWARFUnwindTablePrinter (#191999)

This relates to #35980.
DeltaFile
+2-1llvm/lib/DebugInfo/DWARF/DWARFUnwindTablePrinter.cpp
+2-11 files

FreeBSD/ports 5beab28devel/py-virtualenv Makefile distinfo

devel/py-virtualenv: Update to 21.2.3

ChangeLog:

  - https://github.com/pypa/virtualenv/releases/tag/21.2.2
  - https://github.com/pypa/virtualenv/releases/tag/21.2.3

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-3devel/py-virtualenv/Makefile
+3-3devel/py-virtualenv/distinfo
+6-62 files

LLVM/project 2e07997llvm/lib/DebugInfo/DWARF DWARFTypeUnit.cpp

[llvm][DebugInfo] formatv in DWARFTypeUnit (#191997)

This relates to #35980.
DeltaFile
+16-11llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
+16-111 files

LLVM/project 20c2216llvm/lib/DebugInfo/DWARF DWARFListTable.cpp

[llvm][DebugInfo] formatv in DWARFListTable (#191996)

This relates to #35980.
DeltaFile
+14-11llvm/lib/DebugInfo/DWARF/DWARFListTable.cpp
+14-111 files

NetBSD/pkgsrc Ms5gJ8Vdoc CHANGES-2026

   doc: Added devel/libsfdo version 0.1.4
VersionDeltaFile
1.2293+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Noykq3Idevel Makefile

   Add libsfdo
VersionDeltaFile
1.4617+2-1devel/Makefile
+2-11 files

LLVM/project 32c3481libsycl/src/detail device_kernel_info.hpp device_image_wrapper.hpp

code cleanup

Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova at intel.com>
DeltaFile
+39-18libsycl/src/detail/device_kernel_info.hpp
+9-4libsycl/src/detail/device_image_wrapper.hpp
+2-4libsycl/src/detail/program_manager.hpp
+1-1libsycl/src/detail/program_manager.cpp
+1-0libsycl/src/detail/device_impl.hpp
+52-275 files

FreeBSD/ports 02d022cx11/damask distinfo Makefile

x11/damask: Update to 0.3.2

Changelog: https://gitlab.gnome.org/subpop/damask/-/releases/v0.3.2

Reported by:    Repology
DeltaFile
+3-3x11/damask/distinfo
+1-1x11/damask/Makefile
+4-42 files

LLVM/project 8417922lldb/source/Target RegisterContextUnwind.cpp

[lldb] Start using formatv() in RegisterContextUnwind (NFCI) (#191576)

This introduces two macros that do the same
`UnwindLogMsg()`/`UnwindLogMsgVerbose()` functions, but allow using
`formatv()`-style formatting. In addition to the benefits that the
`formatv()` function provides, this makes `log enable -F lldb unwind`
print the correct methods names from which the messages originate
(previously, it printed the name of one of those two helper methods).

I didn't replace all function calls with macros because there are too
many of them for one PR. This only replaces calls whose format string
contains no specifiers or only '%s' specifiers.
DeltaFile
+130-106lldb/source/Target/RegisterContextUnwind.cpp
+130-1061 files

NetBSD/pkgsrc HulCwK2devel/libsfdo PLIST Makefile

   libsfdo: new package

   The freedesktop.org specifications are sometimes ambiguous
   in their requirements, leaving room for interpretation.
   libsfdo tries to follow them as closely as possible nonetheless,
   except for cases when doing so would add too much complexity for
   no benefit and/or result in suboptimal behavior. Additionally,
   libsfdo is much stricter than other implementations, so it may
   refuse to process non-conformant desktop entry files or icon themes.
VersionDeltaFile
1.1+19-0devel/libsfdo/PLIST
1.1+17-0devel/libsfdo/Makefile
1.1+14-0devel/libsfdo/buildlink3.mk
1.1+7-0devel/libsfdo/DESCR
1.1+5-0devel/libsfdo/distinfo
+62-05 files

LLVM/project d023386llvm/lib/DebugInfo/DWARF DWARFDie.cpp

[llvm][DebugInfo] formatv in DWARFDie (#191992)

This relates to #35980.
DeltaFile
+6-6llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
+6-61 files

LLVM/project 1e68dccllvm/lib/DebugInfo/DWARF DWARFDebugRnglists.cpp

[llvm][DebugInfo] formatv in DWARFDebugRnglists (#191991)

This relates to #35980.
DeltaFile
+6-3llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
+6-31 files