NetBSD/pkgsrc 32xigwhdoc CHANGES-2026

   doc: Updated math/R to 4.5.2
VersionDeltaFile
1.1173+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc uqIzzjjmath/R PLIST distinfo, math/R/patches patch-src_library_grDevices_src_devPS.c patch-src_include_R__ext_Error.h

   (math/R) Updated 4.4.3 to 4.5.2 (some 800 lines)

   CHANGES IN R 4.5.2:

     UTILITIES:

            * 'R CMD check' now handles archives with extension '.tar' or
              '.tar.zstd' (where 'zstd' compression is supported by the R
              build).

     BUG FIXES:

            * 't.test(c(1:3, Inf))' and similar no longer produce an error
              but return a (still not so useful) '"htest"' result, fixing
              PR#18901, thanks to Jesse Alderliesten.

            * 'attr(., "tsp") <- val' now uses 'getOption("ts.eps")'
              instead of hardwired '1e-5'; consequently, 'ts(..,
              ts.eps=*)' now passes 'ts.eps' to the '"tsp"' setting C

    [845 lines not shown]
VersionDeltaFile
1.1+18-0math/R/patches/patch-src_library_grDevices_src_devPS.c
1.43+18-0math/R/PLIST
1.5+7-7math/R/patches/patch-src_include_R__ext_Error.h
1.2+7-6math/R/patches/patch-src_extra_xdr_xdr__stdio.c
1.114+6-6math/R/distinfo
1.278+2-3math/R/Makefile
+58-222 files not shown
+59-238 files

NetBSD/src 4lyZ9tcsbin/swapctl swapctl.8

   Wording and formatting improvements.

   Note that the magic words "blk", "noblk", "auto" and "none"
   are (and were before) formatted using mdoc's .Ar macro.  That's
   wrong, these are not args meant to be replaced by user supplied
   values, they are specific strings that can be used - so probably
   should use .Ic or .Cm or something, .Ar is wrong, and confusing.
   They occur in the SYNOPSIS and throughout the man page.
VersionDeltaFile
1.47+36-18sbin/swapctl/swapctl.8
+36-181 files

NetBSD/src s4I58z7sbin/swapctl swaplist.c

   Minor changes to column widths for swapctl -l

   These changes should cope with listing swap devices (in units of
   512 byte blocks) up to somewhere around the 45TiB total configured
   swap size.   Beyond that a minor modification (or perhaps rewrite
   in a more general way) will be needed.   But as it is might keep
   things looking good for another year or two for most users.
VersionDeltaFile
1.23+41-15sbin/swapctl/swaplist.c
+41-151 files

NetBSD/src kxybY0bsbin/swapctl swapctl.c

   Minor changes to the usage message.
VersionDeltaFile
1.44+5-4sbin/swapctl/swapctl.c
+5-41 files

NetBSD/src clvSBtftests/lib/libc/gen t_fpclassify.c

   t_fpclassify: Work around troublesome x87 quirks.
VersionDeltaFile
1.16+71-32tests/lib/libc/gen/t_fpclassify.c
+71-321 files

NetBSD/pkgsrc GskbKgZdoc CHANGES-2026

   doc: Updated security/py-cryptography to 46.0.5nb2
VersionDeltaFile
1.1172+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc deVREbYsecurity/py-cryptography PLIST Makefile

   py-cryptography: manually delete newly installed files

   Bug report filed upstream.

   Bump PKGREVISION.
VersionDeltaFile
1.39+1-451security/py-cryptography/PLIST
1.139+6-2security/py-cryptography/Makefile
+7-4532 files

NetBSD/pkgsrc 9nFmB77databases/erlang-eredis Makefile distinfo

   databases/erlang-eredis: Revert inexplicable distinfo change

   that was...  made by me.
   Update fork status and HOMEPAGE.
VersionDeltaFile
1.8+6-4databases/erlang-eredis/Makefile
1.7+4-4databases/erlang-eredis/distinfo
+10-82 files

NetBSD/src vjko0Otsbin/swapctl swaplist.c

   PR bin/59996  No more "SWAP_STATS different to SWAP_NSWAP"

   That the kernel data structs might have changed between one
   system call and another, later one, does not warrant a warning.

   In this case this can happen if a swap device is removed from the
   system while swapctl(8) (swapctl -l or -s) (or pstat(8) (pstat -s),
   which is similarly affected) is running, at just the "wrong" time.
   This isn't an error.   This was always handled correctly, but with
   the meaningless warning added.

   There's also the other case, where a swap device has been added, instead
   of removed, at just the same "wrong" time.   Since the kernel won't return
   stats for more devices than requested, which was the number returned from
   the earlier call, the code never noticed this case, and simply printed
   less data than the kernel could have supplied.  That sounds like it is
   just another example of the race above, and could simply be ignored - but
   it isn't quite that simple.  If the kernel was returning the older devices,
   and omitting the newer one(s), then it would be OK, but there is no

    [27 lines not shown]
VersionDeltaFile
1.22+58-5sbin/swapctl/swaplist.c
+58-51 files

NetBSD/pkgsrc SiPpayDdoc CHANGES-2026

   doc: Updated textproc/rumdl to 0.1.22
VersionDeltaFile
1.1171+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pTB9Tt9textproc/rumdl distinfo Makefile

   textproc/rumdl: update to 0.1.22

   Added

       Config: Per-directory configuration resolution — place .rumdl.toml in
       subdirectories to override settings for specific paths
       MD075: New rule to detect orphaned table rows and headerless pipe content
       (#426)

   Fixed

       MD041: Support TOML (+++) and JSON ({}) front-matter formats alongside
       YAML when checking for title field
       (#427, thanks @Nathan-Furnal)
       MD054: Match warning message with rule configuration option
       (thanks @eread in #421)
       Style config: All style configuration values now use kebab-case as the
       canonical format and accept snake_case, kebab-case, and uppercase variants.
       Affected rules: MD003, MD046, MD048, MD049, MD050, MD055, MD060, MD063

    [4 lines not shown]
VersionDeltaFile
1.11+4-4textproc/rumdl/distinfo
1.11+2-2textproc/rumdl/Makefile
+6-62 files

NetBSD/src ftz8CSdsbin/swapctl swaplist.c

   KNF (one more I missed - a missing space).   NFCI.
VersionDeltaFile
1.21+3-3sbin/swapctl/swaplist.c
+3-31 files

NetBSD/src i7wFAZVsbin/swapctl swaplist.c

   KNF (mostly 80 column wrapping).    NFCI.
VersionDeltaFile
1.20+55-42sbin/swapctl/swaplist.c
+55-421 files

NetBSD/src cUfXvx6share/man/man4 adm1026hm.4

   adm1026hm(4): prettify

   Make this format properly with PostScript output too.
   Fix `warnmin` name.
VersionDeltaFile
1.4+31-20share/man/man4/adm1026hm.4
+31-201 files

NetBSD/pkgsrc XVy5SG8doc CHANGES-2026

   doc: Updated security/py-cryptography to 46.0.5nb1
VersionDeltaFile
1.1170+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc skknRjesecurity/py-cryptography PLIST Makefile

   py-cryptography: fix PLIST

   setuptools? maturin? update?

   Bump PKGREVISION.
VersionDeltaFile
1.38+451-1security/py-cryptography/PLIST
1.138+2-1security/py-cryptography/Makefile
+453-22 files

NetBSD/pkgsrc saxjP74doc CHANGES-2026

   Updated devel/py-cucumber-expressions, devel/py-cucumber-tag-expressions
VersionDeltaFile
1.1169+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc OuiBFeidevel/py-cucumber-tag-expressions distinfo Makefile

   py-cucumber-tag-expressions: updated to 9.0.0

   9.0.0

   Changed

   [Java] Set release version to 17
VersionDeltaFile
1.4+4-4devel/py-cucumber-tag-expressions/distinfo
1.4+2-2devel/py-cucumber-tag-expressions/Makefile
+6-62 files

NetBSD/pkgsrc 7HFF910devel/py-cucumber-expressions distinfo Makefile

   py-cucumber-expressions: updated to 19.0.0

   19.0.0

   Added

   [Java] Make CucumberExpressionParser::parse public

   Changed

   Make StepMatchArgument.Group.children optional
   [Java] Set release version to 17
VersionDeltaFile
1.3+4-4devel/py-cucumber-expressions/distinfo
1.4+2-2devel/py-cucumber-expressions/Makefile
+6-62 files

NetBSD/pkgsrc f63PElBdoc CHANGES-2026 TODO

   Updated devel/py-uv[-build]
VersionDeltaFile
1.1168+3-1doc/CHANGES-2026
1.26825+1-2doc/TODO
+4-32 files

NetBSD/pkgsrc WZzC6hrdevel/py-uv distinfo cargo-depends.mk, devel/py-uv-build distinfo

   py-uv py-uv-build: updated to 0.10.3

   0.10.3

   Python

   Add CPython 3.15.0a6

   Enhancements

   Don't open file locks for writing
   Make Windows trampoline error messages consistent with uv proper
   Log which preview features are enabled

   Preview features

   Add support for ruff version constraints and exclude-newer in uv format
   Fix script path handling when target-workspace-discovery is enabled
   Use version constraints to select the default ruff version used by uv format

    [12 lines not shown]
VersionDeltaFile
1.13+80-82devel/py-uv/distinfo
1.14+79-82devel/py-uv-build/distinfo
1.12+25-26devel/py-uv/cargo-depends.mk
1.1+18-0devel/py-uv/patches/patch-pyproject.toml
1.15+2-2devel/py-uv/Makefile.common
+204-1925 files

NetBSD/pkgsrc Yew7dxndoc CHANGES-2026

   doc: Updated textproc/py-html5lib to 1.1nb4
VersionDeltaFile
1.1167+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc dvM6KEktextproc/py-html5lib distinfo Makefile, textproc/py-html5lib/patches patch-setup.py patch-html5lib_tests_conftest.py

   py-html5lib: Fix build with latest setuptools.

   Bump PKGREVISION.
VersionDeltaFile
1.2+31-3textproc/py-html5lib/patches/patch-setup.py
1.2+28-2textproc/py-html5lib/patches/patch-html5lib_tests_conftest.py
1.15+3-3textproc/py-html5lib/distinfo
1.22+2-2textproc/py-html5lib/Makefile
+64-104 files

NetBSD/src ZccnAw2share/man/man4 adm1026hm.4

   Put the config directive under Synopsis, instead of the attachment message.
   Pointed out by uwe.
VersionDeltaFile
1.3+3-4share/man/man4/adm1026hm.4
+3-41 files

NetBSD/pkgsrc INWbHqodoc CHANGES-2026

   doc: Updated net/minikube to 1.38.0
VersionDeltaFile
1.1166+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 1uPARhqnet/minikube distinfo go-modules.mk, net/minikube/patches patch-Makefile

   minikube: Update to 1.38.0

   Changelog trimmed to highlights, features, breaking changes.
   For full changelog, see CHANGELOG.md.

   -- Version 1.38.0 - 2026-01-28

   -- Higlight

   * No Sudo required for with vfkit/krunkit on macOS 26+ (requires latest vmnet-helper)
   * No Sudo required to run [AI Playground on Macos GPUs using minikube](https://minikube.sigs.k8s.io/docs/tutorials/ai-playground/)
   * vfkit: Add Rosetta support for deploying amd64 images on Apple silicon (#22140)

   -- Features

   * Add support for Kubernetes v1.35.0 v1.34.1 (#21650)(#22015)(#22119)(#22328)
   * VM Drivers: add support for NVMe-oF/TCP block devices (#22464)
   * VM Drivers: Enable BTF debug symbols to support eBPF tooling in iso (#21800)
   * Add option to download preloads from github instead of GCS through  --preload-source (#22221)

    [54 lines not shown]
VersionDeltaFile
1.2+1,076-5,854net/minikube/distinfo
1.2+417-2,010net/minikube/go-modules.mk
1.1+15-0net/minikube/patches/patch-Makefile
1.14+2-3net/minikube/Makefile
+1,510-7,8674 files

NetBSD/pkgsrc LpfBWAYlang/go14 Makefile

   go14: document why we force gnu99
VersionDeltaFile
1.31+3-1lang/go14/Makefile
+3-11 files

NetBSD/pkgsrc lXTlV7rdoc CHANGES-2026

   Note update of the "rpm2pkg" package to version 3.3.1
VersionDeltaFile
1.1165+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc CEuNE4vpkgtools/rpm2pkg Makefile, pkgtools/rpm2pkg/files fileio-zstd.c

   pkgtools/rpm2pkg: Update to version 3.3.1

   Fix potential (but unlikely) memory leaks in Zstd decompression code
VersionDeltaFile
1.4+7-3pkgtools/rpm2pkg/files/fileio-zstd.c
1.72+2-2pkgtools/rpm2pkg/Makefile
+9-52 files