NetBSD/pkgsrc WliXWJIwww/grafana options.mk

   grafana: Enable sqlite3 option on NetBSD/amd64

   modernc.org/sqlite v1.53.0 and newer supports NetBSD/amd64 again.
VersionDeltaFile
1.2+2-1www/grafana/options.mk
+2-11 files

NetBSD/pkgsrc 0tAcB0Wdoc TODO CHANGES-2026

   doc: grafana-13.2.0
VersionDeltaFile
1.5448+3-1doc/CHANGES-2026
1.27789+1-2doc/TODO
+4-32 files

NetBSD/pkgsrc I12zNn1www/grafana Makefile go-modules.mk

   grafana: update to 13.2.0

   CVE-2026-17183
   An authenticated organization user who can create or edit alert rules
   in a folder can query a datasource for which they do not have
   datasources:query permission.
VersionDeltaFile
1.42+1,511-2,680www/grafana/PLIST
1.51+1,762-2,221www/grafana/distinfo
1.35+1,603-1,752www/grafana/go-modules.mk
1.146+3-3www/grafana/Makefile
+4,879-6,6564 files

NetBSD/pkgsrc w6RB2Dwdevel Makefile, devel/go-wire DESCR go-modules.mk

   go-wire: remove

   only use was historical TOOL dependency of www/grafana
VersionDeltaFile
1.4677+1-2devel/Makefile
1.4+1-1devel/go-wire/go-modules.mk
1.4+1-1devel/go-wire/distinfo
1.2+1-1devel/go-wire/PLIST
1.54+1-1devel/go-wire/Makefile
1.2+0-0devel/go-wire/DESCR
+5-66 files

NetBSD/pkgsrc CfeRocndoc TODO CHANGES-2026

   doc: Updated math/lean4 to 4.33.1
VersionDeltaFile
1.27788+2-1doc/TODO
1.5447+2-1doc/CHANGES-2026
+4-22 files

NetBSD/pkgsrc BYLyLPwmath/lean4 Makefile distinfo

   lean4: update to 4.33.1.

   This patch release contains runtime and kernel fixes.
VersionDeltaFile
1.7+4-4math/lean4/distinfo
1.9+2-2math/lean4/Makefile
+6-62 files

NetBSD/pkgsrc dhBMwBJwww/grafana Makefile

   grafana: sync w/ wip (add -v to build)
VersionDeltaFile
1.145+2-2www/grafana/Makefile
+2-21 files

NetBSD/pkgsrc AFUqkSedoc CHANGES-2026 TODO

   doc: Updated www/grafana to 13.1.3
VersionDeltaFile
1.27787+1-3doc/TODO
1.5446+2-1doc/CHANGES-2026
+3-42 files

NetBSD/pkgsrc iQqDttNwww/grafana Makefile go-modules.mk, www/grafana/patches patch-go.mod patch-.._k8s.io_apiserver_pkg_server_options_serving__noportreuse.go

   grafana: update to 13.1.3

   pkgsrc change:
   This update disables support for sqlite as storage backend on most
   platforms because grafana has switched to a sqlite driver that is
   very difficult to support in a generic manner in pkgsrc.
   (It needs transpiled code shipped by the upstream for every
    MACHINE_PLATFORM.)
   On such a platform you can use PostgreSQL instead.

   Other major breaking changes since 11.x:
   Angular plugin support is fully removed
   Data source UID enforcement
   Upgrading rewrites the whole annotation table; budget 2–3x its size
   React 19. Update all plugins before upgrading, or they may break
   Folders and dashboards migrate off legacy SQL tables on startup
   grafana-cli and grafana-server are removed (use grafana cli / grafana server)
   Image Renderer no longer supported as a plugin (run it as a separate service)
   Dashboards migrate to schema v2 automatically when opened
VersionDeltaFile
1.50+7,653-8,023www/grafana/distinfo
1.41+7,303-2,059www/grafana/PLIST
1.34+2,883-3,007www/grafana/go-modules.mk
1.1+48-0www/grafana/patches/patch-.._k8s.io_apiserver_pkg_server_options_serving__noportreuse.go
1.11+9-35www/grafana/patches/patch-go.mod
1.144+18-22www/grafana/Makefile
+17,914-13,14611 files not shown
+18,027-13,14917 files

NetBSD/pkgsrc sZQGlXXdoc TODO CHANGES-2026

   doc: Updated textproc/rumdl to 0.2.58
VersionDeltaFile
1.27786+1-2doc/TODO
1.5445+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc oqflGWbtextproc/rumdl Makefile distinfo

   rumdl: update to 0.2.58.

   0.2.58

   Added

   wasm: load extends chains from embedder-supplied config files (e7c7d8f)

   0.2.57

   Fixed

   MD013: let a sentence open with a number under require-sentence-capital (5060333)
   lsp: keep a CRLF document's line endings through fixes and code actions (c88a7da)
VersionDeltaFile
1.51+4-4textproc/rumdl/distinfo
1.53+2-2textproc/rumdl/Makefile
+6-62 files

NetBSD/pkgsrc J70LTXQdoc CHANGES-2026

   Updated sysutils/py-appnope, www/py-flask-security, textproc/py-json-logger
VersionDeltaFile
1.5444+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc qXI9q5etextproc/py-json-logger Makefile distinfo

   py-json-logger: updated to 4.2.0

   4.2.0

   Changed

   Logging a dict no longer modifies it. exc_info and stack_info were previously added to the caller's dict.
   Move development dependencies from project.optional-dependencies.dev to [dependency-groups].dev (PEP 735).

   Fixed

   $ style formats now support unbraced $name fields, not just ${name}
VersionDeltaFile
1.6+4-4textproc/py-json-logger/distinfo
1.8+2-2textproc/py-json-logger/Makefile
+6-62 files

NetBSD/pkgsrc oXKSBHrwww/py-flask-security Makefile distinfo

   py-flask-security: updated to 5.8.2

   5.8.2

   Fixes
   - (:pr:`1265`) Fix for GHSA-f66q-9rf6-8795 - WebAuthn reauthentication freshness bypass. (tonghuaroot)
   - (:issue:`1263`) :py:data:`SECURITY_CACHE_CONTROL` directives were added to every
     application response instead of just responses from Flask-Security endpoints
     as documented. (Ceirced)
   - (:issue:`1212`) Newly introduced :py:meth:`.UserMixin.is_locked` logic is inverted.
   - (:issue:`1244`) Fix login form remember me checkbox.

   Backwards Compatibility Concerns
   - The fix for the inverted `is_locked` logic will require any application using it
     to invert their logic.
VersionDeltaFile
1.19+4-4www/py-flask-security/distinfo
1.27+2-3www/py-flask-security/Makefile
+6-72 files

NetBSD/pkgsrc zyIbS8Fsysutils/py-appnope PLIST Makefile

   py-appnope: updated to 1.0.0

   1.0.0
   Unknown changes
VersionDeltaFile
1.7+4-4sysutils/py-appnope/distinfo
1.12+3-4sysutils/py-appnope/Makefile
1.5+1-2sysutils/py-appnope/PLIST
+8-103 files

NetBSD/pkgsrc OMOB7cUtime/py-arrow Makefile

   py-arrow: update test status -- all test pass
VersionDeltaFile
1.27+3-3time/py-arrow/Makefile
+3-31 files

NetBSD/pkgsrc 7Sx0pbfdoc CHANGES-2026

   doc: Updated games/luanti to 5.17.0
VersionDeltaFile
1.5443+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Ixglms5games/luanti Makefile distinfo

   luanti: update to 5.17.0

   Client / Audiovisuals
    - Dropdowns now accept selection by (Mouse) Down -> Drag -> Release
    - Formspecs no longer close when focusing the window
    - Fix: Formspec model[] elements are again animated
    - Implement basic gamepad support for in-game actions (not formspecs)
    - Support multi-track animations (glTF models)
    - Fixed an case where the held item stack (e.g. when dragging) size
      was no longer displayed correctly
    - The mouse cursor is no longer clamped to window bounds
    - Shaders: Fix plants flickering when visual_scale > 1
    - Chat: Pressing the Tab key now autocompletes to the next common
     part of the player name
    - The (main menu) progress bar now shows more media download details
    - Formspec: Inventory slots and buttons now stay hovered on update
    - Main menu: Mods are now sorted by their technical name (before:
      directory name)
   - Mostly fix the appearance of waving liquids (shader) below solid

    [38 lines not shown]
VersionDeltaFile
1.8+15-3games/luanti/PLIST
1.9+4-4games/luanti/distinfo
1.21+2-3games/luanti/Makefile
+21-103 files

NetBSD/pkgsrc q2jusyLdoc CHANGES-2026

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

NetBSD/pkgsrc tNMoaV9www/chromium Makefile distinfo, www/chromium/patches patch-chrome_browser_first__run_first__run.h

   chromium: update to 151.0.7922.173

   * 151.0.7922.173
   This update includes 7 security fixes. Please see the Chrome Security Page for more information.

   [N/A][522819252] Critical CVE-2026-76017: Use after free in Chromoting. Reported by Google on 2026-06-11
   [N/A][513757918] High CVE-2026-76018: Privilege elevation in Import. Reported by Google on 2026-05-16
   [TBD][539032888] High CVE-2026-76019: Incorrect authorization in Workers. Reported by Anonymous on 2026-07-26
   [TBD][541837151] High CVE-2026-76020: Race condition in V8. Reported by Salvatore Gulizia (nickname: Serotav) on 2026-08-03
   [N/A][541854084] High CVE-2026-76021: Use after free in DOM. Reported by Google BigSleep at Grape on 2026-08-02
   [TBD][543798025] High CVE-2026-76022: Buffer overflow in Network. Reported by 0xAlessandro on 2026-08-07
   [TBD][545124048] High CVE-2026-76023: Improper resource control in Linux Toolkit Theming. Reported by Keita Sode and Daisuke Hatakeyama of SYZD Research on 2026-08-11

   * 151.0.7922.169
   This update includes 15 security fixes. Please see the Chrome Security Page for more information.

   [N/A][534923522] Critical CVE-2026-76034: Buffer overflow in WebGL. Reported by Google on 2026-07-15
   [N/A][540087398] Critical CVE-2026-76036: Buffer overflow in Dawn. Reported by Google on 2026-07-28
   [N/A][516715010] High CVE-2026-76033: Inappropriate implementation in CORS. Reported by Google on 2026-05-26

    [12 lines not shown]
VersionDeltaFile
1.56+7-7www/chromium/distinfo
1.75+2-3www/chromium/Makefile
1.10+1-1www/chromium/patches/patch-chrome_browser_first__run_first__run.h
+10-113 files

NetBSD/pkgsrc ZSrxMjqaudio/openal-soft options.mk

   openal-soft: fixed pulseaudio linking on NetBSD
VersionDeltaFile
1.5+2-1audio/openal-soft/options.mk
+2-11 files

NetBSD/pkgsrc VXwazj0lang/nodejs distinfo, lang/nodejs/patches patch-src_cares__wrap.h

   lang/nodejs: revert fix

   After a discussion with wiz@ and some extended testing, it turns out
   that the build fix for {macOS,NetBSD}/amd64 related to c-ares appears to
   no longer be necessary. The pull-up request #7242 issued for lang/nodejs
   version 26.3.1 (as per pkgsrc-2026Q2) remains relevant and correct
   though, per my analysis of the issue.

   Tested on NetBSD/amd64 (11.0_RC6)
VersionDeltaFile
1.329+1-2lang/nodejs/distinfo
1.4+1-1lang/nodejs/patches/patch-src_cares__wrap.h
+2-32 files

NetBSD/pkgsrc c9OgJewdoc TODO CHANGES-2026

   Updated net/py-zmq, devel/py-ruff
VersionDeltaFile
1.5441+3-1doc/CHANGES-2026
1.27785+1-2doc/TODO
+4-32 files

NetBSD/pkgsrc 0VnDa2Adevel/py-ruff Makefile cargo-depends.mk

   py-ruff: updated to 0.16.4

   0.16.4

   Preview features

   [flake8-use-pathlib] Add autofix for PTH116
   [refurb] Restrict delete-full-slice to lists (FURB131)
   [refurb] Skip FURB101 and FURB103 when the open argument is a file descriptor

   Bug fixes

   Fix InvalidInstruction on Windows CPUs that do not support POPCNT
   [pyflakes] Emit semantic syntax errors in string type definitions as F722
   [pylint] Allow os._exit imports in import-private-name (PLC2701)

   Rule changes

   [syntax-errors] Align mixed t-string/bytes error message with CPython 3.14

    [13 lines not shown]
VersionDeltaFile
1.118+16-4devel/py-ruff/distinfo
1.121+2-2devel/py-ruff/Makefile
1.112+4-0devel/py-ruff/cargo-depends.mk
+22-63 files

NetBSD/pkgsrc WNzygKbnet/py-zmq Makefile PLIST

   py-zmq: updated to 27.2.0

   27.2 is a small release, mostly updating the build process and typing.
   Lots of new type coverage.

   - Add `python3 -m zmq.curve_keygen` entrypoint for creating curve key pairs
   - Require Python 3.9 (drops Python 3.8)
   - Stop building wheels for free-threaded CPython 3.13 (cp313t)
   - Add wheels for free-threaded CPython 3.15 (cp315t)
   - Fix builds on Windows with Visual Studio 2026
   - Fix builds with upcoming Cython release
   - Add more type coverage, fix some typing, typing compatibility with mypy 2.1
VersionDeltaFile
1.46+4-4net/py-zmq/distinfo
1.25+4-1net/py-zmq/PLIST
1.57+2-2net/py-zmq/Makefile
+10-73 files

NetBSD/pkgsrc NgjgYvwdoc TODO CHANGES-2026

   doc: Updated graphics/py-mcomix to 3.2.0
VersionDeltaFile
1.27784+1-2doc/TODO
1.5440+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc MlGA3Wvgraphics/py-mcomix Makefile distinfo

   py-mcomix: update to 3.2.0.

   ### Bug fixes

   - Adapt keybinding handling to changed API of Gtk.accelerator_parse
     in newer versions of Gtk. This fixes broken keybindings.
   - The pytest package needed for running MComix' unit tests is now
     installed when installing the `dev` dependency group.

   ### Features

   - MComix now respects the XDG Thumbnail Directory specification (again),
     and will store thumbnails relative to XDG_CACHE_HOME instead of
     relative to the home directory on UNIX systems. Nothing changes
     on Windows. Note: Existing thumbnails in the former cache directory
     ($HOME/.thumbnails) are not moved automatically by this update.
   - Added new sort order option (GLib order) that uses GTK collate keys
     when computing file order.
VersionDeltaFile
1.11+4-4graphics/py-mcomix/distinfo
1.38+2-2graphics/py-mcomix/Makefile
+6-62 files

NetBSD/pkgsrc 4hbXY7fdoc TODO CHANGES-2026

   doc: Updated net/filezilla to 3.71.0
VersionDeltaFile
1.27783+1-2doc/TODO
1.5439+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc egeCqm4net/filezilla Makefile distinfo

   filezilla: update to 3.71.0.

   3.71.0 (2026-08-19)

   + FTP(S), SFTP: Entering an empty path in the remote path edit field now returns back to the initial home directory
   - FTP(S): Fix parsing of permissions for chmod dialog on servers that include both perms and unix.mode facts in MLSD output
   - SFTP: Updated fzssh to 1.4.0 to support additional algorithms and key file formats
   - Official binaries are now linked against wxWidgets 3.2.11
   - FTP(S): Fixed parsing of paths on servers with the server type set to DOS. Some malformed paths were wrongly accepted, confusing the engine; such paths are now rejected early.
   - Refactored engine internals to remove influences from FTP-specific concepts that were permeating into other protocols
VersionDeltaFile
1.82+4-4net/filezilla/distinfo
1.191+3-4net/filezilla/Makefile
+7-82 files

NetBSD/pkgsrc lQK7ZySnet/fzssh buildlink3.mk

   fzssh: bump ABI to 1.4, the only user reqires it
VersionDeltaFile
1.3+2-2net/fzssh/buildlink3.mk
+2-21 files