Dreckly/dreckly 4ccf4e6www/palemoon options.mk

palemoon: Optionally depend on dbus-glib
DeltaFile
+1-0www/palemoon/options.mk
+1-01 files

FreeBSD/ports cb23cc8devel/py-stevedore distinfo Makefile

devel/py-stevedore: Update to 5.7.0

Reported by:    portscout!
DeltaFile
+3-3devel/py-stevedore/distinfo
+2-1devel/py-stevedore/Makefile
+5-42 files

NetBSD/pkgsrc oUMHkXRarchivers/minizip distinfo Makefile

   minizip: update to 1.3.2.

   - Add LICENSE.Info-Zip to contrib/minizip
   - Replace strcpy() with memcpy() in contrib/minizip
VersionDeltaFile
1.8+4-4archivers/minizip/distinfo
1.8+2-2archivers/minizip/Makefile
+6-62 files

NetBSD/pkgsrc 2Fv9RMgdoc TODO CHANGES-2026

   doc: Updated textproc/jnv to 0.6.2
VersionDeltaFile
1.26838+1-2doc/TODO
1.1300+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc iGZFL6Stextproc/jnv distinfo cargo-depends.mk

   jnv: update to 0.6.2.

   No summary provided.
VersionDeltaFile
1.4+484-520textproc/jnv/distinfo
1.4+160-172textproc/jnv/cargo-depends.mk
1.4+2-2textproc/jnv/Makefile
+646-6943 files

NetBSD/pkgsrc d6ODlKbdoc CHANGES-2026 TODO

   doc: Updated devel/jjui to 0.9.12
VersionDeltaFile
1.1299+2-1doc/CHANGES-2026
1.26837+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 1rz2YoOdevel/jjui distinfo Makefile

   jjui: update to 0.9.12.

   Fixes & Improvements

       Modal rendering now fills the entire git, bookmarks, and custom command dialogs before drawing rows, eliminating gaps introduced by the new renderer #535
       Fixed a regression where ui.colors.selected = { bg = "black" } no longer highlighted the selected revision by restoring the correct lipgloss → ANSI color conversion #534
       jj git fetch --tracked uses the t shortcut so f remains dedicated to the default fetch, matching the push command’s tracked shortcut #532
       Added a [keys.diff_view] config section so diff scrolling, paging, and closing bindings are customizable #527
       Completion now auto-inserts () when selecting a parameterless function, improving Lua/script authoring speed #530
       Lua’s flash() accepts error and sticky fields, so scripts can show error toasts and control persistence without additional helpers #529

   What's Changed

       Auto-append () for parameterless functions in completion by @Dima-369 in #530
       Add customizable keybindings for the diff view ([keys.diff_view]) by @Dima-369 in #527
       fix(ui/git): update key for jj git fetch --tracked by @PrayagS in #532
VersionDeltaFile
1.14+4-4devel/jjui/distinfo
1.20+2-2devel/jjui/Makefile
+6-62 files

NetBSD/pkgsrc ttDH0Gtdoc CHANGES-2026 TODO

   doc: Updated sysutils/fzf to 0.68.0
VersionDeltaFile
1.1298+2-1doc/CHANGES-2026
1.26836+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc o1TV1Wusysutils/fzf distinfo Makefile

   fzf: update to 0.68.0.

   0.68.0
   ------
   - Implemented word wrapping in the list section
       - Added `--wrap=word` (or `--wrap-word`) option and `toggle-wrap-word` action for word-level line wrapping in the list section
       - Changed default binding of `ctrl-/` and `alt-/` from `toggle-wrap` to `toggle-wrap-word`
     ```sh
     fzf --wrap=word
     ```
   - Implemented word wrapping in the preview window
       - Added `wrap-word` flag for `--preview-window` to enable word-level wrapping
       - Added `toggle-preview-wrap-word` action
     ```sh
     fzf --preview 'bat --style=plain --color=always {}' \
         --preview-window wrap-word \
         --bind space:toggle-preview-wrap-word
     ```
   - Added support for underline style variants in `--color`: `underline-double`, `underline-curly`, `underline-dotted`, `underline-dashed`

    [37 lines not shown]
VersionDeltaFile
1.47+4-4sysutils/fzf/distinfo
1.125+2-3sysutils/fzf/Makefile
+6-72 files

NetBSD/pkgsrc EsJtUQVdoc TODO CHANGES-2026

   doc: Updated audio/fluidsynth to 2.5.3
VersionDeltaFile
1.26835+1-2doc/TODO
1.1297+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc NuXnkG0audio/fluidsynth distinfo Makefile

   fluidsynth: update to 2.5.3.

       Support building for tvOS (#1743, thanks to @Ghabry)
       Several minor fixes for the CMake buildsystem (#1742)
       Several documentation updates (#1745, #1736, thanks to @jimhen3ry)
       Fix a build issue when fluidsynth is consumed as part of a bigger CMake project (#1752, thanks to @thal)
       Fix fluidsynth being unable to load SoundFonts when being compiled with an old version of MinGW (#1755)
VersionDeltaFile
1.60+4-4audio/fluidsynth/distinfo
1.95+2-2audio/fluidsynth/Makefile
1.43+2-2audio/fluidsynth/PLIST
+8-83 files

LLVM/project 8542514mlir/python/mlir/dialects ext.py, mlir/test/python/dialects ext.py

[MLIR][Python] Allow passing dialect as a class keyword argument (#182465)

Previously, we constructed new ops using the pattern `class
MyOp(MyInt.Operation)`.

Now we’ve added a new pattern: `class MyOp(Operation, dialect=MyInt)`,
which allows more flexible composition. For example:
```python
class BinOpBase(Operation): # it can be used in any dialect!
  res: Result[Any]
  lhs: Operand[Any]
  rhs: Operand[Any]
  
class MyInt(Dialect, name="myint"):
  pass

class AddOp(BinOpBase, dialect=MyInt, name="add"):
  ...
```
DeltaFile
+28-8mlir/python/mlir/dialects/ext.py
+1-1mlir/test/python/dialects/ext.py
+29-92 files

NetBSD/pkgsrc axW24sydoc TODO CHANGES-2026

   doc: Updated graphics/OpenJPH to 0.26.3
VersionDeltaFile
1.26834+1-2doc/TODO
1.1296+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc 26Rvnqfgraphics/OpenJPH distinfo Makefile

   OpenJPH: update to 0.26.3.

   0.26.3

   This release fixes a bug introduced in version 0.26.1.
   Using versions 0.26.1 and 0.26.2 is not recommended.
VersionDeltaFile
1.6+4-4graphics/OpenJPH/distinfo
1.9+2-2graphics/OpenJPH/Makefile
+6-62 files

NetBSD/pkgsrc yvKesCrdoc TODO

   doc/TODO: add some

   + OpenJPH-0.26.3, esbuild-0.27.3, fluidsynth-2.5.3, fzf-0.68.0,
     jjui-0.9.12, jnv-0.6.2, minizip-1.3.2, openexr-3.4.5, ov-0.51.1,
     py-cattrs-26.1.0, py-filelock-3.24.3, py-flask-3.1.3,
     py-google-api-core-2.30.0, py-grpcio-1.78.1, py-icalendar-7.0.1,
     py-isort-8.0.0, py-librt-0.8.1, py-maturin-1.12.4, py-pillow_heif-1.2.1,
     py-poetry-dynamic-versioning-1.10.0, py-puremagic-2.0.0,
     py-pylint-4.0.5, py-rich-14.3.3, py-ruff-0.15.2, py-textual-8.0.0,
     py-uv-build-0.10.4, py-werkzeug-3.1.6, slumber-5.1.0, yt-dlp-2026.2.21,
     zxing-cpp-3.0.2.
VersionDeltaFile
1.26833+31-3doc/TODO
+31-31 files

OpenBSD/src YV1932Rusr.bin/mg interpreter.c

   fix two leaks in interpreter.c; from Han Boetes (hboetes at gmail)

   - upon redefinition of a variable, free the content of the old varentry
   - free v1 if strndup fails, and delay the SLIST_INSERT_HEAD
VersionDeltaFile
1.37+9-4usr.bin/mg/interpreter.c
+9-41 files

OpenBSD/ports 3qSggraaudio/gmpc-plugins Makefile, audio/gmpc-plugins/patches patch-gmpc-shout_src_plugin_c

   audio/gmpc-plugins: disable all plugins but shout, which is the only one i use.

   other plugins probably don't work anymore, and would need to be ported
   to gtk+3 anyway.
VersionDeltaFile
1.7+0-146audio/gmpc-plugins/pkg/PLIST
1.52+26-16audio/gmpc-plugins/Makefile
1.3+12-11audio/gmpc-plugins/patches/patch-gmpc-shout_src_plugin_c
1.4+0-7audio/gmpc-plugins/pkg/DESCR
+38-1804 files

OpenBSD/ports Ec8kLaTaudio/gmpc Makefile, audio/gmpc/files Makefile.in.in

   audio/gmpc: update to last commit from github (2020)

   - gmpc is dead upstream, but at least the repo on github has it ported to
     gtk3, and it works here in daily use since some weeks.
   - Per debian bug #967436, they consider doing the same when deprecating gtk+2 in forky.
   - Add a patch from debian to port from devel/libsoup to devel/libsoup3.
   - Add a bunch of patches to silence debug printfs while here.

   this now depends on audio/glyr for all metadata fetching, which was
   previously in separate plugins.
VersionDeltaFile
1.1+605-0audio/gmpc/patches/patch-src_Tools_gmpc_easy_download_c
1.1+239-0audio/gmpc/patches/patch-src_MetaData_metadata_c
1.1+217-0audio/gmpc/files/Makefile.in.in
1.22+15-96audio/gmpc/pkg/PLIST
1.77+30-23audio/gmpc/Makefile
1.3+12-36audio/gmpc/patches/patch-src_playlist3_c
+1,118-15514 files not shown
+1,314-15720 files

OpenBSD/ports N3hnqy2audio/libmpd Makefile distinfo, audio/libmpd/patches patch-src_libmpd-playlist_c

   audio/libmpd: update to last commit from github (2022)
VersionDeltaFile
1.30+9-9audio/libmpd/Makefile
1.2+3-3audio/libmpd/patches/patch-src_libmpd-playlist_c
1.12+2-2audio/libmpd/distinfo
1.7+1-1audio/libmpd/pkg/PLIST
+15-154 files

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