NetBSD/src LBULFHDsys/dev/i2c i2c.c

   Do the same workaround for i2c as was done for spi...

   XXX XXX Big, fat, ugly workaround for an unfortunate senario triggered
   XXX XXX by the CI20 kernel where there isn't a SoC I2C controller driver
   XXX XXX that carries the fdt_i2c config attribute
VersionDeltaFile
1.106+21-2sys/dev/i2c/i2c.c
+21-21 files

NetBSD/src QxiJn71sys/arch/evbmips/conf CI20, sys/arch/mips/conf files.ingenic

   Fix the build by starting the FDTisation of CI20
VersionDeltaFile
1.22+10-2sys/arch/mips/ingenic/apbus.c
1.35+5-2sys/arch/evbmips/conf/CI20
1.11+4-2sys/arch/mips/conf/files.ingenic
+19-63 files

NetBSD/pkgsrc r0KS0wEdoc CHANGES-2026

   Updated textproc/py-regex, devel/py-dict2xml
VersionDeltaFile
1.334+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc cVJsppadevel/py-dict2xml distinfo PLIST

   py-dict2xml: updated to 1.7.8

   1.7.8
   Added some .pyi files
VersionDeltaFile
1.11+4-4devel/py-dict2xml/distinfo
1.4+5-1devel/py-dict2xml/PLIST
1.12+2-2devel/py-dict2xml/Makefile
+11-73 files

NetBSD/pkgsrc AQ7W9sCtextproc/py-regex distinfo Makefile

   py-regex: updated to 2026.1.15

   2026.1.15
   Re-uploaded.
VersionDeltaFile
1.65+4-4textproc/py-regex/distinfo
1.69+2-2textproc/py-regex/Makefile
+6-62 files

NetBSD/src dAQFJWwusr.bin/ftp util.c ftp.c

   ftp: limit I/O transfers to 128 KiB

   Change the default/maximum I/O transfer size to 128 KiB,
   instead of relying upon the socket buffer size.
   Reworked change proposed by Michael van Elst.

   Use more constants instead of magic values.

   Bump version to 20260115.

   Part of PR bin/59865.
VersionDeltaFile
1.170+9-9usr.bin/ftp/util.c
1.180+10-7usr.bin/ftp/ftp.c
1.243+7-6usr.bin/ftp/fetch.c
1.90+7-4usr.bin/ftp/ftp_var.h
1.102+2-2usr.bin/ftp/version.h
+35-285 files

NetBSD/src ezox5HVusr.bin/ftp ftp.1

   ftp(1): clarify -b BUFSIZE is for HTTP response parsing
VersionDeltaFile
1.162+4-4usr.bin/ftp/ftp.1
+4-41 files

NetBSD/pkgsrc-wip 28c8bf1kibana TODO

kibana: Add reference to recent CVEs
DeltaFile
+1-1kibana/TODO
+1-11 files

NetBSD/pkgsrc detmGawdoc CHANGES-2026

   Updated lang/nodejs20, lang/nodejs22, lang/nodejs24, lang/nodejs
VersionDeltaFile
1.333+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc neNA3EOlang/nodejs distinfo Makefile

   nodejs: updated to 25.3.0

   25.3.0 (Current)

   Notable Changes

   lib:

   (CVE-2025-59465) add TLSSocket default error handler (RafaelGSS)
   permission:
   (CVE-2026-21636) add network check on pipe_wrap connect (RafaelGSS)
   (CVE-2025-55130) require full read and write to symlink APIs (RafaelGSS)
   (CVE-2025-55132) disable futimes when permission model is enabled (RafaelGSS)
   src:
   (CVE-2025-59466) rethrow stack overflow exceptions in async_hooks (Matteo Collina)
   src,lib:
   (CVE-2025-55131) refactor unsafe buffer creation to remove zero-fill toggle (Сковорода Никита Андреевич)
   tls:
   (CVE-2026-21637) route callback exceptions through error handlers (Matteo Collina)
VersionDeltaFile
1.309+4-4lang/nodejs/distinfo
1.339+2-3lang/nodejs/Makefile
+6-72 files

NetBSD/pkgsrc 8KelfLolang/nodejs24 distinfo Makefile

   nodejs24: updated to 24.13.0

   24.13.0 'Krypton' (LTS)

   lib:

   (CVE-2025-59465) add TLSSocket default error handler (RafaelGSS)
   (CVE-2025-55132) disable futimes when permission model is enabled (RafaelGSS)
   lib,permission:
   (CVE-2025-55130) require full read and write to symlink APIs (RafaelGSS)
   src:
   (CVE-2025-59466) rethrow stack overflow exceptions in async_hooks (Matteo Collina)
   src,lib:
   (CVE-2025-55131) refactor unsafe buffer creation to remove zero-fill toggle (Сковорода Никита Андреевич)
   tls:
   (CVE-2026-21637) route callback exceptions through error handlers (Matteo Collina)
VersionDeltaFile
1.5+4-4lang/nodejs24/distinfo
1.5+2-3lang/nodejs24/Makefile
+6-72 files

NetBSD/pkgsrc cAiZjyrlang/nodejs22 distinfo Makefile

   nodejs22: updated to 22.22.0

   22.22.0 'Jod' (LTS)

   Notable Changes

   lib:

   (CVE-2025-59465) add TLSSocket default error handler
   (CVE-2025-55132) disable futimes when permission model is enabled
   lib,permission:
   (CVE-2025-55130) require full read and write to symlink APIs
   src:
   (CVE-2025-59466) rethrow stack overflow exceptions in async_hooks
   src,lib:
   (CVE-2025-55131) refactor unsafe buffer creation to remove zero-fill toggle
   tls:
   (CVE-2026-21637) route callback exceptions through error handlers
VersionDeltaFile
1.18+4-4lang/nodejs22/distinfo
1.20+2-3lang/nodejs22/Makefile
+6-72 files

NetBSD/pkgsrc SzvNgB2lang/nodejs20 distinfo Makefile

   nodejs20: updated to 20.20.0

   20.20.0 'Iron' (LTS)

   Notable Changes

   lib:

   (CVE-2025-55132) disable futimes when permission model is enabled (RafaelGSS)
   (CVE-2025-59465) add TLSSocket default error handler (RafaelGSS)
   lib,permission:
   (CVE-2025-55130) require full read and write to symlink APIs (RafaelGSS)
   src:
   (CVE-2025-59466) rethrow stack overflow exceptions in async_hooks (Matteo Collina)
   src,lib:
   (CVE-2025-55131) refactor unsafe buffer creation to remove zero-fill toggle (Сковорода Никита Андреевич)
   tls:
   (CVE-2026-21637) route callback exceptions through error handlers (Matteo Collina)
VersionDeltaFile
1.25+4-4lang/nodejs20/distinfo
1.31+2-3lang/nodejs20/Makefile
+6-72 files

NetBSD/pkgsrc v4EokeYdoc CHANGES-2026

   Updated textproc/py-tomlkit, misc/py-pbs-installer, devel/py-gcovr, misc/py-icecream
VersionDeltaFile
1.332+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc zlpN41lmisc/py-icecream distinfo Makefile

   py-icecream: updated to 2.1.9

   2.1.9

   Removed: Support for Python 3.8.
   Fixed: Issues 229 and 60, which means improved lists output.

   Big thanks to the community! This release was made possible by the people who contributed to the library.
VersionDeltaFile
1.6+4-4misc/py-icecream/distinfo
1.7+2-2misc/py-icecream/Makefile
+6-62 files

NetBSD/pkgsrc 5Eqh12edevel/py-gcovr distinfo Makefile

   py-gcovr: updated to 8.6

   8.6

   Breaking changes:

   Drop support for Python 3.9.

   New features and notable changes:

   Add support for Python 3.14.

   Bug fixes and small improvements:

   To avoid merge errors, add the line number to the name of the unknown function.
   If intermediate files are kept, rename the gcov files before processing them to log the
   final filename.
   Use the first line after a function definition and not the first line which is hit.
VersionDeltaFile
1.7+4-4devel/py-gcovr/distinfo
1.11+2-2devel/py-gcovr/Makefile
+6-62 files

NetBSD/pkgsrc RA6senOmisc/py-pbs-installer distinfo Makefile

   py-pbs-installer: updated to 2026.1.13

   2026.1.13
   Unknown changes
VersionDeltaFile
1.10+4-4misc/py-pbs-installer/distinfo
1.10+2-2misc/py-pbs-installer/Makefile
+6-62 files

NetBSD/pkgsrc ETrKi0Wtextproc/py-tomlkit distinfo Makefile

   py-tomlkit: updated to 0.14.0

   0.14.0 - 2026-01-13

   Changed

   - Drop support for Python older than 3.9. Remove 3.8 from the CI matrix.

   Added

   - Custom encoders can now receive `_parent` and `_sort_keys` parameters to enable proper encoding of nested structures.
   - Add `String.type` property to get the string type.

   Fixed

   - Fixed `tomlkit.boolean()` API to correctly handle boolean inputs.
VersionDeltaFile
1.24+4-4textproc/py-tomlkit/distinfo
1.26+2-3textproc/py-tomlkit/Makefile
+6-72 files

NetBSD/pkgsrc RXvd7ODdoc CHANGES-pkgsrc-2025Q4

   doc: update for ticket 7044
VersionDeltaFile
1.1.2.7+5-1doc/CHANGES-pkgsrc-2025Q4
+5-11 files

NetBSD/pkgsrc xVspYetwww/firefox140 distinfo Makefile, www/firefox140-l10n distinfo Makefile

   Pullup ticket #7044 - requested by gutteridge
   www/firefox140: Security fix
   www/firefox140-l10n: Security fix

   Revisions pulled up:
   - www/firefox140-l10n/Makefile                                  1.4
   - www/firefox140-l10n/distinfo                                  1.4
   - www/firefox140/Makefile                                       1.8
   - www/firefox140/distinfo                                       1.8

   ---
      Module Name:    pkgsrc
      Committed By:   gutteridge
      Date:           Tue Jan 13 17:20:06 UTC 2026

      Modified Files:
               pkgsrc/www/firefox140: Makefile distinfo

      Log Message:

    [184 lines not shown]
VersionDeltaFile
1.3.2.1+307-307www/firefox140-l10n/distinfo
1.4.2.2+3-3www/firefox140/distinfo
1.3.2.1+2-2www/firefox140-l10n/Makefile
1.4.2.1+2-2www/firefox140/Makefile
+314-3144 files

NetBSD/pkgsrc X0BlsBHdoc CHANGES-2026

   Updated lang/py-hy, net/py-prometheus_client, comms/py-jupyter_server_terminals, textproc/py-regex
VersionDeltaFile
1.331+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc DI0hWIYtextproc/py-regex distinfo Makefile

   py-regex: updated to 2026.1.14

   2026.1.14
   Unknown changes
VersionDeltaFile
1.64+4-4textproc/py-regex/distinfo
1.68+2-2textproc/py-regex/Makefile
+6-62 files

NetBSD/pkgsrc We4ycSEcomms/py-jupyter_server_terminals distinfo Makefile

   py-jupyter_server_terminals: updated to 0.5.4

   0.5.4

   Bugs fixed

   - allow async authorization

   Documentation improvements

   - Add links to source/issues/docs/funding
VersionDeltaFile
1.6+4-4comms/py-jupyter_server_terminals/distinfo
1.8+2-4comms/py-jupyter_server_terminals/Makefile
+6-82 files

NetBSD/pkgsrc 4MRWpfOnet/py-prometheus_client distinfo Makefile

   py-prometheus_client: updated to 0.24.1

   0.24.1
   [Django] Pass correct registry to MultiProcessCollector
VersionDeltaFile
1.27+4-4net/py-prometheus_client/distinfo
1.28+2-2net/py-prometheus_client/Makefile
+6-62 files

NetBSD/pkgsrc VkaesBvlang/py-hy distinfo PLIST

   py-hy: updated to 1.2.0

   1.2.0 ("Crackers and Snacks", released 2026-01-14)

   Supports Python 3.9 – Python 3.14

   New Features

   * `setv` now supports chained assignment with `:chain`.
   * Several functions in the standard `inspect` module have been
     monkey-patched to work better with Hy code: `findsource`,
     `getcomments`, `getfile`, `getsource`, `getsourcelines`.

     * As a result, the `ll` command in `pdb` should now show a more
       useful result in more cases.
VersionDeltaFile
1.14+4-4lang/py-hy/distinfo
1.9+4-1lang/py-hy/PLIST
1.21+2-2lang/py-hy/Makefile
+10-73 files

NetBSD/pkgsrc 79dJiWpnet/py-grpcio distinfo, net/py-grpcio/patches patch-src_core_util_glob.cc patch-include_grpc_event__engine_memory__request.h

   net/py-grpcio: Add missing includes to fix build
VersionDeltaFile
1.1+13-0net/py-grpcio/patches/patch-src_core_util_glob.cc
1.1+12-0net/py-grpcio/patches/patch-include_grpc_event__engine_memory__request.h
1.1+12-0net/py-grpcio/patches/patch-src_core_channelz_v2tov1_property__list.cc
1.82+4-1net/py-grpcio/distinfo
+41-14 files

NetBSD/pkgsrc hhZRmF3doc CHANGES-2026 TODO

   doc: Updated devel/libatomic to 15.1.0
VersionDeltaFile
1.330+2-1doc/CHANGES-2026
1.26671+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc ijh88Rmdevel/libatomic distinfo Makefile, devel/libatomic/patches patch-gcc_config_nvptx_gen-opt.sh patch-gcc_configure

   libatomic: update to 15.1.0

   Update to sources from gcc 15.1.0.
VersionDeltaFile
1.13+4-6devel/libatomic/distinfo
1.14+2-2devel/libatomic/Makefile
1.2+1-1devel/libatomic/patches/patch-gcc_config_nvptx_gen-opt.sh
1.2+1-1devel/libatomic/patches/patch-gcc_configure
+8-104 files

NetBSD/pkgsrc wZnuc6Vdoc CHANGES-2026 TODO

   doc: Updated sysutils/yazi to 26.1.4
VersionDeltaFile
1.329+2-1doc/CHANGES-2026
1.26670+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc YbRjdHzsysutils/yazi distinfo cargo-depends.mk, sysutils/yazi/patches patch-yazi-fs_src_provider_local_casefold.rs patch-yazi-core_src_mgr_watcher.rs

   yazi: update to 26.1.4.

   ## [v26.1.4]

   ### Added

   - Support VFS for preset previewers that rely on external commands ([#3477])
   - Support 8-bit images in RGB, CIELAB, and GRAY color spaces ([#3358])

   ### Fixed

   - `ya pkg` fails to write `package.toml` when the config directory does not exist ([#3482])
   - A race condition generating unique filenames for concurrent file operations ([#3494])

   ## [v25.12.29]

   ### Added

   - Remote file management ([#3396])

    [85 lines not shown]
VersionDeltaFile
1.28+1,202-620sysutils/yazi/distinfo
1.25+400-206sysutils/yazi/cargo-depends.mk
1.1+21-0sysutils/yazi/patches/patch-yazi-fs_src_provider_local_casefold.rs
1.33+2-4sysutils/yazi/Makefile
1.2+1-1sysutils/yazi/patches/patch-yazi-core_src_mgr_watcher.rs
+1,626-8315 files