NetBSD/pkgsrc-wip 124aa18. TODO, resterm distinfo go-modules.mk

resterm: update to latest version, doesn't build

../.gopath/pkg/mod/modernc.org/sqlite at v1.39.0/lib/sqlite_netbsd_amd64.go:112447:5: mu.enter undefined (type mutex has no field or method enter)
../.gopath/pkg/mod/modernc.org/sqlite at v1.39.0/lib/sqlite_netbsd_amd64.go:112448:11: mu.leave undefined (type mutex has no field or method leave)
DeltaFile
+357-69resterm/distinfo
+118-22resterm/go-modules.mk
+7-1resterm/TODO
+0-2TODO
+1-1resterm/Makefile
+483-955 files

NetBSD/pkgsrc CYPv0FCdoc TODO CHANGES-2026

   doc: Updated wayland/xwayland to 24.1.10
VersionDeltaFile
1.27112+2-3doc/TODO
1.2372+2-1doc/CHANGES-2026
+4-42 files

NetBSD/pkgsrc c7xJWYHwayland/xwayland distinfo Makefile

   This release contains the fixes for the issues reported in today's security
   advisory: https://lists.x.org/archives/xorg-announce/2026-April/003677.html

      * CVE-2026-33999: XKB Integer Underflow in XkbSetCompatMap()
      * CVE-2026-34000: XKB Out-of-bounds Read in CheckSetGeom()
      * CVE-2026-34001: XSYNC Use-after-free in miSyncTriggerFence()
      * CVE-2026-34002: XKB Out-of-bounds read in CheckModifierMap()
      * CVE-2026-34003: XKB Buffer overflow in CheckKeyTypes()

   Additionally, it contains a number of other various fixes from the stable
   xwayland-24.1 branch:

   Alan Coopersmith (18):
         xf86bigfont: fix -Wimplicit-function-declaration error
         dix: Fix builds with meson -Dxace=false -Dwerror=true
         meson: don't build xselinux if xace is disabled
         xwayland: fix builds with xace disabled
         panoramix: avoid null dereference in PanoramiXMaybeAddDepth()
         panoramix: avoid null dereference in PanoramiXConsolidate()

    [60 lines not shown]
VersionDeltaFile
1.2+4-4wayland/xwayland/distinfo
1.2+2-2wayland/xwayland/Makefile
+6-62 files

NetBSD/pkgsrc-wip b213ba8. TODO

TODO: - wlroots-0.20, imported.
DeltaFile
+0-1TODO
+0-11 files

NetBSD/pkgsrc-wip c617b98. Makefile, oatbar distinfo cargo-depends.mk

oatbar: add upgrade candidate, doesn't build

https://github.com/svartalf/rust-battery/issues/20
DeltaFile
+1,370-0oatbar/distinfo
+457-0oatbar/cargo-depends.mk
+44-0oatbar/Makefile
+7-0oatbar/PLIST
+5-0oatbar/TODO
+2-1Makefile
+1,885-11 files not shown
+1,887-17 files

NetBSD/pkgsrc o0AmQBHdoc CHANGES-2026 TODO

   doc: Updated textproc/moor to 2.12.0
VersionDeltaFile
1.2371+2-1doc/CHANGES-2026
1.27111+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc B3hFailtextproc/moor distinfo Makefile

   moor: update to 2.12.0.

   Support CTRL-f and CTRL-b for paging forward and backward, contributed
   by @joshheyse in #395. Thanks!

   Also in this release:

       Accept ESC as the escape character in LESS_TERMCAP_* variables
       Fix busy looping when reading from a pipe on Windows
VersionDeltaFile
1.23+10-4textproc/moor/distinfo
1.34+2-3textproc/moor/Makefile
1.8+2-0textproc/moor/go-modules.mk
+14-73 files

NetBSD/pkgsrc PCyJrUFdoc CHANGES-2026 TODO

   doc: Updated textproc/dasel to 3.4.1
VersionDeltaFile
1.2370+2-1doc/CHANGES-2026
1.27110+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc tk5Huhvtextproc/dasel distinfo Makefile

   dasel: update to 3.4.1.

   ## [v3.4.1] - 2026-03-30

   ### Fixed

   - Escape characters in query strings now work as expected, e.g. `\n` will be treated as a newline character instead of the literal string `\n`.
   - Fixed a typo in the `<=` token that could cause a display issue.
VersionDeltaFile
1.8+4-4textproc/dasel/distinfo
1.22+2-3textproc/dasel/Makefile
+6-72 files

NetBSD/pkgsrc lhHhQBMdoc CHANGES-2026 TODO

   doc: Updated textproc/py-sphinx-autodoc-typehints to 3.10.1
VersionDeltaFile
1.2369+2-1doc/CHANGES-2026
1.27109+1-2doc/TODO
+3-32 files

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

   py-sphinx-autodoc-typehints: update to 3.10.1.

   3.10.1

   🐛 fix(resolver): surface hints for @no_type_check targets by @gaborbernat in #681

   3.10.0

   🔒 ci(workflows): add zizmor security auditing by @gaborbernat in #672
   ✨ feat(resolver): auto-inject :vartype: for annotated instance vars by @gaborbernat in #678
   🐛 fix(intersphinx): skip union aliases in type mapping by @gaborbernat in #679
VersionDeltaFile
1.49+4-4textproc/py-sphinx-autodoc-typehints/Makefile
1.39+4-4textproc/py-sphinx-autodoc-typehints/distinfo
1.7+3-0textproc/py-sphinx-autodoc-typehints/PLIST
+11-83 files

NetBSD/pkgsrc a9vQav5doc CHANGES-2026 TODO

   doc: Updated devel/py-ruff to 0.15.10
VersionDeltaFile
1.2368+2-1doc/CHANGES-2026
1.27108+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc Dj2fMGwdevel/py-ruff distinfo cargo-depends.mk

   py-ruff: update to 0.15.10.

   Preview features

       [flake8-logging] Allow closures in except handlers (LOG004) (#24464)
       [flake8-self] Make SLF diagnostics robust to non-self-named variables (#24281)
       [flake8-simplify] Make the fix for collapsible-if safe in preview (SIM102) (#24371)

   Bug fixes

       Avoid emitting multi-line f-string elements before Python 3.12 (#24377)
       Avoid syntax error from E502 fixes in f-strings and t-strings (#24410)
       Strip form feeds from indent passed to dedent_to (#24381)
       [pyupgrade] Fix panic caused by handling of octals (UP012) (#24390)
       Reject multi-line f-string elements before Python 3.12 (#24355)

   Rule changes

       [ruff] Treat f-string interpolation as potential side effect (RUF019) (#24426)

    [9 lines not shown]
VersionDeltaFile
1.100+37-37devel/py-ruff/distinfo
1.96+11-12devel/py-ruff/cargo-depends.mk
1.102+2-2devel/py-ruff/Makefile
+50-513 files

NetBSD/pkgsrc neMKkiNdoc CHANGES-2026 TODO

   doc: Updated comms/py-rich to 15.0.0
VersionDeltaFile
1.2367+2-1doc/CHANGES-2026
1.27107+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc gzCoqGrcomms/py-rich distinfo Makefile

   py-rich: update to 15.0.0.

   15.0.0

   Changed

       Breaking change: Dropped support for Python3.8

   Fixed

       Fixed empty print ignoring the end parameter #4075
       Fixed Text.from_ansi removing newlines #4076
       Fixed FileProxy.isatty not proxying #4077
       Fixed inline code in Markdown tables cells #4079

   14.3.4

   Improved import time with lazy loading #4070

   Changed link id generation to avoid random number generation at runtime #3845
VersionDeltaFile
1.51+4-4comms/py-rich/distinfo
1.59+2-2comms/py-rich/Makefile
+6-62 files

NetBSD/pkgsrc VwsvBirdoc CHANGES-2026 TODO

   doc: Updated sysutils/py-puremagic to 2.2.0
VersionDeltaFile
1.2366+2-1doc/CHANGES-2026
1.27106+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc JGrvMvEsysutils/py-puremagic PLIST distinfo

   py-puremagic: update to 2.2.0.

   Version 2.2.0
   -------------

   - Adding Ogg scanner to distinguish Vorbis, Opus, Theora, FLAC, Speex, and OGM codecs
   - Adding ASF scanner to distinguish WMV (video) from WMA (audio) files
   - Adding EBML scanner to distinguish Matroska (.mkv) from WebM (.webm) files
   - Adding MSI (Windows Installer) and MPP (Microsoft Project) detection to CFBF scanner
   - Fixing #146 OOXML detection now uses `[Content_Types].xml` content types as primary method, correctly identifying docx/xlsx/pptx files from LibreOffice, Google Docs, and other non-Microsoft tools (thanks to jonasdeboeck79)
   - Fixing ZIP deep scan now inspects all ZIP files instead of short-circuiting on .zip extension
   - Fixing text scanner now treats files containing NUL bytes as binary data instead of misidentifying them as text
   - Fixing mz5 HDF5 scanner typo in chromatogram dataset name
VersionDeltaFile
1.7+9-0sysutils/py-puremagic/PLIST
1.17+4-4sysutils/py-puremagic/distinfo
1.19+2-2sysutils/py-puremagic/Makefile
+15-63 files

NetBSD/pkgsrc Md2tPfFdoc CHANGES-2026 TODO

   doc: Updated textproc/py-pdf to 6.10.0
VersionDeltaFile
1.2365+2-1doc/CHANGES-2026
1.27105+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc lODCpyItextproc/py-pdf Makefile distinfo

   py-pdf: update to 6.10.0.

   ## Version 6.10.0, 2026-04-10

   ### Security (SEC)
   - Disallow custom XML entity declarations for XMP metadata (#3724)

   ### New Features (ENH)
   - Skip MD5 key derivation for AES-256 encrypted PDFs (#3694)

   ### Bug Fixes (BUG)
   - Use remove_orphans in compress_identical_objects (#3310)
   - Fix PdfReadError when xref table contains comments before trailer (#3710)
   - Correctly verify AES padding during decryption (#3699)
   - Fix stale object cache from non-authoritative object streams (#3698)
   - Fix extract_links pairing when annotations include non-links (#3687)

   ### Documentation (DOC)
   - Add AI policy (#3717)
VersionDeltaFile
1.61+4-4textproc/py-pdf/Makefile
1.55+4-4textproc/py-pdf/distinfo
+8-82 files

NetBSD/pkgsrc I04mAVtdoc CHANGES-2026 TODO

   doc: Updated devel/py-maturin to 1.13.1
VersionDeltaFile
1.2364+2-1doc/CHANGES-2026
1.27104+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc k0v2h4Kdevel/py-maturin distinfo cargo-depends.mk, devel/py-maturin/patches patch-src_build__context.rs

   py-maturin: update to 1.13.1.

   1.13.1

   fix: fall back to placeholder for abi3 when found interpreters are too old by @messense in #3126

   1,13

   maturin 1.13.0 is a feature-rich release focused on better wheel
   generation, improved packaging workflows, and smoother cross-platform
   builds. This release adds new capabilities for stub generation and
   PGO builds, significantly improves wheel repair support on macOS
   and Windows, and includes a broad set of fixes for ABI tagging,
   source distributions, and platform-specific build behavior.
VersionDeltaFile
1.52+61-62devel/py-maturin/distinfo
1.35+19-19devel/py-maturin/cargo-depends.mk
1.56+2-2devel/py-maturin/Makefile
1.6+1-1devel/py-maturin/patches/patch-src_build__context.rs
+83-844 files

NetBSD/pkgsrc t8eNXtddoc CHANGES-2026 TODO

   doc: Updated lang/py-librt to 0.9.0
VersionDeltaFile
1.2363+2-1doc/CHANGES-2026
1.27103+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc DZJk7erlang/py-librt distinfo Makefile

   py-librt: update to 0.9.0.

   Changes not found.
VersionDeltaFile
1.4+4-4lang/py-librt/distinfo
1.4+2-2lang/py-librt/Makefile
+6-62 files

NetBSD/pkgsrc NPu1lpYdoc CHANGES-2026 TODO

   doc: Updated security/py-google-auth to 2.49.2
VersionDeltaFile
1.2362+2-1doc/CHANGES-2026
1.27102+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 4BIpj0Nsecurity/py-google-auth Makefile distinfo

   py-google-auth: update to 2.49.2.

   Changes not found.
VersionDeltaFile
1.97+4-4security/py-google-auth/Makefile
1.89+4-4security/py-google-auth/distinfo
+8-82 files

NetBSD/pkgsrc GuJAoycdoc TODO CHANGES-2026

   doc: Updated www/py-google-api-python-client to 2.194.0
VersionDeltaFile
1.27101+2-2doc/TODO
1.2361+2-1doc/CHANGES-2026
+4-32 files

NetBSD/pkgsrc zMPEGrrwww/py-google-api-python-client distinfo Makefile

   py-google-api-python-client: update to 2.194.0.

   API updates.
VersionDeltaFile
1.121+4-4www/py-google-api-python-client/distinfo
1.129+3-3www/py-google-api-python-client/Makefile
1.58+3-0www/py-google-api-python-client/PLIST
+10-73 files

NetBSD/pkgsrc 5pXsltIdoc CHANGES-2026 TODO

   doc: Updated devel/py-google-api-core to 2.30.3
VersionDeltaFile
1.2360+2-1doc/CHANGES-2026
1.27100+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc gb0DWwidevel/py-google-api-core distinfo Makefile

   py-google-api-core: update to 2.30.3.

   API updates.
VersionDeltaFile
1.48+4-4devel/py-google-api-core/distinfo
1.52+2-2devel/py-google-api-core/Makefile
+6-62 files

NetBSD/pkgsrc FG080gQdoc CHANGES-2026 TODO

   doc: Updated textproc/libzim to 9.6.0
VersionDeltaFile
1.2359+2-1doc/CHANGES-2026
1.27099+1-2doc/TODO
+3-32 files