NetBSD/src j0KHVBjdistrib/sets/lists/base shl.mi, distrib/sets/lists/comp mi

   Conditionalize IPSec support on MKIPSEC, defaults to "yes" except on,
   you guessed it, m68000.
VersionDeltaFile
1.227+17-17distrib/sets/lists/misc/mi
1.2508+15-15distrib/sets/lists/comp/mi
1.1819+11-11distrib/sets/lists/man/mi
1.1022+7-7distrib/sets/lists/base/shl.mi
1.22+10-3usr.sbin/mountd/Makefile
1.39+6-6distrib/sets/lists/manhtml/mi
+66-5918 files not shown
+142-9224 files

NetBSD/src IjyeIL2share/mk bsd.own.mk

   Default MKINET6 to "no" for m68000.
VersionDeltaFile
1.1454+2-1share/mk/bsd.own.mk
+2-11 files

NetBSD/src qdh9tYPexternal/mpl/dhcp/bin/server Makefile, external/mpl/dhcp/bind/lib/libisc Makefile

   Make this build with MKINET6="no"
VersionDeltaFile
1.11+6-2external/mpl/dhcp/bin/server/Makefile
1.3+1-6external/mpl/dhcp/bind/lib/libisc/Makefile
1.9+4-2external/mpl/dhcp/dist/server/mdb6.c
+11-103 files

NetBSD/src 9DpSaROexternal/bsd/elftoolchain/lib/libelf Makefile

   elftoolchain/libelf: Keep SRCS lines sorted.
VersionDeltaFile
1.6+7-5external/bsd/elftoolchain/lib/libelf/Makefile
+7-51 files

NetBSD/src wxnRMn3external/bsd/tcpdump/bin Makefile

   INET6 is way too entangled in the various L2 protocol printers, so we
   pretty much need to include it always.  As such, disable the USE_INET6
   check so that this will link if MKINET6 is "no".
VersionDeltaFile
1.30+4-3external/bsd/tcpdump/bin/Makefile
+4-31 files

NetBSD/src hrjGJWAtests/lib/libutil t_sockaddr_snprintf.c

   Make this build with MKINET6=no
VersionDeltaFile
1.6+6-2tests/lib/libutil/t_sockaddr_snprintf.c
+6-21 files

NetBSD/src nkrgr5Qusr.bin/fstat fstat.c

   Make this build with MKINET6=no
VersionDeltaFile
1.121+4-2usr.bin/fstat/fstat.c
+4-21 files

NetBSD/src coXxlAKusr.sbin/inetd ratelimit.c

   Make this build with MKINET6=no
VersionDeltaFile
1.4+6-2usr.sbin/inetd/ratelimit.c
+6-21 files

NetBSD/src YYr5eXoexternal/apache2/mDNSResponder/dist/mDNSPosix mDNSPosix.c

   Build with HAVE_IPV6=0
VersionDeltaFile
1.22+6-0external/apache2/mDNSResponder/dist/mDNSPosix/mDNSPosix.c
+6-01 files

NetBSD/src wJU11D0sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip rk3399-nanopi-r4s.dts

   rk3399-nanopi-r4s.dts: apply upstream USB fix

   This gives us the addition of:
   [   1.0000040] rkusbphy2 at rkusb1: USB2 host port

   This is taken from the following commit (applied to a different file
   in the current Linux tree; it should be included in the DTS update
   skrll@ is planning, but could be simpler to pull up to netbsd-11 in
   this form):

   From 38f4aa34a5f737ea8588dac320d884cc2e762c03 Mon Sep 17 00:00:00 2001
   From: Justin Klaassen <justin at tidylabs.net>
   Date: Tue, 25 Feb 2025 17:03:58 +0000
   Subject: arm64: dts: rockchip: fix u2phy1_host status for NanoPi R4S

   The u2phy1_host should always have the same status as usb_host1_ehci
   and usb_host1_ohci, otherwise the EHCI and OHCI drivers may be
   initialized for a disabled usb port.


    [9 lines not shown]
VersionDeltaFile
1.2+1-1sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts
+1-11 files

NetBSD/src qofaaxwsys/dev ccd.c

   Fix kern.ccd.units sysctl processing

   The kern.ccd.units sysctl is intended to return a list (array) of
   configured ccd unit numbers - it didn't, instead it returned the
   unit number of the first configured ccd, and N-1 0's (where N
   is the number of configured ccd devices).   If it happened that
   ccd0 was the first configured, then N 0's would be returned.

   This (very simple) fix corrects that.

   This bug has been present (unnoticed apparently) since the sysctl
   was added, April, 2013 - so I guess that not very many people to
        ccdconfig -g
   (not naming the devices) when they have more than one configured ccd.
   I suspect that's the only current way to experience it easily.

   XXX pullup -9 -10 -11
VersionDeltaFile
1.194+3-3sys/dev/ccd.c
+3-31 files

NetBSD/pkgsrc SqspzFidoc CHANGES-2025 TODO

   doc: Updated cad/verilator to 5.042
VersionDeltaFile
1.7382+2-1doc/CHANGES-2025
1.26578+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc GmqA2Jgcad/verilator PLIST Makefile, cad/verilator/patches patch-Makefile.in patch-src_V3Options.cpp

   cad/verilator: Update to 5.042

   Changelog:
   Verilator 5.042 2025-11-02
   ==========================

   **Other:**

   * Add HIERPARAM error on hierarchical parameter values (#1626) (#6456) (#6484) (#6587) (#6609) (#6621) (#6623). [Todd Strader] [Luca Rufer] [Paul Swirhun]
   * Add error on zero/negative unpacked dimensions (#1642). [Stefan Wallentowitz]
   * Add verilator_gantt profiling of DPI imports (#3084). [Geza Lore]
   * Add ASSIGNEQEXPR when use `=` inside expressions (#5567). [Ethan Sifferman]
   * Add error on non-packed struct randc (#5999). [Seth Pellegrino]
   * Add configure `--enable-dev-asan` to compile verilator_bin with the address sanitizer (#6404). [Geza Lore]
   * Add $(LDFLAGS) and $(LIBS) to when building shared libraries (#6425) (#6426). [Ahmed El-Mahmoudy]
   * Add IMPLICITSTATIC also on procedure variables.
   * Add FUNCTIMCTL error on function invoking task or time-controlling statements (#6385).
   * Add error on `virtual new` (#6486). [Alex Solomatnikov]
   * Add error on ranges with tristate values (#6534). [Alex Solomatnikov]

    [1953 lines not shown]
VersionDeltaFile
1.2+27-21cad/verilator/patches/patch-Makefile.in
1.5+37-6cad/verilator/PLIST
1.11+21-8cad/verilator/Makefile
1.1+18-0cad/verilator/patches/patch-src_V3Options.cpp
1.1+15-0cad/verilator/patches/patch-configure.ac
1.8+7-5cad/verilator/distinfo
+125-406 files

NetBSD/pkgsrc o4xdGLIdoc CHANGES-2025

   doc: Updated mail/thunderbird-l10n to 146.0.1
VersionDeltaFile
1.7381+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc U06B0QImail/thunderbird-l10n distinfo Makefile

   mail/thunderbird-l10n: Update to 146.0.1

   * Sync with mail/thunderbird-146.0.1.
VersionDeltaFile
1.138+187-187mail/thunderbird-l10n/distinfo
1.143+2-2mail/thunderbird-l10n/Makefile
+189-1892 files

NetBSD/pkgsrc qtUTDnWdoc CHANGES-2025

   doc: Updated mail/thunderbird to 146.0.1
VersionDeltaFile
1.7380+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc wor7NiXmail/thunderbird/patches patch-build_gn__processor.py patch-third__party_libwebrtc_modules_video__capture_video__capture__internal__impl__gn_moz.build

   mail/thunderbird: Update to 146.0.1

   Changelog:
   146.0.1:
   What's Fixed

   fixed
   Reverted fix that localized consistent special folder names in server's language


   146.0:
   What's New

   new
   Enabled configuration of preferred OpenPGP keyserver via the UI

   What's Changed

   changed

    [106 lines not shown]
VersionDeltaFile
1.1+46-0mail/thunderbird/patches/patch-build_gn__processor.py
1.1+40-0mail/thunderbird/patches/patch-third__party_libwebrtc_modules_video__capture_video__capture__internal__impl__gn_moz.build
1.1+29-0mail/thunderbird/patches/patch-third__party_libwebrtc_modules_portal_portal__gn_moz.build
1.1+29-0mail/thunderbird/patches/patch-third__party_libwebrtc_rtc__base_platform__thread__types.cc
1.3+23-4mail/thunderbird/patches/patch-third__party_libwebrtc_modules_video__capture_linux_video__capture__v4l2.cc
1.1+23-0mail/thunderbird/patches/patch-memory_build_mozjemalloc__types.h
+190-47 files not shown
+231-2813 files

NetBSD/pkgsrc BVMY9ZBdoc CHANGES-2025

   doc: Updated textproc/py-pdf to 6.5.0
VersionDeltaFile
1.7379+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc KFg91NUtextproc/py-pdf distinfo Makefile

   textproc/py-pdf: Update to 6.5.0

   Changelog:
   ## Version 6.5.0, 2025-12-21

   ### New Features (ENH)
   - Limit jbig2dec memory usage (#3576)
   - FontDescriptor: Initiate from embedded font resource (#3551)

   ### Robustness (ROB)
   - Allow fallback to PBM files for jbig2dec without PNG support (#3567)
   - Use warning instead of error for early EOD for RunLengthDecode (#3548)

   ### Developer Experience (DEV)
   - Test with macOS as well (#3401)
VersionDeltaFile
1.44+4-4textproc/py-pdf/distinfo
1.50+2-2textproc/py-pdf/Makefile
+6-62 files

NetBSD/src aGqD1gLlib/libc/atomic atomic_ops.3

   cross reference the kernel versions (it was Xr'ed the other way around)
VersionDeltaFile
1.10+4-3lib/libc/atomic/atomic_ops.3
+4-31 files

NetBSD/pkgsrc CtF3c4rlang/openjdk21 hacks.mk

   lang/openjdk21: Update version number in hacks.mk
VersionDeltaFile
1.3+3-3lang/openjdk21/hacks.mk
+3-31 files

NetBSD/pkgsrc qC5I6Rrwww/qt6-qtwebengine distinfo, www/qt6-qtwebengine/patches patch-src_3rdparty_chromium_third__party_blink_renderer_core_css_css__unresolved__color__value.cc

   qt6-qtwebengine: fix build on NetBSD 11
VersionDeltaFile
1.1+20-0www/qt6-qtwebengine/patches/patch-src_3rdparty_chromium_third__party_blink_renderer_core_css_css__unresolved__color__value.cc
1.2+2-1www/qt6-qtwebengine/distinfo
+22-12 files

NetBSD/src 3jZImkasbin/scan_ffs scan_ffs.c Makefile

   Actually elide the LFS support code if MKLFS is "no".
VersionDeltaFile
1.38+14-3sbin/scan_ffs/scan_ffs.c
1.13+2-2sbin/scan_ffs/Makefile
+16-52 files

NetBSD/pkgsrc kaX3vKUdevel/sdcc DESCR

   sdcc: update DESCR
VersionDeltaFile
1.4+10-9devel/sdcc/DESCR
+10-91 files

NetBSD/pkgsrc eMCDXbXdoc CHANGES-2025

   doc: Fix confusion of make cce
VersionDeltaFile
1.7378+2-5doc/CHANGES-2025
+2-51 files

NetBSD/src EUE00Ncdistrib/sets/lists/base mi, distrib/sets/lists/debug mi

   Add MK* knobs for nearly all of the file systems (except FFS, which will
   always be built, and anything related to puffs, which requires a bit more
   work), and default them all to "yes" except on m68000, which keeps only
   cd9660, kernfs, nfs, and ptyfs.
VersionDeltaFile
1.1818+144-144distrib/sets/lists/man/mi
1.498+102-102distrib/sets/lists/debug/mi
1.38+74-74distrib/sets/lists/manhtml/mi
1.1377+67-67distrib/sets/lists/base/mi
1.143+96-17sbin/Makefile
1.3+27-27distrib/sets/lists/rescue/mi
+510-43126 files not shown
+723-48032 files

NetBSD/pkgsrc E6TL8l8doc CHANGES-2025

   doc: Updated devel/sdcc to 4.5.0
VersionDeltaFile
1.7377+6-1doc/CHANGES-2025
+6-11 files

NetBSD/pkgsrc LN4PLTqdevel/sdcc PLIST Makefile, devel/sdcc/patches patch-aa patch-sim_ucsim_configure

   devel/sdcc: Update to 4.5.0

   * AVR target is not available anymore. Use cross/avr-gcc.
   * gbz80 is renamed to sm83.
   * Based on devel/sdcc3 and make pkglint happier.

   Changelog:
   SDCC 4.5.0 New Feature List:

       Full atomic_flag support for msc51 and ds390 ports
       Experimental f8 port
       ISO C2y case range expressions
       ISO C2y _Generic selection expression with a type operand
       K&R-style function syntax (preliminarily with the semantics of non-K&R ISO-style functions)
       ISO C23 enums with user-specified underlying type
       struct / union in initializers
VersionDeltaFile
1.7+3,581-3,208devel/sdcc/PLIST
1.10+29-22devel/sdcc/patches/patch-aa
1.65+20-23devel/sdcc/Makefile
1.23+8-31devel/sdcc/distinfo
1.1+32-0devel/sdcc/patches/patch-sim_ucsim_configure
1.1+15-0devel/sdcc/patches/patch-configure
+3,685-3,28428 files not shown
+3,731-3,31534 files

NetBSD/pkgsrc wl1P8gddoc CHANGES-2025 TODO

   doc: Updated multimedia/mpv to 0.41.0
VersionDeltaFile
1.7376+2-1doc/CHANGES-2025
1.26577+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc LrPUp0Jmultimedia/mpv distinfo options.mk, multimedia/mpv/patches patch-meson.build

   mpv: Update to 0.41.0

   Changes:
   0.41.0
   - The libplacebo based gpu-next is now the default, instead of gpu
   - Vulkan hardware decoding is preferred over other APIs
   - New context_menu.lua script for right-click context menus
   - AAudio backend for modern, JNI-free audio output on Android
   - Improved default color management for gpu-next, and handling on Wayland
   - Color representation protocol support for Wayland
   - Tablet input support for Wayland
   - Clipboard writing support for Wayland and a clipboard backend for X11
   - Ambient light support on Linux (using sysfs ALS)
   - Built-in helpers to register mpv as a media app on Windows

   This release requires FFmpeg 6.1 or newer and libplacebo 6.338.2 or newer.
VersionDeltaFile
1.6+4-14multimedia/mpv/patches/patch-meson.build
1.85+5-5multimedia/mpv/distinfo
1.40+5-3multimedia/mpv/options.mk
1.182+2-5multimedia/mpv/Makefile
1.19+2-2multimedia/mpv/PLIST
+18-295 files