NetBSD/src QeVZ9Kbusr.sbin/fssconfig fssconfig.8

   fssconfig(8): Fix example of unconfiguring.

   Demonstrate unmounting first, and then describe `fssconfig -u' as
   unconfiguring.
VersionDeltaFile
1.16+5-2usr.sbin/fssconfig/fssconfig.8
+5-21 files

NetBSD/src hjKARC2usr.sbin/fssconfig fssconfig.8

   fssconfig(8): minor fixes, mostly -width cargo-cult
VersionDeltaFile
1.15+7-7usr.sbin/fssconfig/fssconfig.8
+7-71 files

NetBSD/src owSmciEshare/man/man4 fss.4

   fss(4): markup fixes

   Struct members are Fa, not Va.
   Use Pq Vt for ioctl parameter types.
VersionDeltaFile
1.17+22-22share/man/man4/fss.4
+22-221 files

NetBSD/pkgsrc w8Yl2Zbdoc CHANGES-2026

   doc: Updated www/p5-HTTP-Tiny to 0.096
VersionDeltaFile
1.4331+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 9Ytzz6Gwww/p5-HTTP-Tiny distinfo Makefile

   p5-HTTP-Tiny: update to 0.096.

   0.096     2026-06-08 11:21:49+02:00 Europe/Brussels

       - No changes from 0.095-TRIAL

   0.095     2026-06-03 13:10:05+02:00 Europe/Brussels (TRIAL RELEASE)
       [!!! SECURITY !!!]

       - Caller-supplied C<Authorization>, C<Cookie>, and C<Proxy-Authorization>
         headers are now stripped on cross-origin redirects by default. Use
         allow_credentialed_redirects to opt out.

       - Redirects are no longer automatically followed when going from https to http.
         Use allow_downgrade to revert to the original behaviour.
VersionDeltaFile
1.21+4-4www/p5-HTTP-Tiny/distinfo
1.33+2-2www/p5-HTTP-Tiny/Makefile
+6-62 files

NetBSD/pkgsrc-wip a45a08atnt-ham PLIST Makefile

tnt-ham: fix build with GCC 14, correct doc paths in PLIST

GCC 14 turns implicit-int and implicit-function-declaration into
hard errors by default, which breaks this K&R-era codebase. Demote
them back to warnings via CFLAGS until the code is fixed properly.

Correct PLIST doc file locations: the build installs documentation
under share/tnt/doc/, not share/doc/tnt/.
DeltaFile
+31-31tnt-ham/PLIST
+3-0tnt-ham/Makefile
+34-312 files

NetBSD/pkgsrc-wip fbdd7fcCodeWhale distinfo cargo-depends.mk

Update misc/CodeWhale to v.0.87

rquickjs-sys pre-generated bindings for NetBSD targets are identical to
those for Linux, so just copy them. One might bindgen them one of these days
DeltaFile
+120-51CodeWhale/distinfo
+39-16CodeWhale/cargo-depends.mk
+12-1CodeWhale/Makefile
+171-683 files

NetBSD/pkgsrc-wip 32d0f64dpbox Makefile distinfo, dpbox/patches patch-ba patch-bj

dpbox: update to 6.1.1

Upstream rolled the version-string change (patch-bj) and the fixes
for the optimization-triggered crash into the v6.1.1 tag, so both
patches are removed. patch-ba (-O0 workaround) is no longer needed:
the crash root cause was undefined behavior in format specifiers,
fixed upstream, and the package now builds at the stock -O2/-O3.
DeltaFile
+0-33dpbox/patches/patch-ba
+0-32dpbox/patches/patch-bj
+4-4dpbox/Makefile
+3-5dpbox/distinfo
+7-744 files

NetBSD/pkgsrc-wip cb1f720fresh distinfo Makefile, fresh/patches patch-crates_fresh-core_Cargo.toml patch-crates_fresh-plugin-runtime_Cargo.toml

Update editors/fresh to v.0.43. Remove NetBSD-specific patches, now in upstream
DeltaFile
+0-18fresh/patches/patch-crates_fresh-core_Cargo.toml
+0-15fresh/patches/patch-crates_fresh-plugin-runtime_Cargo.toml
+3-5fresh/distinfo
+1-1fresh/Makefile
+4-394 files

NetBSD/pkgsrc VD0I84idoc CHANGES-2026

   doc: Updated chat/matrix-synapse to 1.156.0
VersionDeltaFile
1.4330+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc caV1Ff6chat/matrix-synapse distinfo cargo-depends.mk

   chat/matrix-synapse: Update to 1.156.0

   Tested on NetBSD 10 amd64 with 2026Q2 environment.

   # Synapse 1.156.0 (2026-07-07)

   ## Features

   - Expose [MSC4354 Sticky Events](https://github.com/matrix-org/matrix-spec-proposals/pull/4354) over [MSC4186 (Simplified) Sliding Sync](https://github.com/matrix-org/matrix-spec-proposals/pull/4186). ([\#19591](https://github.com/element-hq/synapse/issues/19591))
   - Stabilize support for sending ephemeral events to application services, as per [MSC2409](https://github.com/matrix-org/matrix-spec-proposals/pull/2409). Contributed by @jason-famedly @ Famedly. ([\#19758](https://github.com/element-hq/synapse/issues/19758))
   - Include `allowed_room_ids` in the `/summary` client-server API response for rooms with restricted join rules, as required by Matrix 1.15.
     Contributed by @FrenchGithubUser @Famedly. ([\#19762](https://github.com/element-hq/synapse/issues/19762))
   - [MSC4140: Cancellable delayed events](https://github.com/matrix-org/matrix-spec-proposals/pull/4140): Allow authentication on delayed event management endpoints (such as `/restart`) to bypass ratelimits for unauthenticated requests based on the client IP address. ([\#19794](https://github.com/element-hq/synapse/issues/19794))
   - Add new metric `synapse_non_deactivated_user_count` which tracks the number of non-deactivated users in the database, split by `app_service`. ([\#19848](https://github.com/element-hq/synapse/issues/19848))
   - The `GET /_matrix/client/unstable/org.matrix.msc1763/retention/configuration` endpoint is now provided when retention
     is enabled and `experimental_features.msc1763_enabled` is enabled, based on
     [MSC1763](https://github.com/matrix-org/matrix-spec-proposals/pull/1763). ([\#19853](https://github.com/element-hq/synapse/issues/19853))
   - Add experimental support for [MSC4491: Invite reasons in room creation](https://github.com/matrix-org/matrix-spec-proposals/pull/4491). ([\#19874](https://github.com/element-hq/synapse/issues/19874))


    [65 lines not shown]
VersionDeltaFile
1.93+67-67chat/matrix-synapse/distinfo
1.38+21-21chat/matrix-synapse/cargo-depends.mk
1.70+18-6chat/matrix-synapse/PLIST
1.131+2-2chat/matrix-synapse/Makefile
+108-964 files

NetBSD/pkgsrc BAoT5RTdoc CHANGES-2026

   Note update of net/nsd to 4.15.0.
VersionDeltaFile
1.4329+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pZyhfCcnet/nsd distinfo Makefile

   Update nsd to version 4.15.0.

   Pkgsrc changes:
    * Version & checksum changes.

   Upstream changes:

   4.15.0
   ================
   FEATURES:
        - Merge #483 from ruuda: Improve Prometheus metrics: Move zonestats from
          metric name to label
   BUG FIXES:
        - Fix #478: Feature request: reduce syslog noise from frequent
          read-only control commands (e.g. stats_noreset). It logs the
          verbosity command always, and others at 2 and higher.
        - Fix XDP cleanup code being executed even if xdp is not configured
        - Merge #481 from jaredmauch: Fix pedantic/CodeQL warning in sources
        - Merge #484 from orlitzky: OpenRC: fix network deps and support both

    [62 lines not shown]
VersionDeltaFile
1.95+4-4net/nsd/distinfo
1.138+2-2net/nsd/Makefile
+6-62 files

NetBSD/pkgsrc YCPwiwpdoc CHANGES-2026

   doc: Updated textproc/split-thai to 2.43
VersionDeltaFile
1.4328+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc b0HWZVmtextproc/split-thai distinfo Makefile

   Update to version 2.43
   - accommodate sox to sox_ns pkgsrc change
   - in 'pthai-mp3-play, use new variable 'pthai-audio-command, preferring "play_ng" over "play"
   - add 'pthai-lookup-all to return all matches for word lookup
VersionDeltaFile
1.48+4-4textproc/split-thai/distinfo
1.72+2-3textproc/split-thai/Makefile
+6-72 files

NetBSD/src 40u2tZKsys/arch/m68k/m68k bus_dma_stub.c

   Add a do-nothing-but-return-errors bus_dma stub.
VersionDeltaFile
1.1+85-0sys/arch/m68k/m68k/bus_dma_stub.c
+85-01 files

NetBSD/src AZCxHcMdoc CHANGES-11.0, external/gpl2/groff/tmac mdoc.local

   Welcome to 11.0_RC6!
VersionDeltaFile
1.1.2.132+8-1doc/CHANGES-11.0
1.11.4.7+3-3external/gpl2/groff/tmac/mdoc.local
1.738.2.7+2-2sys/sys/param.h
+13-63 files

NetBSD/src byvp7iPdoc CHANGES-11.0

   Ticket #376
VersionDeltaFile
1.1.2.131+6-1doc/CHANGES-11.0
+6-11 files

NetBSD/src nuchoqdlibexec/ld.elf_so load.c

   Pull up following revision(s) (requested by riastradh in ticket #376):

        libexec/ld.elf_so/load.c: revision 1.52

   rtld, ldd: Fix bad assertion.
   (*needed)->obj may legitimately be null here, as the next line shows,
   so don't check (*needed)->obj->refcount in that case.

   PR bin/60422: ldd, rtld: crash inside assertion if needed object not
   found
VersionDeltaFile
1.49.10.2+3-3libexec/ld.elf_so/load.c
+3-31 files

NetBSD/src au0JITPdoc CHANGES-10.2

   Ticket 1310
VersionDeltaFile
1.1.2.113+16-1doc/CHANGES-10.2
+16-11 files

NetBSD/src PVhxfCUusr.sbin/syslogd syslogd.c tls.c

   Pull up the following revisions(s) (requested by msaitoh in ticket #1310):
           usr.sbin/syslogd/extern.h: revision 1.5
           usr.sbin/syslogd/sign.c: revision 1.10
           usr.sbin/syslogd/sign.h: revision 1.4
           usr.sbin/syslogd/syslogd.c: revision 1.141,1.145,1.148,1.151-1.155 via patch
           usr.sbin/syslogd/syslogd.h: revision 1.10-1.11 via patch
           usr.sbin/syslogd/tls.c: revision 1.26-1.27
           usr.sbin/syslogd/tls.h: revision 1.4

   Some improvements for syslogd(8):
   - Retry sendto() if it raises EBUSY, too.
   - Add missing SLIST_INIT() in main(). This is not a real bug because
     the tls_opt is in BSS and SLIST_INIT() assign NULL.
   - Cleanups (KNF, fix typos and G.C.).
VersionDeltaFile
1.140.2.2+43-35usr.sbin/syslogd/syslogd.c
1.21.2.2+19-19usr.sbin/syslogd/tls.c
1.9.2.1+14-14usr.sbin/syslogd/syslogd.h
1.9.2.1+7-7usr.sbin/syslogd/sign.c
1.3.2.1+4-4usr.sbin/syslogd/sign.h
1.4.26.1+1-3usr.sbin/syslogd/extern.h
+88-821 files not shown
+90-847 files

NetBSD/src IJcG9uadoc CHANGES-10.2

   Ticket 1309
VersionDeltaFile
1.1.2.112+9-1doc/CHANGES-10.2
+9-11 files

NetBSD/src GVJ0Q13lib/libcurses refresh.c cur_hash.c

   Pull up the following revisions(s) (requested by blymn in ticket #1309):
        lib/libcurses/cur_hash.c:       revision 1.15
        lib/libcurses/curses_private.h: revision 1.83
        lib/libcurses/addbytes.c:       revision 1.72
        lib/libcurses/refresh.c:        revision 1.134

   Fix PR lib/58282
VersionDeltaFile
1.126.2.3+110-86lib/libcurses/refresh.c
1.14.2.1+14-12lib/libcurses/cur_hash.c
1.67.2.3+9-2lib/libcurses/addbytes.c
1.80.2.1+4-4lib/libcurses/curses_private.h
+137-1044 files

NetBSD/src XwXLPesdoc CHANGES-11.0

   Ticket 375
VersionDeltaFile
1.1.2.130+9-1doc/CHANGES-11.0
+9-11 files

NetBSD/src KgHOEXnlib/libcurses refresh.c cur_hash.c

   Pull up the following revisions(s) (requested by blymn in ticket #375):
        lib/libcurses/cur_hash.c:       revision 1.15
        lib/libcurses/curses_private.h: revision 1.83
        lib/libcurses/addbytes.c:       revision 1.72
        lib/libcurses/refresh.c:        revision 1.134

   Fix PR lib/58282
VersionDeltaFile
1.129.2.3+110-86lib/libcurses/refresh.c
1.14.6.1+14-12lib/libcurses/cur_hash.c
1.70.2.2+9-2lib/libcurses/addbytes.c
1.82.2.1+4-4lib/libcurses/curses_private.h
+137-1044 files

NetBSD/src VpsxXi4doc CHANGES-11.0

   Ticket 374
VersionDeltaFile
1.1.2.129+10-1doc/CHANGES-11.0
+10-11 files

NetBSD/pkgsrc BunPo9Xdoc CHANGES-2026

   Updated audio/strawberry, devel/py-dulwich
VersionDeltaFile
1.4327+3-1doc/CHANGES-2026
+3-11 files

NetBSD/src PH5D4ZUsys/dev/acpi acpi_mcfg.c

   Pull up the following revisions(s) (requested by riastradh in ticket #374):
        sys/dev/acpi/acpi_mcfg.c:       revision 1.33

   x86: Fix crash at boot on some machines with options PCI_RESOURCE,
   in case something goes wrong traversing the MCFG table and no
   segments are found.
   Addresses:
   PR kern/60411: x86 PCI_RESOURCE: null pointer dereference at boot
VersionDeltaFile
1.32.2.1+9-3sys/dev/acpi/acpi_mcfg.c
+9-31 files

NetBSD/pkgsrc VhI1D3Qdevel/py-dulwich distinfo cargo-depends.mk

   py-dulwich: updated to 1.2.10

   1.2.10  2026-07-07

    * Fix regression in 1.2.9 where loose objects whose content inflates to
      more than 8192 bytes failed to parse with ``zlib.error: object header
      exceeds maximum size``. (Jelmer Vernooij)

   1.2.9   2026-07-06

    * Bound the running length when decoding EWAH bitmaps, so a corrupt or
      malformed ``.bitmap`` index raises ``ValueError`` instead of hanging in
      an unbounded loop that exhausts memory. (Jelmer Vernooij)

    * web: Reject smart HTTP ``git-upload-pack`` / ``git-receive-pack`` POSTs
      whose ``Content-Type`` is not the exact ``application/x-<service>-request``
      value, matching ``git http-backend``. Real git clients (and dulwich's own
      client) already send this header, so there is no interop cost; the check
      is defense in depth against cross-origin POSTs for deployments that wrap

    [33 lines not shown]
VersionDeltaFile
1.80+16-19devel/py-dulwich/distinfo
1.19+4-5devel/py-dulwich/cargo-depends.mk
1.85+2-2devel/py-dulwich/Makefile
+22-263 files

NetBSD/pkgsrc goj7mEudoc CHANGES-2026

   doc: Updated net/ruby-train-core to 3.16.5
VersionDeltaFile
1.4326+2-1doc/CHANGES-2026
+2-11 files