NetBSD/pkgsrc bZrqEDNprint/foliate Makefile

   print/foliate: fix the DEPENDS line.
VersionDeltaFile
1.57+2-2print/foliate/Makefile
+2-21 files

NetBSD/pkgsrc 7z5PyPbdoc CHANGES-2026

   Updated www/py-google-api-python-client, security/py-google-auth-oauthlib
VersionDeltaFile
1.5749+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc JUZh6nPsecurity/py-google-auth-oauthlib Makefile distinfo

   py-google-auth-oauthlib: updated to 1.4.1

   1.4.1

   Bug Fixes

   google-auth-oauthlib: prevent port re-use on windows

   Documentation

   handwritten: centralize CONTRIBUTING.rst pointers
VersionDeltaFile
1.25+4-4security/py-google-auth-oauthlib/distinfo
1.30+2-2security/py-google-auth-oauthlib/Makefile
+6-62 files

NetBSD/pkgsrc lGTFqGCwww/py-google-api-python-client distinfo PLIST

   py-google-api-python-client: updated to 2.200.0

   2.200.0
   https://github.com/googleapis/google-api-python-client/releases/tag/v2.200.0
VersionDeltaFile
1.135+7-7www/py-google-api-python-client/Makefile
1.63+6-4www/py-google-api-python-client/PLIST
1.127+4-4www/py-google-api-python-client/distinfo
+17-153 files

NetBSD/pkgsrc T7JNVFBdoc CHANGES-2026

   Updated net/py-cloudflare, devel/py-deepmerge, devel/py-coverage, www/py-websocket-client
VersionDeltaFile
1.5748+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc DIIywb4www/py-websocket-client distinfo PLIST

   py-websocket-client: updated to 1.9.2

   1.9.2
   - Fix race in `WebSocketApp.close()` when `run_forever()` thread clears the socket during the close handshake

   1.9.1
   - Add Python 3.14 support to setup config and CI (f2bc97a)
   - Fix `close()` dropping close frame when reason is str (2f22e2e)
   - Fix `close()` type annotation and docstring for timeout and reason (d69f730)
   - Make `abort()` robust for sockets that cannot shutdown, same logic as `shutdown()` (1904e3d)
   - Raise `WebSocketException` for redirects missing a `Location` header (97e34db)
   - Raise when WebSocket connect redirect limit is exhausted (be0d38d)
   - Raise `WebSocketException` for redirects to invalid targets (62ef6af)
   - Fix unformatted ABNF validation error messages (0145b7b)
   - Fix `validate_utf8()` crash on str input (4a8e6ed)
   - Store `status_message` on `WebSocketBadStatusException` (368aeda)
   - Raise `WebSocketException` for `check_hostname` with `CERT_NONE` (0232aca)
   - Fix `handleDisconnect` type annotation: None default requires Optional (20f3712)
   - Remove unreachable `not frame` check in `recv_data_frame()` (b684242)

    [9 lines not shown]
VersionDeltaFile
1.30+4-6www/py-websocket-client/Makefile
1.26+4-4www/py-websocket-client/distinfo
1.10+7-1www/py-websocket-client/PLIST
+15-113 files

NetBSD/pkgsrc aEzYt8Ldevel/py-coverage Makefile distinfo

   py-coverage: updated to 7.16.0

   7.16.0 — 2026-08-28

   - When combining files, now path separator slashes will automatically be
     converted to the local file system style. This makes it less necessary to
     define ``[paths]`` configuration to combine data across operating systems.
     Fixes `issue 2266`_.

   - The :meth:`.Coverage.switch_context` method now returns the previous context.

   - Fix: previously, a ``[paths]`` pattern would be replaced everywhere in a file
     path when it was only meant to be replaced once, in the leading portion of
     the path. This is now fixed, in `pull 2268`_.

   - Fixes to validation of options and configuration settings:

     - Negative precision settings now always cause useful error messages (`pull
       2261`_).

    [25 lines not shown]
VersionDeltaFile
1.81+4-4devel/py-coverage/distinfo
1.95+3-3devel/py-coverage/Makefile
+7-72 files

NetBSD/pkgsrc mJhakjsdevel/py-deepmerge distinfo Makefile

   py-deepmerge: updated to 3.0.1

   3.0.1
   Fix: explicitly re-export public API via __all__
VersionDeltaFile
1.4+5-5devel/py-deepmerge/Makefile
1.4+4-4devel/py-deepmerge/distinfo
+9-92 files

NetBSD/pkgsrc QRKkBGgnet/py-cloudflare distinfo Makefile

   py-cloudflare: updated to 5.6.0

   5.6.0 (2026-07-22)

   Breaking Changes

   * **accounts:** The `create()` and `get()` methods have been removed from `client.accounts.subscriptions`. The `SubscriptionCreateParams` type is no longer available.
   * **acm:** The `CertificateAuthority` type has been removed from `cloudflare.types.acm`.
   * **certificate_authorities:** The `HostnameAssociation` type has been removed from `cloudflare.types.certificate_authorities`.
   * **cloudforce_one:** The `indicator_types` sub-resource has been removed from `client.cloudforce_one.threat_events`. Use the new `client.cloudforce_one.threat_events.indicators.types` resource instead.
   * **hyperdrive:** The pagination type for `client.hyperdrive.configs.list()` changed from `SyncSinglePage` to `SyncV4PagePaginationArray`. Code that relied on single-page iteration semantics may need adjustment.
   * **load_balancers:** All methods on `client.load_balancers` now use a polymorphic `/{account_or_zone}/{account_or_zone_id}/load_balancers` endpoint pattern instead of the previous `/zones/{zone_id}/load_balancers`. Method signatures now accept either `account_id` or `zone_id`.
   * **moq:** The `rotate()` method and `TokenRotateResponse` type have been removed from `client.moq.relays.tokens`. Use the new `create()`, `list()`, and `delete()` methods instead.
   * **mtls_certificates:** The `MTLSCertificate` type has been replaced with `MTLSCertificateGetResponse`, `MTLSCertificateListResponse`, and `MTLSCertificateDeleteResponse`. The return types of `list()`, `delete()`, and `get()` have changed accordingly.
   * **custom_certificates:** The `Status` type has been removed from `cloudflare.types.custom_certificates`.
   * **ssl:** The `Host`, `Status`, and `ValidationMethod` types have been removed from `cloudflare.types.ssl`. The `hosts` parameter on `client.ssl.certificate_packs.create()` changed from `SequenceNotStr[Host]` to `SequenceNotStr[str]`.
   * **zero_trust:** The `setup_flows` sub-resource has been removed from `client.zero_trust.casb.applications`. The `get()` method endpoint changed from `/accounts/{account_id}/one/applications/{slug}` to `/accounts/{account_id}/one/applications/{application_id}`.

   Features

    [9 lines not shown]
VersionDeltaFile
1.6+644-58net/py-cloudflare/PLIST
1.7+6-6net/py-cloudflare/Makefile
1.5+4-4net/py-cloudflare/distinfo
+654-683 files

NetBSD/pkgsrc PULWUindoc TODO CHANGES-2026

   Updated devel/py-uv[-build], net/haproxy, security/py-authlib
VersionDeltaFile
1.5747+5-1doc/CHANGES-2026
1.27863+1-2doc/TODO
+6-32 files

NetBSD/pkgsrc v597bAEsecurity/py-authlib PLIST distinfo

   py-authlib: updated to 1.8.0

   1.8.0

   Prefer id_token_signed_response_alg client metadata to guess algs
   fix: Catch InvalidKeyIdError in RFC 9068 JWTBearerTokenValidator
   fix: make leeway configurable in JWTBearerTokenValidator
   feat: add default jti claim to sign_jwt_bearer_assertion
   fix(oauth): cast sub claim to string in JWTBearerTokenGenerator
   Declare lower bounds for dependencies
   feat(client): use httpx2 instead of httpx
   Fix RFC7523 malformed claims handling
   Fix httpx oauth1 binary form data
   fix(starlette_client): remove default= keyword from config.get calls
   Added client_id parameter to AssertionClient
   fix(oauth): save device credential with authenticated client id
   fix(oauth1): correct protocol name in InsecureTransportError description
   fix(client): client can be flexible with jwt's header
   fix(oidc): omit claims when the value is None
VersionDeltaFile
1.39+4-5security/py-authlib/Makefile
1.36+4-4security/py-authlib/distinfo
1.13+4-1security/py-authlib/PLIST
+12-103 files

NetBSD/pkgsrc bpL8CDbnet/haproxy Makefile distinfo

   haproxy: updated to 3.4.4

   3.4.4
   - BUG/MEDIUM: proxy: fix crash on delete first backend
   - BUG/MINOR: cli: use the current argument to parse the FD spec in "show fd"
   - BUG/MINOR: cli: do not reject the "/<fd>" form of "show fd"
   - BUG/MINOR: ech: propagate error from load_echkeys()
   - BUG/MINOR: ech: reject an ECH store with no usable private key
   - BUG/MEDIUM: counters: preserve shared.tg pointer on 'clear counters all'
   - BUG/MEDIUM: filter: Disable auto-close on channel during TCP payload filtering
   - BUG/MINOR: server: check strdup return value on server ID
   - BUG/MINOR: proxy: fix default-server leak on post-parsing cleanup
   - MINOR: proxy: implement unpublished backend keyword
   - DOC: explain better that named defaults are preserved
   - BUG/MINOR: proxy: release watcher in various commands on CLI abort
   - REGTESTS: proxy: complete "del backend" test
   - BUG/MEDIUM: hpack: encode long methods and schemes using the long form
   - BUG/MINOR: stats-file: reject tgid 0 when preloading shm objects
   - BUG/MINOR: hlua: use a local buffer to format the socket addresses

    [72 lines not shown]
VersionDeltaFile
1.154+4-4net/haproxy/distinfo
1.163+2-2net/haproxy/Makefile
+6-62 files

NetBSD/pkgsrc 4NQm5xqdevel/py-uv Makefile.common cargo-depends.mk, devel/py-uv-build distinfo

   py-uv py-uv-build: updated to 0.12.9

   0.12.9

   Python

   Add CPython 3.15.0rc2

   Enhancements

   Add --no-locked and --no-frozen to disable lock modes enabled by UV_LOCKED and UV_FROZEN for a single invocation
   Report the exact command-line lock-mode flag in warnings and errors

   Performance

   Speed up cold wheel installs by extracting each streaming ZIP archive in a single blocking task and reusing buffers across files

   Bug fixes


    [5 lines not shown]
VersionDeltaFile
1.37+34-43devel/py-uv/distinfo
1.38+34-43devel/py-uv-build/distinfo
1.35+10-13devel/py-uv/cargo-depends.mk
1.39+2-2devel/py-uv/Makefile.common
+80-1014 files

NetBSD/src Mk1ubCdsys/dev/pci if_iwm.c

   Add MCLAIM.
VersionDeltaFile
1.94+22-2sys/dev/pci/if_iwm.c
+22-21 files

NetBSD/src tRELEgGtests/lib/libcurses/check_files slk6.chk color_blank_draw.chk

   Update check files affected by latest libcurses change.  The library
   no longer emits some unnecessary colour setting sequences.
VersionDeltaFile
1.4+1-1tests/lib/libcurses/check_files/color_blank_draw.chk
1.6+0-1tests/lib/libcurses/check_files/slk6.chk
+1-22 files

NetBSD/src JkxfGXBlib/libcurses curses.expsym curses_private.h

   Remove the global __do_color_init, this is now obsolete.  It was used
   to force the terminal to be updated with the default colours because
   the older colour code could not distinguish between default colours and
   no colours.  Now this is fixed so the forcing is no longer required.
VersionDeltaFile
1.137+5-7lib/libcurses/refresh.c
1.51+3-6lib/libcurses/color.c
1.84+1-2lib/libcurses/curses_private.h
1.3+0-1lib/libcurses/curses.expsym
+9-164 files

NetBSD/pkgsrc rjgqvyYtextproc/py-rapidfuzz distinfo Makefile, textproc/py-rapidfuzz/patches patch-src_rapidfuzz_process__cpp__impl.cxx patch-src_rapidfuzz_distance___initialize__cpp.cxx

   textproc/py-rapidfuzz: Fix build with isfinite is not defined error

   * And remove .orig files before configure stage, not after installation.
VersionDeltaFile
1.1+20-0textproc/py-rapidfuzz/patches/patch-src_rapidfuzz_process__cpp__impl.cxx
1.1+20-0textproc/py-rapidfuzz/patches/patch-src_rapidfuzz_distance___initialize__cpp.cxx
1.48+5-4textproc/py-rapidfuzz/Makefile
1.31+3-1textproc/py-rapidfuzz/distinfo
+48-54 files

NetBSD/pkgsrc JGzYaliaudio/rip MESSAGE

   rip: Remove "audio/gogo" reference from MESSAGE.

   Pointed out by kre in PR pkg/59487.
VersionDeltaFile
1.5+1-2audio/rip/MESSAGE
+1-21 files

NetBSD/pkgsrc 2HDbyvSdoc CHANGES-2026

   doc: Updated lang/chezscheme to 10.4.1
VersionDeltaFile
1.5746+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc K8naUNvlang/chezscheme Makefile distinfo, lang/chezscheme/patches patch-c_self-exe.c

   chezscheme: Update to 10.4.1. From Kogule Ryo in PR pkg/60416
VersionDeltaFile
1.4+19-20lang/chezscheme/distinfo
1.6+7-8lang/chezscheme/Makefile
1.2+1-1lang/chezscheme/patches/patch-c_self-exe.c
+27-293 files

NetBSD/pkgsrc 7VJ10Vddoc CHANGES-2026

   doc: Updated lang/sbcl to 2.6.8
VersionDeltaFile
1.5745+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6Cpl53Blang/sbcl Makefile distinfo

   sbcl: update to 2.6.8

   * minor incompatible change: FILE-POSITION on composite streams
     returns a more accurate result for CONCATENATED-STREAM, and NULL on
     TWO-WAY-STREAM and ECHO-STREAM.
   * platform support:
     ** improvements to code generation for the ARM64 backend.
     ** improved support for AVX512 instruction encoding and decoding.
   * various enhancements to the SB-SIMD contributed module.
   * bug fix: FILE-POSITION on a stream after reading input into a list
     or generic sequence returns the correct result.
   * bug fix: allow the manual to build on more platforms.
   * bug fix: infinite loop in the compiler while attempting to remove
     data moves.
   * bug fix: debugger failed to handle (COMPLEX DOUBLE-FLOAT) entities
     on the stack.
   * bug fix: error reporting from STRING-TO-OCTETS reported using the
     wrong string indices.
   * optimization: the compiler performs assignment conversion in nearly

    [12 lines not shown]
VersionDeltaFile
1.93+4-4lang/sbcl/distinfo
1.120+2-2lang/sbcl/Makefile
+6-62 files

NetBSD/pkgsrc-wip 56ec5a3bup-snapshot distinfo Makefile

bup-snapshot: Update to bup-0.33.72.894

Advance along upstream main.
This is my take on 0.34alpha2.    (It might turn out to be rc1.)
DeltaFile
+3-3bup-snapshot/distinfo
+4-2bup-snapshot/Makefile
+7-52 files

NetBSD/pkgsrc GUjPAkAdoc CHANGES-2026

   doc: Updated print/foliate to 3.3.0
VersionDeltaFile
1.5744+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NZy7oKQprint/foliate distinfo Makefile, print/foliate/patches patch-src_epubView.js patch-src_assets_KindleUnpack_kindleunpack.py

   print/foliate: Update to 3.3.0

   Changes since 2.6.4:

   3.3.0

     * Updated for GNOME 48
     * Added support for mouse forward/backward buttons (#1474)
     * Improved text wrapping in headings
     * Improved default link style

   3.2.1

     * Fixed tables not displayed in FB2 books (#1445)
     * Updated translations

   3.2.0

     * Revamped translation tool, which now remembers the last target

    [198 lines not shown]
VersionDeltaFile
1.9+15-44print/foliate/PLIST
1.56+11-22print/foliate/Makefile
1.16+7-6print/foliate/distinfo
1.5+1-1print/foliate/patches/patch-src_epubView.js
1.2+1-1print/foliate/patches/patch-src_assets_KindleUnpack_kindleunpack.py
+35-745 files

NetBSD/pkgsrc-wip 2bab883foliate Makefile

foliate: point to packages in pkgsrc trunk.
DeltaFile
+3-3foliate/Makefile
+3-31 files

NetBSD/pkgsrc-wip 2caa75bevolution-data-server Makefile

evolution-data-server: fix build so gnome-shell builds.
DeltaFile
+3-3evolution-data-server/Makefile
+3-31 files

NetBSD/pkgsrc-wip fb37729gnome-shell Makefile

gnome-shell: fix build and point to lang/gjs.
DeltaFile
+2-2gnome-shell/Makefile
+2-21 files

NetBSD/src NucVzU1sys/arch/hpcmips/vr flash_vrip.c, sys/arch/mips/cavium/dev octeon_gmxreg.h

   s/maximun/maximum/, s/maximam/maximum/ and s/maximimum/maximum/ in comments
   and log messages.
VersionDeltaFile
1.16+5-5sys/arch/hpcmips/vr/flash_vrip.c
1.13+4-4usr.sbin/wsmoused/selection.c
1.158+3-3usr.sbin/syslogd/syslogd.c
1.287+3-3sys/netipsec/key.c
1.8+3-3sys/arch/mips/cavium/dev/octeon_gmxreg.h
+18-185 files

NetBSD/pkgsrc 9OTfUyqdoc CHANGES-2026

   doc: Updated mail/imapfilter to 2.8.5
VersionDeltaFile
1.5743+2-1doc/CHANGES-2026
+2-11 files