FreeBSD/ports c7a2081comms/py-meshcore distinfo Makefile

comms/py-meshcore: update to 2.2.14
DeltaFile
+3-3comms/py-meshcore/distinfo
+1-1comms/py-meshcore/Makefile
+4-42 files

OPNSense/core 33f9574src/opnsense/scripts/openvpn ovpn_event.py

VPN: OpenVPN: Instances - extend logging on learn-address calls
DeltaFile
+6-0src/opnsense/scripts/openvpn/ovpn_event.py
+6-01 files

FreeBSD/src ea75f72sys/netinet6 icmp6.c

icmp6: clear csum_flags on mbuf reuse

When icmp6 sends an ICMPv6 message, it reuses the mbuf of the packet
that triggered the ICMPv6 message and prepends an IPv6 and ICMPv6
header. For a locally generated packet with checksum offloading, the
mbuf still has csum_flags set indicating that a SCTP/TCP/UDP checksum
has to be computed and inserted. Since this not the case anymore,
csum_flags need to be cleared.

PR:                     293227
Reviewed by:            kp, zlei, tuexen
Differential Revision:  https://reviews.freebsd.org/D55367

(cherry picked from commit ada4dc77577f7162353e8c2916ba5c258b6210f0)
DeltaFile
+1-0sys/netinet6/icmp6.c
+1-01 files

NetBSD/pkgsrc b3O4zVfchat/py-telethon Makefile

   py-telethon: update HOMEPAGE
VersionDeltaFile
1.9+2-2chat/py-telethon/Makefile
+2-21 files

FreeBSD/ports 5035f05x11-themes/kf6-qqc2-desktop-style distinfo Makefile

x11-themes/kf6-qqc2-desktop-style: backport upstream patch

KDE bug:        https://bugs.kde.org/516151
DeltaFile
+3-1x11-themes/kf6-qqc2-desktop-style/distinfo
+3-0x11-themes/kf6-qqc2-desktop-style/Makefile
+6-12 files

OPNSense/core eb3a99fsrc/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseListField.php AuthGroupField.php

mvc: BaseListField: shared implementation of $internalStaticOptionList, proof of concept for https://github.com/opnsense/core/issues/9816 (#9839)

Wrap static access in protected functions which ensures content is static per inherited class:

hasStaticOptions()
getStaticOptions()
setStaticOptions(array)
resetStaticOptions()
DeltaFile
+26-0src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/BaseListField.php
+7-13src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/AuthGroupField.php
+33-132 files

LLVM/project 8701cfcclang-tools-extra/clang-tidy/performance StringViewConversionsCheck.cpp, clang-tools-extra/docs/clang-tidy/checks/performance string-view-conversions.rst

[clang-tidy] perf-str-view-conv improvement: support c_str/data fixing (#181473)

Handle new cases:
```
foo_sv(42, std::string(sv).c_str(), 3.14);  -> foo_sv(42, sv, 3.14);
foo_sv(42, std::string(sv).data(), 2.71);  -> foo_sv(42, sv, 2.71);
```
DeltaFile
+43-13clang-tools-extra/clang-tidy/performance/StringViewConversionsCheck.cpp
+33-0clang-tools-extra/docs/clang-tidy/checks/performance/string-view-conversions.rst
+12-1clang-tools-extra/test/clang-tidy/checkers/performance/string-view-conversions.cpp
+88-143 files

OpenBSD/ports ENmrkGCgraphics/openexr distinfo Makefile

   Update to OpenEXR-3.4.5.
VersionDeltaFile
1.43+2-2graphics/openexr/distinfo
1.82+1-1graphics/openexr/Makefile
+3-32 files

FreeBSD/ports 41df71edevel/py-numba Makefile distinfo, devel/py-numba/files patch-setup.py

devel/py-numba: Update to 0.64.0

Release notes: https://numba.readthedocs.io/en/stable/release/0.64.0-notes.html
DeltaFile
+3-3devel/py-numba/Makefile
+3-3devel/py-numba/distinfo
+1-1devel/py-numba/files/patch-setup.py
+7-73 files

FreeBSD/ports 7866aafdevel/clazy pkg-plist distinfo

devel/clazy: Update to 1.17

Changes: https://invent.kde.org/sdk/clazy/-/blob/v1.17/Changelog
DeltaFile
+5-6devel/clazy/pkg-plist
+3-3devel/clazy/distinfo
+3-1devel/clazy/Makefile
+11-103 files

NetBSD/pkgsrc D84JeYEdoc CHANGES-2026

   doc: Updated www/chromium to 145.0.7632.109
VersionDeltaFile
1.1295+2-1doc/CHANGES-2026
+2-11 files

FreeBSD/ports df32c2deditors/vscode pkg-plist distinfo, editors/vscode/files patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts

editors/vscode: Update to 1.109.5

Changelog: https://code.visualstudio.com/updates/v1_109

Reported by:    GitHub (watch releases)
DeltaFile
+17-6editors/vscode/pkg-plist
+7-7editors/vscode/distinfo
+2-2editors/vscode/Makefile.version
+2-2editors/vscode/files/patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts
+0-1editors/vscode/Makefile
+28-185 files

NetBSD/pkgsrc Z8kDneZwww/chromium distinfo Makefile, www/chromium/patches patch-media_base_media__switches.cc

   www/chromium: update to 145.0.7632.109

   * 145.0.7632.109
   This update includes 3 security fixes. Please see the
   Chrome Security Page for more information.
   [TBD][477033835] High CVE-2026-2648: Heap buffer overflow
   in PDFium. Reported by soiax on 2026-01-19
   [TBD][481074858] High CVE-2026-2649: Integer overflow in V8.
   Reported by JunYoung Park(@candymate) of KAIST Hacking Lab on 2026-02-03
   [N/A][476461867] Medium CVE-2026-2650: Heap buffer overflow
   in Media. Reported by Google on 2026-01-18
VersionDeltaFile
1.29+7-7www/chromium/distinfo
1.43+1-1www/chromium/Makefile
1.16+1-1www/chromium/patches/patch-media_base_media__switches.cc
+9-93 files

NetBSD/src JWYnCXpexternal/mit/xorg/lib libmesa.mk

   define HAVE_NOATEXIT here, syncing with how pkgsrc MesaLib builds.

   second and final part to fix PR#60025.

   XXX: pullup-*
VersionDeltaFile
1.16+3-2external/mit/xorg/lib/libmesa.mk
+3-21 files

NetBSD/xsrc y8yE6H2external/mit/MesaLib/dist/src/egl/main eglglobals.c, external/mit/MesaLib/dist/src/glx dri_common.c

   sync the atexit() / dtor fixes with pkgsrc.

   also depends upon a define in a src Makefile, coming next.

   this should fix PR#60025.

   XXX: pullup-*
VersionDeltaFile
1.2+1,163-834external/mit/MesaLib/dist/src/mesa/main/formats.c
1.8+17-0external/mit/MesaLib/dist/src/egl/main/eglglobals.c
1.6+14-0external/mit/MesaLib/dist/src/glx/dri_common.c
1.5+10-2external/mit/MesaLib/dist/src/util/u_process.c
1.6+6-0external/mit/MesaLib/dist/src/mesa/main/extensions.c
1.11+6-0external/mit/MesaLib/dist/src/mesa/main/context.c
+1,216-8363 files not shown
+1,228-8379 files

LLVM/project be2588aclang/include/clang/Basic DiagnosticASTKinds.td, clang/lib/AST ExprConstant.cpp

[clang][ExprConst] Remove bogus diagnostic (#181792)

This diagnostic is untested and this code path should be dead.
DeltaFile
+3-6clang/lib/AST/ExprConstant.cpp
+0-6clang/include/clang/Basic/DiagnosticASTKinds.td
+3-122 files

OpenBSD/ports bg8WhWIaudio/glyr/patches patch-lib_intern_photos_lastfm_c patch-lib_register_plugins_c

   audio/glyr: disable all broken metadata providers, update to musicbrainz v2 API

   musicbrainz v1 API was removed in 2018, glyr itself is more or less
   abandoned upstream in 2016, but some metadata providers still work fine
   (mostly lastfm, musicbrainz, lyrix & elyrics)

   required to update audio/gmpc to a less deprecated version and somewhat
   retain metadata fetching..
VersionDeltaFile
1.1+123-0audio/glyr/patches/patch-lib_intern_photos_lastfm_c
1.1+77-0audio/glyr/patches/patch-lib_register_plugins_c
1.1+68-0audio/glyr/patches/patch-lib_intern_albumlist_musicbrainz_c
1.2+68-0audio/glyr/patches/patch-lib_core_c
1.1+58-0audio/glyr/patches/patch-lib_intern_lyrics_magistrix_c
1.1+43-0audio/glyr/patches/patch-lib_intern_tracklist_musicbrainz_c
+437-010 files not shown
+640-216 files

NetBSD/pkgsrc ongFXWisysutils/zidrav Makefile

   zidrav: add trailing slash
VersionDeltaFile
1.9+2-3sysutils/zidrav/Makefile
+2-31 files

NetBSD/pkgsrc OGjNPAssecurity/zebedee Makefile

   zebedee: switch to sourceforge, old HOMEPAGE is gone
VersionDeltaFile
1.51+2-2security/zebedee/Makefile
+2-21 files

NetBSD/pkgsrc 5Pq1Mj6audio/ympd Makefile

   ympd: follow redirect
VersionDeltaFile
1.5+2-2audio/ympd/Makefile
+2-21 files

NetBSD/pkgsrc FbSZBQdwww/yaws Makefile

   yaws: update HOMEPAGE
VersionDeltaFile
1.29+2-3www/yaws/Makefile
+2-31 files

NetBSD/pkgsrc y46HLirdevel/yasm Makefile

   yasm: comment out dead site
VersionDeltaFile
1.37+3-3devel/yasm/Makefile
+3-31 files

NetBSD/pkgsrc DCVR2Shlang/yap Makefile

   yap: comment out dead site
VersionDeltaFile
1.28+4-4lang/yap/Makefile
+4-41 files

NetBSD/pkgsrc VQDxqU5emulators/yabause Makefile

   yabause: switch to https
VersionDeltaFile
1.104+2-2emulators/yabause/Makefile
+2-21 files

NetBSD/pkgsrc IiXXuksgraphics/xzgv Makefile

   xzgv: add trailing slash
VersionDeltaFile
1.93+2-3graphics/xzgv/Makefile
+2-31 files

NetBSD/pkgsrc ALVnPoAx11/xxkb Makefile

   xxkb: switch to sourceforge, old HOMEPAGE is gone
VersionDeltaFile
1.10+2-4x11/xxkb/Makefile
+2-41 files

NetBSD/pkgsrc LNaUGXImultimedia/xvidcore Makefile

   xvidcore: follow redirect
VersionDeltaFile
1.52+2-2multimedia/xvidcore/Makefile
+2-21 files

OpenBSD/ports S6pAkIMprint/scribus distinfo Makefile, print/scribus/patches patch-scribus_plugins_import_pdf_slaoutput_cpp patch-scribus_plugins_import_pdf_importpdf_cpp

   print/scribus: update to 1.7.2.

   see https://wiki.scribus.net/canvas/1.7.2_Release
   play the patch whack-a-mole since patches fixing the build with poppler
   25.7, 25.9, 25.10 & 26.01 were merged upstream, and only keep the one
   fixing the build with poppler 26.02.
VersionDeltaFile
1.23+59-314print/scribus/patches/patch-scribus_plugins_import_pdf_slaoutput_cpp
1.10+2-48print/scribus/patches/patch-scribus_plugins_import_pdf_importpdf_cpp
1.28+26-6print/scribus/pkg/PLIST
1.22+2-2print/scribus/distinfo
1.102+1-2print/scribus/Makefile
1.2+1-1print/scribus/patches/patch-scribus_plugins_import_pdf_pdftextrecognition_cpp
+91-3736 files not shown
+91-37312 files

OpenBSD/ports V5SjAjXx11/lxqt/config/patches patch-lxqt-config-monitor_monitorwidget_cpp patch-lxqt-config-monitor_monitorsettingsdialog_cpp

   x11/lxqt/config: backport build fix with kscreen 6.6

   ideally one should update lxqt-config to 2.3.1 which includes that fix,
   but sadly x11/lxqt doesn't have a maintainer to properly update the
   whole desktop environment to 2.3, and enable wayland support... any
   takers ?
VersionDeltaFile
1.1+16-0x11/lxqt/config/patches/patch-lxqt-config-monitor_monitorwidget_cpp
1.1+16-0x11/lxqt/config/patches/patch-lxqt-config-monitor_monitorsettingsdialog_cpp
+32-02 files

FreeBSD/src 451f593share/man/man7 ports.7

ports.7: Add port files to FILES

Add terse descriptions for the individual files that make up a port to
the FILES section of the ports reference manual.

MFC after:              3 days
Reviewed by:            adamw
Differential Revision:  https://reviews.freebsd.org/D55404
DeltaFile
+19-4share/man/man7/ports.7
+19-41 files