NetBSD/pkgsrc-wip 28df74brust-beta distinfo Makefile

rust-beta: update to 1.97.0-beta.3
DeltaFile
+3-3rust-beta/distinfo
+2-2rust-beta/Makefile
+5-52 files

NetBSD/pkgsrc NtbYfibgames/katomic distinfo, games/katomic/patches patch-src_levelset.h

   katomic: Add missing include
VersionDeltaFile
1.1+18-0games/katomic/patches/patch-src_levelset.h
1.17+2-1games/katomic/distinfo
+20-12 files

NetBSD/pkgsrc 6LZhRNFgraphics/gwenview Makefile

   gwenview: note dependency on wayland-protocols - thanks Robert Bagdan
VersionDeltaFile
1.158+2-1graphics/gwenview/Makefile
+2-11 files

NetBSD/pkgsrc CfzNlJCdoc CHANGES-2026

   Updated devel/py-cbor2, geography/py-owslib
VersionDeltaFile
1.3619+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc SvnSu2Hgeography/py-owslib distinfo Makefile

   py-owslib: updated to 0.36.0

   0.36.0

   1013 fix csapi failing tests
   Remove legacy setuptools.command.text
   remove comments from xml, because it may fail parsing it
   Fix FutureWarning when truth-testing XML element
   docs: update WMS example
   capture dct:spatial as bbox, if it contains a box
   use only pyproject configuration
   delegate HTTP 401 and 403 to Python requests
   Update dev setup docs to pyproject.toml
   Handle WFS version mismatch
VersionDeltaFile
1.9+4-4geography/py-owslib/distinfo
1.14+2-2geography/py-owslib/Makefile
+6-62 files

NetBSD/pkgsrc hPvRnFvdevel/py-cbor2 distinfo Makefile

   py-cbor2: updated to 6.1.2

   6.1.2

   - Fixed incorrect tracking of string references for definite-length text strings of length greater
     than 65536
   - Fixed ``cbor2.load()`` crash caused by incorrect handling
     of internal read buffer extension during stream deserialization.
VersionDeltaFile
1.17+4-4devel/py-cbor2/distinfo
1.19+2-2devel/py-cbor2/Makefile
+6-62 files

NetBSD/pkgsrc XGpy7R0doc CHANGES-2026

   Updated www/py-aiohttp, www/py-test-aiohttp
VersionDeltaFile
1.3618+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc f7OG4dZwww/py-test-aiohttp distinfo Makefile

   py-test-aiohttp: updated to 1.1.1

   1.1.1 (2026-06-08)

   - Drop Python 3.9
   - Typing improvements
VersionDeltaFile
1.3+4-4www/py-test-aiohttp/distinfo
1.7+2-3www/py-test-aiohttp/Makefile
+6-72 files

NetBSD/pkgsrc DUJMbDnwww/py-aiohttp distinfo Makefile

   py-aiohttp: updated to 3.14.1

   3.14.1 (2026-06-07)

   Bug fixes

   - Fixed a race condition in :py:class:`~aiohttp.TCPConnector` where closing the connector while a DNS resolution was in-flight could raise :py:exc:`AttributeError` instead of :py:exc:`~aiohttp.ClientConnectionError` -- by :user:`goingforstudying-ctrl`.

   - Fixed ``CancelledError`` not closing a connection -- by :user:`aiolibsbot`.

   - Tightened up some websocket parser checks -- by :user:`Dreamsorcerer`.

   - Fixed :class:`~aiohttp.CookieJar` dropping the host-only flag of cookies when persisted with :meth:`~aiohttp.CookieJar.save` and reloaded with :meth:`~aiohttp.CookieJar.load`, so a cookie set without a ``Domain`` attribute is again scoped to the exact host that set it after a reload; the absolute expiration deadline is now persisted as well, so a reloaded cookie keeps its original lifetime instead of being rescheduled from the load time. :meth:`~aiohttp.CookieJar.load` now replaces the jar contents rather than merging onto prior state, and loaded cookies pass through the same acceptance rules as :meth:`~aiohttp.CookieJar.update_cookies`, so a cookie for an IP-address host is dropped when loaded into a jar created without ``unsafe=True`` -- by :user:`bdraco`.

   - Scoped :class:`~aiohttp.DigestAuthMiddleware` credentials to the origin of the first request it handles, so a redirect to a different origin no longer triggers a digest response computed from the configured credentials; a challenge from another origin is only answered when that origin falls within a protection space advertised by the anchor origin through the RFC 7616 ``domain`` directive -- by :user:`bdraco`.

   - Fixed the C HTTP parser not enforcing ``max_line_size`` on a request target or response reason phrase that is split across multiple reads; each fragment was checked on its own, so an accumulated line could exceed the limit without raising ``LineTooLong``. The accumulated length is now checked, matching the pure-Python parser -- by :user:`bdraco`.

   - Changed :class:`~aiohttp.TCPConnector` to reject legacy non-canonical numeric IPv4 host forms such as ``2130706433``, ``017700000001`` and ``127.1`` with :exc:`~aiohttp.InvalidUrlClientError`; only canonical dotted-quad IPv4 literals are now treated as IP address literals, while every other host is sent through the configured resolver -- by :user:`bdraco`.

    [10 lines not shown]
VersionDeltaFile
1.99+4-4www/py-aiohttp/distinfo
1.107+2-2www/py-aiohttp/Makefile
+6-62 files

NetBSD/pkgsrc 5f4CAoVdoc CHANGES-2026

   Updated devel/py-jupyter_client, www/py-jupyter_server
VersionDeltaFile
1.3617+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc UDCwWhcwww/py-jupyter_server distinfo Makefile

   py-jupyter_server: updated to 2.19.0

   2.19.0

   Enhancements made

   - Return `unresolved` stanza when kernel scope is unavailable for `resolvePath` (instead of failing with 404)

   Bugs fixed

   - Recreate notary store on failure to prevent save deadlock and data loss

   Maintenance and upkeep improvements

   - Restore the test skip marks with updated compatibility reason
   - Drop Python 3.9
   - Bump minimatch from 3.1.2 to 3.1.5
VersionDeltaFile
1.15+4-4www/py-jupyter_server/distinfo
1.23+2-2www/py-jupyter_server/Makefile
+6-62 files

NetBSD/pkgsrc iYkeZGFdevel/py-jupyter_client Makefile distinfo

   py-jupyter_client: updated to 8.9.0

   8.9.0

   Enhancements made

   - Add ZMQ Curve for transport encryption

   Maintenance and upkeep improvements

   - Temporarily pin Python to 3.14 in pre-releases test
   - CI: fix testing of nbconvert
   - Update pre-commit, and fix issues
   - Remove `3.14t` testing until `msgpack` supports it
   - Log environment information for docs build on CI, update comment on workaround

   Documentation improvements

   - Update status terminology from 'abort' to 'aborted'
   - Added documentation for the handshake pattern
VersionDeltaFile
1.49+5-8devel/py-jupyter_client/Makefile
1.39+4-4devel/py-jupyter_client/distinfo
+9-122 files

NetBSD/pkgsrc fLiExEEsysutils/u-boot-imx8mq-phanbell Makefile

   u-boot-imx8mq-phanbell: needs openssl
VersionDeltaFile
1.2+2-1sysutils/u-boot-imx8mq-phanbell/Makefile
+2-11 files

NetBSD/pkgsrc KrajroZsecurity/ccid Makefile

   ccid: operating system path is now SunOS on Solaris

   https://reports.pkgci.org/SmartOS/upstream/trunk/20260528T194455Z/ccid-1.8.0/install.log
VersionDeltaFile
1.54+1-3security/ccid/Makefile
+1-31 files

NetBSD/pkgsrc XFsUm6Edoc CHANGES-2026 TODO

   doc: Updated textproc/ov to 0.53.0
VersionDeltaFile
1.3616+2-1doc/CHANGES-2026
1.27370+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc L2h2HCgtextproc/ov distinfo go-modules.mk

   ov: update to 0.53.0.

   What's Changed

       Add support for ctrl+a and ctrl+e in input.go by @noborus in #1056
       Generating YAML files from code, in order to improve the maintainability of the configuration. by @noborus in #1066
       feat: add generate-config output for default/less templates by @noborus in #1067
       fix: show line numbers in filtered documents by @noborus in #1068
       fix(filter): apply filter state before async dispatch by @noborus in #1074
       Upgrade tcell/v3 to v3.4.0 by @noborus in #1075
       Stop displaying messages that could cause a deadlock by @noborus in #1077
       Enhance incremental input for search, filter, and multicolor features by @noborus in #1079
VersionDeltaFile
1.10+46-46textproc/ov/distinfo
1.9+14-14textproc/ov/go-modules.mk
1.23+3-3textproc/ov/Makefile
+63-633 files

NetBSD/pkgsrc b4LRcoUdoc CHANGES-2026 TODO

   doc: Updated textproc/moor to 2.14.0
VersionDeltaFile
1.3615+2-1doc/CHANGES-2026
1.27369+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc IvnwYaEtextproc/moor distinfo go-modules.mk

   moor: update to 2.14.0.

   Wrap text at PAGER_WRAP_COLUMNS if set Latest
   Improve file format detection by checking file contents if the file extension didn't help
   Fix a crash when switching between files
VersionDeltaFile
1.27+37-4textproc/moor/distinfo
1.9+11-0textproc/moor/go-modules.mk
1.40+2-3textproc/moor/Makefile
+50-73 files

NetBSD/pkgsrc-wip 6f7f9b6chromium Makefile

chromium: fix build with wayland support
DeltaFile
+1-0chromium/Makefile
+1-01 files

NetBSD/pkgsrc XfykcsQdoc CHANGES-2026

   Updated devel/py-traitlets, security/py-ecdsa
VersionDeltaFile
1.3614+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc NrO9rdWsecurity/py-ecdsa distinfo Makefile

   py-ecdsa: updated to 0.19.2

   0.19.2

   Bug fixes:

   Fix CVE-2026-33936, a DER parsing issue in remove_octet_string(),
   remove_constructed(), and remove_implitic() where a truncated buffer
   wasn't detected. This can lead to high level functions, like
   SigningKey.from_der() to raise unexpected exceptions.
   (Mohamed Abdelaal (0xmrma))

   Maintenance:

   Update CI to use newer version of Ubuntu.


   0.19.1


    [21 lines not shown]
VersionDeltaFile
1.16+4-4security/py-ecdsa/distinfo
1.18+4-2security/py-ecdsa/Makefile
+8-62 files

NetBSD/pkgsrc tBgAuwYdevel/py-traitlets distinfo Makefile

   py-traitlets: updated to 5.15.1

   5.15.1

   Maintenance and upkeep improvements
   - Fix CI (docs build, mypy tests, downstream)
VersionDeltaFile
1.29+4-4devel/py-traitlets/distinfo
1.37+2-2devel/py-traitlets/Makefile
+6-62 files

NetBSD/pkgsrc Jngm9oddoc CHANGES-2026

   doc: Added math/ada-adasat26 version 26.0.0
VersionDeltaFile
1.3613+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ThG7EhCmath/ada-adasat26 inplace.mk PLIST, math/ada-adasat26/patches patch-Makefile

   ada-adasat26: add new package version 26.0.0

   In fact, there are no changes compared to version 25.2,
   the package is needed for unification with the rest of the packages
   in the version line.
VersionDeltaFile
1.1+83-0math/ada-adasat26/inplace.mk
1.1+82-0math/ada-adasat26/PLIST
1.1+67-0math/ada-adasat26/patches/patch-Makefile
1.1+62-0math/ada-adasat26/Makefile
1.1+20-0math/ada-adasat26/buildlink3.mk
1.1+7-0math/ada-adasat26/DESCR
+321-02 files not shown
+329-18 files

NetBSD/pkgsrc pO3avSTdoc CHANGES-2026 TODO

   Updated devel/py-test-run-parallel, devel/py-uv[-build]
VersionDeltaFile
1.3612+4-1doc/CHANGES-2026
1.27368+1-2doc/TODO
+5-32 files

NetBSD/pkgsrc wERFIGvdevel/py-uv distinfo Makefile.common, devel/py-uv-build distinfo

   py-uv py-uv-build: updated to 0.11.19

   0.11.19

   Python

   Add CPython 3.15.0b2

   Enhancements

   Always compute SHA256 for remote distributions
   Add PyEmscripten platform (PEP 783)
   Add Pyodide 2025 target triple

   Preview features

   Make preview features for commands have names that aren't ambiguous with the command
   Respect --isolated in uv check


    [4 lines not shown]
VersionDeltaFile
1.28+7-7devel/py-uv-build/distinfo
1.27+7-7devel/py-uv/distinfo
1.29+3-3devel/py-uv/Makefile.common
1.25+1-1devel/py-uv/cargo-depends.mk
+18-184 files

NetBSD/src DL5BeDzsys/dev/acpi sdhc_acpi.c

   Expand the RPi5 comment to explain the positioning of the BRCM5D12 entries.
   comCVS: ----------------------------------------------------------------------
VersionDeltaFile
1.25+9-3sys/dev/acpi/sdhc_acpi.c
+9-31 files

NetBSD/pkgsrc LFppcyTdevel/py-test-run-parallel distinfo Makefile

   py-test-run-parallel: updated to 0.9.1

   0.9.1
   Fix xpass tests incorrectly being recognized as passes
   Add a Python 3.15 trove classifier
VersionDeltaFile
1.11+4-4devel/py-test-run-parallel/distinfo
1.12+2-2devel/py-test-run-parallel/Makefile
+6-62 files

NetBSD/pkgsrc n2qvZyqdoc TODO CHANGES-2026

   doc: Updated net/rsync to 3.4.4
VersionDeltaFile
1.27367+2-2doc/TODO
1.3611+2-1doc/CHANGES-2026
+4-32 files

NetBSD/pkgsrc qAbeJmAnet/rsync distinfo Makefile, net/rsync/patches patch-Makefile.in

   rsync: update to 3.4.4.

   # NEWS for rsync 3.4.4 (8 Jun 2026)

   ## Changes in this version:

   This is a conservative point release that backports regression fixes
   on top of 3.4.3.  No new features are included.

   ### BUG FIXES:

   - Honour a relative alt-basis directory (e.g. `--link-dest=../sibling`,
     `--copy-dest`, `--compare-dest`) on a daemon receiver running with
     `use chroot = no`.  Such a path is re-anchored at the module root but
     was then rejected by the receiver's secure open; it now works where
     kernel-enforced confinement is available.  See the PORTABILITY note
     below for the platform limitation.  Fixes #915.

   - sender: open a module-root-absolute path for a `path = /` module so a

    [49 lines not shown]
VersionDeltaFile
1.7+25-12net/rsync/patches/patch-Makefile.in
1.67+5-5net/rsync/distinfo
1.134+2-2net/rsync/Makefile
+32-193 files