NetBSD/pkgsrc w6BGiWrdoc CHANGES-2026

   doc: Added net/ttl version 0.18.2
VersionDeltaFile
1.1368+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc yHBrFjlnet Makefile

   Add ttl
VersionDeltaFile
1.1625+2-1net/Makefile
+2-11 files

NetBSD/pkgsrc 1cWzR4knet/ttl distinfo cargo-depends.mk

   net/ttl: import package

   Network diagnostic tool that goes beyond traceroute: MTU discovery,
   NAT detection, route flap alerts, IX identification, and more.
VersionDeltaFile
1.1+1,361-0net/ttl/distinfo
1.1+454-0net/ttl/cargo-depends.mk
1.1+21-0net/ttl/Makefile
1.1+2-0net/ttl/PLIST
1.1+2-0net/ttl/DESCR
+1,840-05 files

NetBSD/pkgsrc 10WTJcydoc CHANGES-2026

   doc: Updated print/xpdf4 to 4.06
VersionDeltaFile
1.1367+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc MOIlkIIprint/xpdf4 Makefile distinfo

   print/xpdf4: update to 4.0.6

   4.06 is primarily a bug fix release. There are some new features:

       New command line options/features:
           Added the '-listonly' flag to pdfimages.
           Added the '-u' option to pdfimages.
           Added the '-J' option to pdfimages to dump JPEG 2000 images.
           Modified pdftohtml to generate a nicer index page; add the '-noframe' option to generate the previous-style index page.

       New configuration options:
           Added the 'initialMaximized' xpdfrc setting.
           Added the 'discardCoveredText' xpdfrc setting.
           Added the 'preferXFAFieldValues' xpdfrc setting.

       XpdfReader improvements:
           Added the reverseVideoMode, normalVideoMode, and toggleVideoMode commands; added the view -> reverse video menu item.
           Added a '%t' escape to include the currently selected text in the argument to xpdf's 'run' command.
           Use the XDG config and state file directories on Linux.

    [7 lines not shown]
VersionDeltaFile
1.49+4-9print/xpdf4/Makefile
1.8+4-4print/xpdf4/distinfo
+8-132 files

NetBSD/pkgsrc XunoddIdoc CHANGES-2026

   Updated textproc/py-types-docutils, textproc/py-sphinx-autodoc-typehints
VersionDeltaFile
1.1366+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc q5rKdRotextproc/py-sphinx-autodoc-typehints Makefile distinfo

   py-sphinx-autodoc-typehints: updated to 3.7.0

   3.7.0

   Migrate type checking from mypy to ty
   Move from extras to dependency-groups
   fix(types): resolve PEP 695 type params in annotations
   fix: separate injected :rtype: from preceding paragraph
   fix(rtype): skip Return type for generators with Yields
   fix(guard): silence ImportError for third-party guards
   fix(sig): prevent KeyError in method lookup
   fix(annotations): show NewType as alias name with supertype
   fix(annotations): link enum variants in Literal types
   fix(parser): prevent directive side-effects in snippet parsing
VersionDeltaFile
1.43+8-7textproc/py-sphinx-autodoc-typehints/Makefile
1.33+4-4textproc/py-sphinx-autodoc-typehints/distinfo
+12-112 files

NetBSD/pkgsrc xwUI2xutextproc/py-types-docutils distinfo Makefile

   py-types-docutils: updated to 0.22.3.20260223

   0.22.3.20260223
   Add missing __slots__ to third-party packages
VersionDeltaFile
1.6+4-4textproc/py-types-docutils/distinfo
1.6+2-2textproc/py-types-docutils/Makefile
+6-62 files

NetBSD/pkgsrc 1AOzlMkdoc CHANGES-2026

   Updated security/vaultwarden, devel/py-bitarray
VersionDeltaFile
1.1365+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc kSpsbBZdevel/py-bitarray distinfo Makefile

   py-bitarray: updated to 3.8.0

   3.8.0

   * add experimental support for free-threaded builds (GIL disabled)
   * remove `_set_default_endian()`
   * add `.__bytes__()`
VersionDeltaFile
1.41+4-4devel/py-bitarray/distinfo
1.45+2-2devel/py-bitarray/Makefile
+6-62 files

NetBSD/pkgsrc jzzG49fsecurity/vaultwarden distinfo cargo-depends.mk

   vaultwarden: updated to 1.35.4

   1.35.4

   Security Fixes

   This release contains security fixes for the following advisories. We strongly advice to update as soon as possible.

   GHSA-w9f8-m526-h7fh. This vulnerability would allow an attacker to access a cipher from a different user (fully encrypted) if they already know its internal UUID.
   GHSA-h4hq-rgvh-wh27. This vulnerability allows an attacker with manager-level access within an organization to modify collections they can access, even if they do not have management permissions for them.
   GHSA-r32r-j5jq-3w4m. This vulnerability allows an attacker with manager-level access within an organization to modify collections they are not assigned.
   These are private for now, pending CVE assignment.
VersionDeltaFile
1.14+154-157security/vaultwarden/distinfo
1.12+49-50security/vaultwarden/cargo-depends.mk
1.8+44-43security/vaultwarden/PLIST
1.21+3-3security/vaultwarden/Makefile
1.9+2-2security/vaultwarden/options.mk
+252-2555 files

NetBSD/pkgsrc EdqNsoKdoc CHANGES-2026

   Updated math/py-scipy, math/py-xarray-einstats
VersionDeltaFile
1.1364+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc KtJ62vcmath/py-xarray-einstats Makefile distinfo

   py-xarray-einstats: updated to 0.10.0

   0.10.0
   Maintenance release mostly. It is a minor version release due to the dependency updates to keep up with SPEC 0.
VersionDeltaFile
1.8+5-5math/py-xarray-einstats/Makefile
1.5+4-4math/py-xarray-einstats/distinfo
+9-92 files

NetBSD/pkgsrc dCFMX31math/py-scipy distinfo Makefile

   py-scipy: updated to 1.17.1

   Issues closed for 1.17.1

   BUG: ``stats.qmc.PoissonDisk``\ : overlapping sampling for negative...
   BUG: optimize.direct: memory leak while returning from user function
   BUG: optimize: crash in win-arm64 CI job in ``optimize.root(method='lm')``
   BUG: ``milp`` solver claims optimality but returns an infeasible...
   BUG: ndimage: uninitialized variable "icoor" in NI_GeometricTransform
   BUG: sparse: Sparse array slicing (CSC Matrix) seemingly initializes...
   BUG: linalg.solve: ``overwrite_b=True`` ignored in 1.17.0
   BUG: spatial: ``Rotation.from_quat``\ : fails with read-only...
   BUG: linalg solve behavior change breaking downstream tests
   BUG: ``sparse.linalg.eigs`` results differ in``1.17.0``
   BUG: calculation of inverse is wrong in scipy 1.17.0
   BUG: ``sparse.linalg.expm`` incorrect for some inputs since 1.17.0
   BUG: RigidTransform.from_matrix doesn't allow read-only arrays
   BUG: ``scipy.signal.zpk2tf`` yield incorrect results with complex/non-integer...
   BUG: integrate.dop: C dop implementation not calculating max...

    [38 lines not shown]
VersionDeltaFile
1.65+4-4math/py-scipy/distinfo
1.105+5-2math/py-scipy/Makefile
+9-62 files

NetBSD/pkgsrc IrpU9bGdatabases/mimir Makefile, databases/mongo-tools Makefile

   Revbump all Go packages after default version bump
VersionDeltaFile
1.20+2-2databases/mimir/Makefile
1.54+2-2databases/mongo-tools/Makefile
1.55+2-2databases/mysqld_exporter/Makefile
1.72+2-2databases/postgres_exporter/Makefile
1.123+2-2databases/prometheus/Makefile
1.34+2-2databases/sqlc/Makefile
+12-12197 files not shown
+406-379203 files

NetBSD/pkgsrc 1XuCWzclang/go version.mk

   go: flip default version to 1.26

   No breakage (at least on NetBSD) as far as I can tell.
VersionDeltaFile
1.245+2-2lang/go/version.mk
+2-21 files

NetBSD/pkgsrc GSJ5Tyydoc CHANGES-2026

   doc: Updated x11/xkeyboard-config to 2.47
VersionDeltaFile
1.1363+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Me8uzREx11/xkeyboard-config distinfo Makefile, x11/xkeyboard-config/patches patch-meson.build

   xkeyboard-config: update to 2.47.

   # Layouts

   ## New

   - Added the Slavistic Phonetic Alphabet variant for Polish

   # Miscellaneous

   ## Breaking changes

   - Made <ZEHA> behave like <FK24>

     On Linux Kernel before v6.17, the scancode for F24 was bound to the otherwise
     unused <ZEHA> keycode. v6.17 fixed this. To have a consistent behaviour across
     kernel versions, make both <ZEHA> and <FK24> behave the same.

   ## New

    [35 lines not shown]
VersionDeltaFile
1.4+7-7x11/xkeyboard-config/patches/patch-meson.build
1.46+5-5x11/xkeyboard-config/distinfo
1.61+2-2x11/xkeyboard-config/Makefile
+14-143 files

NetBSD/pkgsrc ejM9Rfldoc CHANGES-2026

   Updated devel/SDL3, security/libksba
VersionDeltaFile
1.1362+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 0PjTMr6security/libksba distinfo Makefile

   libksba: updated to 1.6.8

   Noteworthy changes in version 1.6.8 (2026-02-23)

   * Fix double increment in DN parser while counting hexdigits.
   * Fix a memory leak in the BER decoder's error handling.
   * Fix an assertion failure in the OCSP code.
   * Support SHA256 based CertIDs in OCSP.
   * Use nonstring attribute for gcc-15.
   * Remove remaining WindowsCE support.
VersionDeltaFile
1.34+4-4security/libksba/distinfo
1.47+2-2security/libksba/Makefile
+6-62 files

NetBSD/pkgsrc sLPf7k4devel/SDL3 distinfo Makefile, devel/SDL3/patches patch-CMakeLists.txt

   SDL3: updated to 3.4.2

   3.4.2

   This is a stable bugfix release, with the following changes:

   Enabled Vulkan support on OpenBSD
   Don't include KHR_portability_enumeration by default on macOS
   Added support for GPU ARGB1555 (B5G5R5A1_UNORM) textures with Direct3D11
   Fixed D3D12 DSV creation for array/cube/cube-array depth textures
   Added SDL_PROP_GPU_DEVICE_CREATE_METAL_ALLOW_MACFAMILY1_BOOLEAN to allow using the GPU API with older Mac hardware
   Added SDL_HINT_OPENGL_FORCE_SRGB_FRAMEBUFFER to force specific sRGB behavior for OpenGL and OpenGL ES
   Fixed long startup time on Windows when some non-compliant input devices are present
   Fixed a crash at startup when the broken EZFRD64.DLL is present
   Added support for the Razer Raiju V5 Pro
   Fixed a divide by zero when using Nintendo Switch 2 controllers
   Fixed hang sending output reports to the NVIDIA SHIELD Controller on macOS
   Fixed various controllers showing up twice on macOS
   Fixed handling GameCube adapters in PC mode on Linux and macOS

    [7 lines not shown]
VersionDeltaFile
1.2+9-9devel/SDL3/patches/patch-CMakeLists.txt
1.7+5-5devel/SDL3/distinfo
1.8+2-2devel/SDL3/Makefile
1.8+2-2devel/SDL3/PLIST
+18-184 files

NetBSD/pkgsrc 8f9y1gPdoc CHANGES-2026

   Updated devel/[py-]capstone
VersionDeltaFile
1.1361+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc O4tSI1Kdevel/capstone distinfo Makefile.common

   capstone py-capstone: updated to 5.0.7

   5.0.7

   Build fix for CMake 4
   CVE v5 backports

   This release fixes CVE-2025-68114 and CVE-2025-67873
VersionDeltaFile
1.22+4-4devel/capstone/distinfo
1.9+2-2devel/capstone/Makefile.common
+6-62 files

NetBSD/pkgsrc KR4MOkBdoc CHANGES-2026

   Updated devel/py-uv[-build]
VersionDeltaFile
1.1360+3-1doc/CHANGES-2026
+3-11 files

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

   py-uv py-uv-build: updated to 0.10.5

   0.10.5

   Enhancements

   Add hint when named index is found in a parent config file
   Add warning for uv lock --frozen
   Attempt to use reflinks by default on Linux
   Fallback to hardlinks after reflink failure before copying
   Filter pylock.toml wheels by tags and requires-python
   Validate wheel filenames are normalized during uv publish
   Fix message when exclude-newer invalidates the lock file
   Change the missing files log level to debug

   Performance

   Improve performance of repeated conflicts with an extra


    [13 lines not shown]
VersionDeltaFile
1.15+193-134devel/py-uv/distinfo
1.16+193-133devel/py-uv-build/distinfo
1.14+63-43devel/py-uv/cargo-depends.mk
1.17+2-2devel/py-uv/Makefile.common
1.2+1-1devel/py-uv/patches/patch-pyproject.toml
+452-3135 files

NetBSD/pkgsrc AlbhoYpdoc CHANGES-2026

   Updated net/wireguard-tools, sysutils/ansible-core
VersionDeltaFile
1.1359+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc SwuYlEDsysutils/ansible-core distinfo Makefile

   ansible-core: updated to 2.20.3

   v2.20.3

   Minor Changes

   - ansible-test - Update URL used to download FreeBSD wheels for managed remotes.
   - ansible-test - Use the new API endpoint for the Ansible Core CI service.

   Bugfixes

   - Fix interpreter discovery on delegated ``async`` tasks (https://github.com/ansible/ansible/issues/86491)
   - Fix up the Action plugin ``_make_tmp_path`` error to only include the command run rather than the shell's dataclass repr from ``mkdtemp``.
   - local connection - Pass correct type to become plugins when checking password (https://github.com/ansible/ansible/issues/86458)
VersionDeltaFile
1.48+4-4sysutils/ansible-core/distinfo
1.57+2-2sysutils/ansible-core/Makefile
+6-62 files

NetBSD/pkgsrc 9WgFWoOnet/wireguard-tools distinfo Makefile

   wireguard-tools: updated to 1.0.20260223

   1.0.20260223
   Unknown changes
VersionDeltaFile
1.6+4-4net/wireguard-tools/distinfo
1.8+2-2net/wireguard-tools/Makefile
+6-62 files

NetBSD/pkgsrc dbHuM0adoc CHANGES-2026

   TODO: Remove unrevisioned package
VersionDeltaFile
1.1358+1-2doc/CHANGES-2026
+1-21 files

NetBSD/pkgsrc SVTmZgRdoc CHANGES-2026

   doc: Updated editors/emacs30 to 30.2nb6
VersionDeltaFile
1.1357+2-1doc/CHANGES-2026
+2-11 files