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/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 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 9OTfUyqdoc CHANGES-2026

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

NetBSD/pkgsrc NFEun9mmail/imapfilter Makefile distinfo

   imapfilter: Update to 2.8.5. From Kogule Ryo in PR pkg/60582

   IMAPFilter 2.8.5 - Mar 8, 2026
     - Re-added OAuth2 example in the sample extend file

   IMAPFilter 2.8.4 - Mar 7, 2026
     - Bug fix; minor incompatibility with Lua 5.5

   IMAPFilter 2.8.3 - Apr 27, 2025
     - Include body transfer encoding in fetch_structure() return value.
     - Bug fix; minor incompatibility with Lua 5.3 and 5.4

   IMAPFilter 2.8.2 - Dec 26, 2023
     - Add IMAP support for UTF-8 (RFC 6855) when "charset" is set to "UTF-8"
     - Don't use FETCH FAST macro use for better compatibility
     - Bug fix; recovery mechanism error on Lua 5.1

   IMAPFilter 2.8.1 - Jan 8, 2023
     - Add support for non-write actions on read-only mailboxes.

    [14 lines not shown]
VersionDeltaFile
1.31+4-4mail/imapfilter/distinfo
1.53+2-3mail/imapfilter/Makefile
+6-72 files

NetBSD/pkgsrc rDUx0KMfilesystems/fuse-httpdirfs Makefile

   Revbump all gumbo-parser packages after 0.14.0 update
VersionDeltaFile
1.4+2-2filesystems/fuse-httpdirfs/Makefile
+2-21 files

NetBSD/pkgsrc zlkMLLQnews/newsraft Makefile

   Revbump all gumbo-parser packages after 0.14.0 update
VersionDeltaFile
1.33+2-1news/newsraft/Makefile
+2-11 files

NetBSD/pkgsrc 8Oz1xMKprint/libcupsfilters Makefile, print/mupdf buildlink3.mk Makefile

   Revbump all gumbo-parser packages after 0.14.0 update
VersionDeltaFile
1.96+2-2print/zathura-pdf-mupdf/Makefile
1.70+2-2print/mupdf/buildlink3.mk
1.142+2-2print/mupdf/Makefile
1.10+2-2print/libcupsfilters/Makefile
+8-84 files

NetBSD/pkgsrc uHjrUKssysutils/gnome-characters Makefile, x11/gnome-shell Makefile

   *: recursive bump for gjs 1.82.3
VersionDeltaFile
1.60+2-2x11/gnome-shell/Makefile
1.38+2-2sysutils/gnome-characters/Makefile
+4-42 files

NetBSD/pkgsrc krX6SUYwww/litehtml Makefile, www/p5-Alien-LibGumbo Makefile

   Revbump all gumbo-parser packages after 0.14.0 update
VersionDeltaFile
1.10+2-2www/litehtml/Makefile
1.12+2-1www/p5-HTML-Gumbo/Makefile
1.10+2-1www/p5-Alien-LibGumbo/Makefile
+6-43 files

NetBSD/pkgsrc Gt7tjX0doc CHANGES-2026

   doc: Updated www/gumbo-parser to 0.14.0
VersionDeltaFile
1.5742+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Et1LmAOwww/gumbo-parser buildlink3.mk Makefile

   gumbo-parser: update to 0.14.0

   * Add gumbo_tag_is_void() public API function
   * Add support for <selectedcontent> tag
   * Add support for processing instructions
   * Comply with spec changes to <select> parsing logic
   * Fix compliance to adoption agency algorithm, step 4.3
   * Fix foster parented text not being merged into preceding text node
   * Fix memory leak of ignored doctype token in "in head noscript" insertion mode
   * Delete dependency on Ragel
   * Adapt to migration of tree construction tests suite from
     html5lib-tests to WPT
VersionDeltaFile
1.9+4-4www/gumbo-parser/distinfo
1.3+3-3www/gumbo-parser/PLIST
1.5+2-2www/gumbo-parser/buildlink3.mk
1.8+2-2www/gumbo-parser/Makefile
+11-114 files

NetBSD/pkgsrc OOLmJs6doc TODO CHANGES-2026

   doc: Updated lang/gjs to 1.82.3
VersionDeltaFile
1.27862+1-2doc/TODO
1.5741+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc xUeuOWblang/gjs buildlink3.mk distinfo, lang/gjs/patches patch-gjs_jsapi-util.cpp

   lang/gjs: Update to 1.82.3

   Switch to mozjs128. Mark binaries not PaX mprotect safe (SpiderMonkey
   JIT). Disable PCH. Remove obsolete patch.

   Changes since 1.68.4:

   Too many changes to list; see the upstream NEWS file for the full
   release notes covering all versions between 1.68.4 and 1.82.3:

   https://gitlab.gnome.org/GNOME/gjs/-/blob/1.82.3/NEWS
VersionDeltaFile
1.44+8-4lang/gjs/Makefile
1.3+10-1lang/gjs/PLIST
1.11+4-5lang/gjs/distinfo
1.26+3-3lang/gjs/buildlink3.mk
1.2+1-1lang/gjs/patches/patch-gjs_jsapi-util.cpp
+26-145 files

NetBSD/pkgsrc iFJEaWTdoc CHANGES-2026

   doc: Updated audio/kew to 4.3.0
VersionDeltaFile
1.5740+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc IuA7n5Taudio/kew Makefile distinfo

   kew: update to 4.3.0

   - minor bug fixes
   - lyrics support
VersionDeltaFile
1.27+4-4audio/kew/distinfo
1.30+2-2audio/kew/Makefile
+6-62 files

NetBSD/pkgsrc XlRiF2Jdoc CHANGES-2026

   doc: Updated lang/joker to 1.10.0
VersionDeltaFile
1.5739+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NukYT6Klang/joker Makefile distinfo

   joker: update to 1.10.0

   - Added the joker.mime namespace for parsing MIME media types and
     entity trees, decoding transfer encodings, and extracting message
     bodies and attachments.
   - Extended joker.mail with MIME-aware message, email, and attachment
     parsing.
   - Expanded joker.http/send with overall, connection, and
     response-header timeouts; redirect controls; and response-size
     limits.
   - Added managed read-only and read/write transactions to joker.bolt,
     allowed database operations to use transaction contexts, added
     prefix counting, and added result limits for prefix queries.
VersionDeltaFile
1.19+4-4lang/joker/distinfo
1.50+2-3lang/joker/Makefile
+6-72 files

NetBSD/pkgsrc Z16aoyVdevel/nss distinfo, devel/nss/patches patch-nss_lib_freebl_sha256-armv8.c patch-nss_coreconf_NetBSD.mk

   nss: fix regression on NetBSD aarch64

   Between 3.127 and 3.128 upstream applied this in freebl:

   -            DEFINES += -DUSE_HW_AES -DUSE_HW_SHA1 -DUSE_HW_SHA2 -DHAVE_PLATFORM_GHASH
   +            DEFINES += -DUSE_HW_AES -DUSE_HW_SHA1 -DUSE_HW_SHA2
   +            ifeq ($(LITTLE_ENDIAN),1)
   +                DEFINES += -DHAVE_PLATFORM_GHASH
   +            endif

   But it is causing linker errors since nothing in NetBSD.mk sets the
   LITTLE_ENDIAN macro. Fix NetBSD.mk properly and remove previous arguably
   wrong band-aid for similar issue in patch-nss_lib_freebl_sha256-armv8.c
VersionDeltaFile
1.6+19-76devel/nss/patches/patch-nss_coreconf_NetBSD.mk
1.216+2-2devel/nss/distinfo
1.4+1-1devel/nss/patches/patch-nss_lib_freebl_sha256-armv8.c
+22-793 files

NetBSD/pkgsrc IDx4hdIdoc CHANGES-2026

   doc: Updated lang/janet to 1.42.0
VersionDeltaFile
1.5738+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc c2yisrPlang/janet Makefile distinfo

   janet: update to 1.42.0

   * fix/illumos-multicast
   * Tweak a docstring and a comment
   * Fix GC collecting active fiber during nested janet_continue
   * Align items in multiline pretty format (%m and %p)
   * fix janet_channel_make_threaded to return threaded channel
   * Macro hygiene tweaks
   * Fix: add missing :symbolmap keyword to disasm function
   * Add LLM, AI and tool usage section to contribution guide
   * Lint shadow binding
   * Increase pretty printing line density
   * Try to use clearer language in buffer docs
   * Fix mmap return value check
   * Fix stale fiber stack pointers across realloc
   * Hide JanetMarshalContext implementation details
   * Add bash, zsh, and fish shell completions for janet
   * plan9 port maintenance
   * OSS-Fuzz: Add new fuzzer targets unmarshal

    [33 lines not shown]
VersionDeltaFile
1.33+4-4lang/janet/distinfo
1.35+3-2lang/janet/Makefile
+7-62 files