NetBSD/src y4ZhAMZtests/usr.bin/diff t_diff.sh

   diff(3): Test the very weird options pkgsrc passes to diff.
VersionDeltaFile
1.5+4-1tests/usr.bin/diff/t_diff.sh
+4-11 files

NetBSD/src 6kA8lsgtests/lib/libc/gen t_fpclassify.c

   make this compile again.
VersionDeltaFile
1.10+3-3tests/lib/libc/gen/t_fpclassify.c
+3-31 files

NetBSD/pkgsrc-wip 66deaf7rust192 distinfo Makefile, rust192/patches patch-vendor_libc-0.2.177_src_unix_bsd_netbsdlike_netbsd_riscv64.rs patch-vendor_libc-0.2.176_src_unix_bsd_netbsdlike_netbsd_riscv64.rs

rust192: transform the NetBSD riscv64 libc segment...

...to something which also passes the upstream automated checks.
Pull request submitted at
  https://github.com/rust-lang/libc/pull/4886
DeltaFile
+42-35rust192/patches/patch-vendor_libc-0.2.177_src_unix_bsd_netbsdlike_netbsd_riscv64.rs
+42-35rust192/patches/patch-vendor_libc-0.2.176_src_unix_bsd_netbsdlike_netbsd_riscv64.rs
+34-33rust192/patches/patch-vendor_libc-0.2.175_src_unix_bsd_netbsdlike_netbsd_riscv64.rs
+3-3rust192/distinfo
+3-3rust192/Makefile
+124-1095 files

NetBSD/pkgsrc XLmiWQ9doc CHANGES-2025

   doc: Updated audio/musescore to 4.6.5
VersionDeltaFile
1.7249+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc UYBySxyaudio/musescore distinfo Makefile

   musescore: update to 4.6.5

   This is a minor update that includes several crash fixes as well as
   improvements to chord symbols, which should prevent them from
   unintentionally moving in the score.

   Also included is an audio export fix, where rests at the start of the
   score were being skipped.
VersionDeltaFile
1.19+4-4audio/musescore/distinfo
1.65+2-2audio/musescore/Makefile
+6-62 files

NetBSD/src pWAsTZwtests/fs/common fstest_lfs.c, tests/fs/lfs t_orphan.c util.c

   Update the orphan test to use dumplfs, avoiding false negatives.
   Add post-test fsck to all the LFS tests.

   (This is the intended commit comment for the previous revision.)
VersionDeltaFile
1.11+2-1tests/fs/common/fstest_lfs.c
1.4+2-1tests/fs/lfs/t_orphan.c
1.6+2-1tests/fs/lfs/util.c
+6-33 files

NetBSD/src Ejc52tWsys/ufs/lfs lfs_alloc.c

   Simplify orphaned file recovery by using vget/vput instead of explicitly
   truncating the files, following a helpful comment from riastradh@.
VersionDeltaFile
1.153+17-59sys/ufs/lfs/lfs_alloc.c
+17-591 files

NetBSD/src Eb9XoZhtests/fs/common fstest_lfs.c, tests/fs/lfs t_orphan.c util.c

   sys/ufs/lfs/lfs_alloc.c
VersionDeltaFile
1.3+54-44tests/fs/lfs/t_orphan.c
1.10+36-3tests/fs/common/fstest_lfs.c
1.5+4-4tests/fs/lfs/util.c
+94-513 files

NetBSD/pkgsrc 6S3JVJamultimedia/olive-editor Makefile distinfo, multimedia/olive-editor/patches patch-app_codec_oiio_oiiodecoder.cpp patch-CMakeLists.txt

   olive-editor: Fix build with openimageio 3.x

   Disable pedantic errors, and pull patch submitted upstream by rathann.
VersionDeltaFile
1.1+28-0multimedia/olive-editor/patches/patch-app_codec_oiio_oiiodecoder.cpp
1.4+11-2multimedia/olive-editor/patches/patch-CMakeLists.txt
1.63+1-4multimedia/olive-editor/Makefile
1.9+3-2multimedia/olive-editor/distinfo
+43-84 files

NetBSD/src CcDnA7llib/libc/time private.h

   Avoid 'error: comparison of unsigned expression in '< 0' is always false
   [-Werror=type-limits]'
VersionDeltaFile
1.73+3-2lib/libc/time/private.h
+3-21 files

NetBSD/pkgsrc MncNXWjlang/go125 Makefile distinfo

   go125: avoid linker panics on i386

   Add a patch to fix https://github.com/golang/go/issues/76815, noticed in
   NetBSD/i386 bulk builds. In builds with cgo, the assembler can create a
   section twice by mistake, which confuses the linker.

   This should fix several package build failures observed in bulk builds.

   ok during freeze by maya@
VersionDeltaFile
1.3+9-1lang/go125/Makefile
1.7+4-1lang/go125/distinfo
+13-22 files

NetBSD/pkgsrc-wip 4aee46fqucs-s TODO Makefile

cad/qucs-s: add come comments
DeltaFile
+4-5qucs-s/TODO
+2-0qucs-s/Makefile
+6-52 files

NetBSD/src llylCfbexternal/bsd/elftoolchain/dist/common/sys elfdefinitions.m4 elfconstants.m4

   elftoolchain/common: Sync with upstream [r4318].
VersionDeltaFile
1.18+21-16external/bsd/elftoolchain/dist/common/sys/elfdefinitions.m4
1.20+14-1external/bsd/elftoolchain/dist/common/sys/elfconstants.m4
+35-172 files

NetBSD/src PVPjVV6sys/arch/m68k/include lock.h

   Slight tweak to previous: always use TAS on 68010.
VersionDeltaFile
1.19+3-2sys/arch/m68k/include/lock.h
+3-21 files

NetBSD/src mjpVT3vsys/arch/m68k/include lock.h

   Adjust __cpu_simple_lock{,_try}() to work in an environment where the
   TAS instruction cannot be used by using _atomic_cas_8():
   - For the _KERNEL case, if __HAVE_M68K_BROKEN_RMC is defined.  This will
     result in an _atomic_cas_8() that is implmented in terms of _atomic_cas_32(),
     which in turn is implemented in lock_stubs.s as restartable atomic sequence.
   - For the non-_KERNEL case.  This will result in use of an _atomic_cas_8()
     that is appropriate for system as determined at run-time (well, compile-
     time for 68010).
VersionDeltaFile
1.18+23-1sys/arch/m68k/include/lock.h
+23-11 files

NetBSD/pkgsrc mJv7hrSdoc CHANGES-2025

   doc: Updated www/php-concrete-cms to 9.4.7
VersionDeltaFile
1.7248+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc P8rBkOiwww/php-concrete-cms PLIST distinfo

   www/php-concrete-cms: update to 9.4.7

   9.4.7 (2025-12-02)

   Behavioral Improvements

   * YouTube block view now contains iframe code to help YouTube render better
     under certain stricter web server settings (thanks MarcoKuoni)
   * We now define operation IDs for API endpoints (thanks hissy)
   * On the Dashboard > Database Entities page we now show entities that are
     defined using PHP attributes (not just entities) (thanks mlocati)

   Bug Fixes

   * Fixed: Conversations file attachment icons and file attachment area are
     not formatted properly.
   * Fixed: conversation loader shows properly.
   * Fixed: The close "X" of Workflow pop-up only has Atomik css & doesn't show
     up in other theme

    [19 lines not shown]
VersionDeltaFile
1.12+54-46www/php-concrete-cms/PLIST
1.14+4-4www/php-concrete-cms/distinfo
1.16+2-2www/php-concrete-cms/Makefile
+60-523 files

NetBSD/pkgsrc-wip 32247e5tangled-git distinfo go-modules.mk

tangled: update to 1.10.0alpha1nb20251219.

Adapt go modules.
DeltaFile
+6-60tangled-git/distinfo
+2-20tangled-git/go-modules.mk
+8-802 files

NetBSD/pkgsrc FDezY31doc TODO

   doc/TODO: add/update a few

   + php-8.5.1, ruby-3.4.8, samba-4.23.4.
VersionDeltaFile
1.26539+4-3doc/TODO
+4-31 files

NetBSD/pkgsrc pVKqCQBdoc CHANGES-2025

   doc: Updated lang/php84 to 8.4.16
VersionDeltaFile
1.7247+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc fodZzoilang/php phpversion.mk, lang/php84 distinfo

   lang/php84: update to 8.4.16

   PHP 8.4.16 (2025-12-18)

   - Core:
     . Sync all boost.context files with release 1.86.0. (mvorisek)
     . Fixed bug GH-20435 (SensitiveParameter doesn't work for named argument
       passing to variadic parameter). (ndossche)
     . Fixed bug GH-20286 (use-after-destroy during userland stream_close()).
       (ndossche, David Carlier)

   - Bz2:
     . Fix assertion failures resulting in crashes with stream filter
       object parameters. (ndossche)

   - Date:
     . Fix crashes when trying to instantiate uninstantiable classes via date
       static constructors. (ndossche)


    [85 lines not shown]
VersionDeltaFile
1.16+4-5lang/php84/distinfo
1.485+2-2lang/php/phpversion.mk
+6-72 files

NetBSD/pkgsrc GoF18G9doc CHANGES-2025

   doc: Updated lang/php83 to 8.3.29
VersionDeltaFile
1.7246+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc e5IB8Hflang/php phpversion.mk, lang/php83 distinfo

   lang/php83: update to 8.3.29

   PHP 8.3.29 (2025-12-18)

   - Core:
     . Sync all boost.context files with release 1.86.0. (mvorisek)
     . Fixed bug GH-20435 (SensitiveParameter doesn't work for named argument
       passing to variadic parameter). (ndossche)
     . Fixed bug GH-20286 (use-after-destroy during userland stream_close()).
       (ndossche, David Carlier)

   - Bz2:
     . Fix assertion failures resulting in crashes with stream filter
       object parameters. (ndossche)

   - Date:
     . Fix crashes when trying to instantiate uninstantiable classes via date
       static constructors. (ndossche)


    [81 lines not shown]
VersionDeltaFile
1.32+4-4lang/php83/distinfo
1.484+2-2lang/php/phpversion.mk
+6-62 files

NetBSD/pkgsrc-wip d43ba03netdata Makefile DESCR, netdata/patches patch-aa

netdata: start a package

Fails in the build stage, see TODO
DeltaFile
+40-0netdata/Makefile
+23-0netdata/DESCR
+15-0netdata/patches/patch-aa
+6-0netdata/distinfo
+5-0netdata/TODO
+4-0netdata/PLIST
+93-01 files not shown
+95-07 files

NetBSD/pkgsrc aUkhDyLdoc CHANGES-2025

   doc: Updated lang/php82 to 8.2.30
VersionDeltaFile
1.7245+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc CKeswF8lang/php phpversion.mk, lang/php82 distinfo Makefile

   lang/php82: update to 8.2.30

   PHP 8.2.30 (2025-12-18)

   - Curl:
     . Fix curl build and test failures with version 8.16.
       (nielsdos, ilutov, Jakub Zelenka)

   - Opcache:
     . Reset global pointers to prevent use-after-free in zend_jit_status().
       (Florian Engelhardt)

   - PDO:
     . Fixed GHSA-8xr5-qppj-gvwj (PDO quoting result null deref). (CVE-2025-14180)
       (Jakub Zelenka)

   - Standard:
     . Fixed GHSA-www2-q4fc-65wf (Null byte termination in dns_get_record()).
       (ndossche)

    [4 lines not shown]
VersionDeltaFile
1.35+4-4lang/php82/distinfo
1.483+2-2lang/php/phpversion.mk
1.23+1-2lang/php82/Makefile
+7-83 files

NetBSD/pkgsrc a5G0LQQdoc CHANGES-2025

   doc: Updated lang/php81 to 8.1.34
VersionDeltaFile
1.7244+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc 6zqGI1mlang/php phpversion.mk, lang/php81 distinfo Makefile

   lang/php81: update to 8.1.34

   PHP 8.1.34 (2025-12-18)

   - Curl:
     . Fix curl build and test failures with version 8.16.
       (nielsdos, ilutov, Jakub Zelenka)

   - Opcache:
     . Reset global pointers to prevent use-after-free in zend_jit_status().
       (Florian Engelhardt)

   - PDO:
     . Fixed GHSA-8xr5-qppj-gvwj (PDO quoting result null deref). (CVE-2025-14180)
       (Jakub Zelenka)

   - Standard:
     . Fixed GHSA-www2-q4fc-65wf (Null byte termination in dns_get_record()).
       (ndossche)

    [4 lines not shown]
VersionDeltaFile
1.42+4-5lang/php81/distinfo
1.482+2-2lang/php/phpversion.mk
1.37+1-2lang/php81/Makefile
1.2+1-1lang/php81/patches/patch-ext_xml_compat.c
+8-104 files

NetBSD/src nCvcg64lib/libc/string mempcpy.c

   also include nbtool_config.h
VersionDeltaFile
1.4+7-2lib/libc/string/mempcpy.c
+7-21 files

NetBSD/pkgsrc CamwSzDdoc CHANGES-2025

   doc: Updated textproc/json-yaml to 1.2.2
VersionDeltaFile
1.7243+2-1doc/CHANGES-2025
+2-11 files