NetBSD/src hVIYNCdsys/arch/mac68k/conf std.mac68k

   Use the more specific M68K_MMU_68851 option, rather than the generic
   M68K_MMU_MOTOROLA.
VersionDeltaFile
1.34+2-2sys/arch/mac68k/conf/std.mac68k
+2-21 files

NetBSD/src U3c2HTysys/arch/amiga/conf std.amiga

   Use the more specific M68K_MMU_68851 option, rather than the generic
   M68K_MMU_MOTOROLA.
VersionDeltaFile
1.24+2-2sys/arch/amiga/conf/std.amiga
+2-21 files

NetBSD/src YuvxuDGsys/arch/m68k Makefile.cmachflags

   Add a 68010 case.
VersionDeltaFile
1.5+10-1sys/arch/m68k/Makefile.cmachflags
+10-11 files

NetBSD/src L4uNNsq. Makefile

   PR lib/60324 - isolate descent into lib

   Since no-one seems interested in implementing a better fix
   than this for the issue in the PR which (sometimes) breaks
   the builds, simply do the easiest possible thing which will
   avoid the observed symptoms.

   Don't allow builds in lib and external to happen in parallel
   by simply isolating the descent into lib (there is a LOT to
   do in there).   Don't start anything else until that is done.

   If anyone would like to find a different workable solution than
   this one, please go ahead.
VersionDeltaFile
1.343+2-2Makefile
+2-21 files

NetBSD/pkgsrc-wip 116f86fchocolate-quake TODO Makefile

chocolate-quake: depends on audio/flac
DeltaFile
+0-1chocolate-quake/TODO
+1-0chocolate-quake/Makefile
+1-12 files

NetBSD/src lI71fHHsbin/efi utils.c

   sbin/efi - avoid generating invalid UTF-8

   Strings in UEFI are all made up of 16 bit chars, which are defined in the
   UEFI standard to be UCS-2 (despite that format having been deprecated for
   decades - replaced by UTF-16).

   UCS-2 allowed for just 65536 code points (hence 16 bit storage).  UTF-16
   defines a block of 8192 of the available code-points to be surrogates, 4096
   of them high surrogates, the other 4096 low surrogates, always to be used
   as a pair, high then low.

   Each surrogate of a pair provides 10 data bits, combining them together gives
   a 20 bit value, which is used by UTF-16 to represent the code point values
   from 0x10000 -> 0x10FFFF.  By doing that they (for all time) reserved the
   8192 surrogate code points (those with values from 0xD800 to 0xDFFF (incl)),
   regardless of the format in which they're encoded, as being invalid, except
   when used as part of a surrogate pair in UTF-16.

   So, since UCS-2 had no surrogates (not really) and is (was) defined to

    [16 lines not shown]
VersionDeltaFile
1.5+7-3sbin/efi/utils.c
+7-31 files

NetBSD/src PwaF8p8doc 3RDPARTY

   Postfix 3.11.5
VersionDeltaFile
1.2229+3-3doc/3RDPARTY
+3-31 files

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