NetBSD/pkgsrc Z0eW4izdoc CHANGES-2026

   doc: Updated editors/ed to 1.22.6
VersionDeltaFile
1.5453+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GztAplveditors/ed Makefile distinfo

   ed: Update to 1.22.6

   2026-08-20  Antonio Diaz Diaz  <antonio at gnu.org>
   * Version 1.22.6 released.
   * Pacify gcc's static analyzer. (Reported by Mikel Olasagasti Uranga).
     main.c: (show_help): Print "*See also* regex(7)" for man page.
     (print_escaped): Don't escape backslashes.
   * ed.texi: Document that 'e' and 'E' delete the cut buffer.
     (Reported by Tim Chase).
     Document the use of REs inside the command-list of a global command.
     (Reported by Artyom Bologov).
VersionDeltaFile
1.16+4-4editors/ed/distinfo
1.24+2-2editors/ed/Makefile
+6-62 files

NetBSD/src ieLBwQWexternal/gpl3/gdb/dist/gdb Makefile.in

   Fix MKCROSSGDB build from release source tars that have had permissions whanged around
VersionDeltaFile
1.11+1-1external/gpl3/gdb/dist/gdb/Makefile.in
+1-11 files

NetBSD/pkgsrc M48Aesrwww/grafana-prometheus-datasource PLIST

   grafana-prometheus-datasource: fix PLIST substitution
VersionDeltaFile
1.2+2-2www/grafana-prometheus-datasource/PLIST
+2-21 files

NetBSD/pkgsrc hCFIv6Qdoc CHANGES-2026

   doc: Added www/grafana-prometheus-datasource
VersionDeltaFile
1.5452+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 0W4hLKJwww Makefile

   www: +grafana-prometheus-datasource
VersionDeltaFile
1.1930+2-1www/Makefile
+2-11 files

NetBSD/pkgsrc ZlFRgW1www/grafana-prometheus-datasource DESCR Makefile

   www/grafana-prometheus-datasource: import grafana-prometheus-datasource-13.1.7

   Grafana no longer bundles this plugin since 3.2.0 and the upstream
   plugin catalog only distributes Darwin, Linux and Windows binaries,
   so we need a pkgsrc package for it.
VersionDeltaFile
1.1+1,229-0www/grafana-prometheus-datasource/distinfo
1.1+409-0www/grafana-prometheus-datasource/go-modules.mk
1.1+200-0www/grafana-prometheus-datasource/PLIST
1.1+37-0www/grafana-prometheus-datasource/Makefile
1.1+16-0www/grafana-prometheus-datasource/DESCR
+1,891-05 files

NetBSD/src 94A5MKYdoc CHANGES-10.2

   Tickets #1328 and #1329
VersionDeltaFile
1.1.2.125+15-1doc/CHANGES-10.2
+15-11 files

NetBSD/src EB1reqbsys/arch/sun68k/stand/libsa version sun3.c

   Pull up following revision(s) (requested by tsutsui in ticket #1329):

        sys/arch/sun68k/stand/libsa/sun3.c: revision 1.12
        sys/arch/sun68k/stand/libsa/sun3.c: revision 1.13
        sys/arch/sun68k/stand/libsa/version: revision 1.7

   sun68k: fix typo in physical address calculation in dev3_mapin()

   This typo was introduced in the sun3/sun3x merge 28 years ago,
   so maybe harmless.


   sun68k: avoid PROM DVMA map aliasing in sun3 bootloader

   NetBSD/sun3 11.0 GENERIC fails to boot from a SCSI disk on
   my Sun 3/60 with at least PROM revisions 2.8.3 and 3.0.1.

   It looks sun3 PROM SCSI driver allocates internal resources
   in DVMA space starting at 0xfff00000. The sun3 standalone

    [26 lines not shown]
VersionDeltaFile
1.11.20.1+10-5sys/arch/sun68k/stand/libsa/sun3.c
1.6.94.1+2-1sys/arch/sun68k/stand/libsa/version
+12-62 files

NetBSD/src jBWqax8doc CHANGES-11.1

   Tickets #419 and #420
VersionDeltaFile
1.1.2.5+15-1doc/CHANGES-11.1
+15-11 files

NetBSD/src m205HRJdistrib/sets/lists/tests mi, tests/usr.bin/grep d_pr60552 d_pr60552

   Pull up following revision(s) (requested by gutteridge in ticket #1328):

        tests/usr.bin/grep/d_pr60552: revision 1.1
        tests/usr.bin/grep/Makefile: revision 1.3
        distrib/sets/lists/tests/mi: revision 1.1425
        tests/usr.bin/grep/t_grep.sh: revision 1.10
        tests/usr.bin/grep/t_grep.sh: revision 1.11

   grep(1): Test screw case of case-insensitive match with colour.

   PR bin/60552: /usr/bin/grep failure under AMD64


   grep(1): Nix xfail on new test for PR 60552 screw case.

   I was planning to do this in the same commit that fixes it, to keep
   the history of bugs and fixes tidy, but gutteridge@ beat me to
   committing the fix.

   PR bin/60552: /usr/bin/grep failure under AMD64
VersionDeltaFile
1.7.2.1+21-1tests/usr.bin/grep/t_grep.sh
1.2.2.1+2-1tests/usr.bin/grep/Makefile
1.1238.2.25+2-1distrib/sets/lists/tests/mi
1.1.4.1+0-1tests/usr.bin/grep/d_pr60552
1.1.4.2+1-0tests/usr.bin/grep/d_pr60552
+26-45 files

NetBSD/src T2Yg4UGdistrib/sets/lists/tests mi, tests/usr.bin/grep d_pr60552 d_pr60552

   Pull up following revision(s) (requested by gutteridge in ticket #419):

        tests/usr.bin/grep/d_pr60552: revision 1.1
        tests/usr.bin/grep/Makefile: revision 1.3
        distrib/sets/lists/tests/mi: revision 1.1425
        tests/usr.bin/grep/t_grep.sh: revision 1.10
        tests/usr.bin/grep/t_grep.sh: revision 1.11

   grep(1): Test screw case of case-insensitive match with colour.

   PR bin/60552: /usr/bin/grep failure under AMD64


   grep(1): Nix xfail on new test for PR 60552 screw case.

   I was planning to do this in the same commit that fixes it, to keep
   the history of bugs and fixes tidy, but gutteridge@ beat me to
   committing the fix.

   PR bin/60552: /usr/bin/grep failure under AMD64
VersionDeltaFile
1.8.2.1+21-1tests/usr.bin/grep/t_grep.sh
1.2.6.1+2-1tests/usr.bin/grep/Makefile
1.1387.2.13+2-1distrib/sets/lists/tests/mi
1.1.2.1+0-1tests/usr.bin/grep/d_pr60552
1.1.2.2+1-0tests/usr.bin/grep/d_pr60552
+26-45 files

NetBSD/pkgsrc WqkDLtBdoc CHANGES-2026

   doc: Updated databases/mimir to 3.2.0
VersionDeltaFile
1.5451+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kaKbu2Adatabases/mimir PLIST Makefile, databases/mimir/files mimir.yaml

   mimir: update to 3.2

   3.2:
   - Remote execution on by default; upgrade all queriers to 3.1 first.
   - Removed: -query-frontend.enable-multiple-node-remote-execution-
     requests, MQE projection-pushdown and prune-toggles flags.
   3.1:
   - TSDB blocks must use index v2; no index-headers built from v1.
   - Removed: -target=flusher (use /ingester/flush), ring heartbeat
     disabling, -querier.response-streaming-enabled.
   - Per-step stats unsupported under MQE.
   3.0 (major; plan the upgrade):
   - Query-scheduler is REQUIRED; embedded one gone, so -querier.frontend-
     address, -querier.max-outstanding-requests-per-tenant and
     -query-frontend.querier-forget-delay are removed.
   - MQE also default in query-frontend; queriers no longer serve the
     Prometheus HTTP API (go via query-frontend).
   - Removed: read-write deploy mode, Redis cache, memcached addresses-
     provider, instant query splitting, -query-frontend.downstream-url,

    [8 lines not shown]
VersionDeltaFile
1.6+1,858-4,531databases/mimir/distinfo
1.6+618-1,509databases/mimir/go-modules.mk
1.27+6-18databases/mimir/Makefile
1.3+5-1databases/mimir/files/mimir.yaml
1.2+1-3databases/mimir/PLIST
+2,488-6,0625 files

NetBSD/pkgsrc 0h79bcxnet/croc Makefile

   croc: Correct maintainer email
VersionDeltaFile
1.39+2-2net/croc/Makefile
+2-21 files

NetBSD/pkgsrc 8iqB057doc CHANGES-2026

   doc: Updated www/resterm to 1.2.2
VersionDeltaFile
1.5450+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Bvw6ruUwww/resterm go-modules.mk Makefile

   resterm: Update to 1.2.2

   New
   Warnings for unknown and misplaced directives

   Fixed
   Ignored or unknown directives no longer close an active workflow or interrupt an open workflow branch.
   Invalid directives cannot accidentally create or modify a request while the parser determines whether they apply.
VersionDeltaFile
1.31+3-3www/resterm/distinfo
1.34+1-1www/resterm/Makefile
1.22+0-0www/resterm/go-modules.mk
+4-43 files

NetBSD/pkgsrc-wip 388949emtr-graph distinfo Makefile

mtr-graph(mtr085): update to 0.85.307, update Makefile
DeltaFile
+7-12mtr-graph/Makefile
+9-10mtr-graph/options.mk
+3-3mtr-graph/distinfo
+19-253 files

NetBSD/src 5plaz2ousr.bin/make/unit-tests cond-token-number.exp cond-token-number.mk

   tests/make: test octal number in condition (not supported)
VersionDeltaFile
1.13+18-13usr.bin/make/unit-tests/cond-token-number.mk
1.12+4-4usr.bin/make/unit-tests/cond-token-number.exp
+22-172 files

NetBSD/pkgsrc Udg7MZZdoc CHANGES-2026

   doc: Updated devel/task to 3.53.1
VersionDeltaFile
1.5449+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NTPF7Dcdevel/task Makefile go-modules.mk

   devel/task: update to 3.53.1

   Features

   * Remote Taskfiles are now generally available! This has been an
     experimental feature for 3 years, but is now enabled by default. Massive
     thanks to all those that contributed and gave feedback (too many to list
     here). We've also given the Remote Taskfiles documentation a bit of a
     polish.
   * Added a per-command timeout that terminates a command once it exceeds the
     given duration (Go duration syntax). It covers shell commands, task
     calls, deferred commands, deps and the if condition, obeys ignore_error,
     and reports exit code 124. Callers that join a run: once or when_changed
     task already running now honor their own timeout, and inherit that task's
     failure instead of being told it succeeded.
   * Considerably improve performance of fingerprinting on large repositories
     (monorepos). Fingerprinting is up to 86% faster and make up to 70% fewer
     memory allocations on the more advanced scenarios. Benchmarks were added
     as well. We're basically skipping work when not needed.

    [46 lines not shown]
VersionDeltaFile
1.16+400-400devel/task/distinfo
1.16+132-132devel/task/go-modules.mk
1.32+2-3devel/task/Makefile
+534-5353 files

NetBSD/pkgsrc-wip d970489ocaml TODO

ocaml: Note test failures remain
DeltaFile
+36-20ocaml/TODO
+36-201 files

NetBSD/src w30K4vbdistrib/sets/lists/tests mi, tests/lib/libarchive Makefile

   libarchive: Install some missing test data files.

   PR lib/60560: libarchive tests are failing
VersionDeltaFile
1.22+9-2tests/lib/libarchive/Makefile
1.1426+7-1distrib/sets/lists/tests/mi
+16-32 files

NetBSD/src H0WZBG1tests/lib/libarchive Makefile

   libarchive: Avoid collision with LIBARCHIVE variable in makefile.

   It was both the path to the .a file for DPADD, and the path to the
   source directory.  Can't be both, and the source directory is purely
   local while the .a file is used in other makefiles, so let's call the
   source directory LIBARCHIVEDIR instead.

   Found while trying to diagnose:

   PR lib/60560: libarchive tests are failing
VersionDeltaFile
1.21+5-5tests/lib/libarchive/Makefile
+5-51 files

NetBSD/src FgZmh0vexternal/bsd/libarchive/dist/libarchive archive_string.c

   libarchive: Patch iconv() use to handle POSIX semantics.

   Previously it assumed nonstandard GNU semantics, causing tests to
   fail on NetBSD:

   /usr/src/external/bsd/libarchive/dist/libarchive/test/test_archive_string_conversion.c:950:
   -1 != r
         -1=-1 (0xffffffffffffffff, 01777777777777777777777)
         r=0 (0x0, 00)
   /usr/src/external/bsd/libarchive/dist/libarchive/test/test_archive_string_conversion.c:951:
   0 != mstr.aes_set & AES_SET_MBS
         0=0 (0x0, 00)
         mstr.aes_set & AES_SET_MBS=1 (0x1, 01)

   Upstream bug report:
   Issue #3413: test_archive_string_conversion_fail_c failure despite
   correct iconv(3)
   https://github.com/libarchive/libarchive/issues/3413


    [6 lines not shown]
VersionDeltaFile
1.2+4,227-206external/bsd/libarchive/dist/libarchive/archive_string.c
+4,227-2061 files

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-wip 5331334grafana Makefile go-modules.mk, grafana/files grafana.sh

grafana: remove after update
DeltaFile
+0-15,057grafana/distinfo
+0-13,052grafana/PLIST
+0-5,016grafana/go-modules.mk
+0-98grafana/Makefile
+0-64grafana/files/grafana.sh
+0-48grafana/patches/patch-.._k8s.io_apiserver_pkg_server_options_serving__noportreuse.go
+0-33,33515 files not shown
+0-33,56521 files

NetBSD/pkgsrc-wip 2b177c2lean4-git Makefile distinfo

Update lean4-git to lean4-4.33.1nb20260821
lean actial version 4.35.0-pre,
commit f6c7d68c7fc27e3b60585f30740c7d141d3c5b36, Release
While here, allow for lake to actually link under NetBSD.
DeltaFile
+51-21lean4-git/PLIST
+4-4lean4-git/distinfo
+3-3lean4-git/Makefile
+58-283 files