NetBSD/pkgsrc 1FZabxhdoc CHANGES-2026

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

NetBSD/pkgsrc yRMKENwlang/joker distinfo go-modules.mk

   joker: update to 1.9.0

   ## General improvements
   - Updated dependencies.

   ## Linter improvements
   - Added support for union types in return values.
   - Added linter return tags for core functions and expanded type
     tagging coverage.

   ## Fixes
   - Fixed type inference for stubs.
   - Fixed linter deref return types for volatile and other core
     functions.
VersionDeltaFile
1.18+82-94lang/joker/distinfo
1.10+27-31lang/joker/go-modules.mk
1.45+2-2lang/joker/Makefile
+111-1273 files

NetBSD/pkgsrc jSZkHANdoc CHANGES-2026

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

NetBSD/pkgsrc SlDQOXraudio/kew PLIST distinfo, audio/kew/patches patch-Makefile

   kew: update to 4.1.6

   4.1.0:
   - Added custom layouts.
   - Added AutoResume (persists playback state; enabled by default).
   - Added experimental crossfade with new commands/settings.
   - Added/improved visualizer modes (including Party Mode and others).
   - Added new theme pack and improved themes/color behavior.
   - Added scrolling lyrics behavior and more UX improvements.
   - Included many bug fixes and internal refactors.

   4.1.1:
   - Fixed an issue affecting Homebrew tests.

   4.1.2:
   - Fixed an installation issue on FreeBSD.

   4.1.3:
   - Changed Discord integration to opt-in (off by default).

    [13 lines not shown]
VersionDeltaFile
1.4+12-1audio/kew/PLIST
1.21+5-8audio/kew/distinfo
1.5+6-5audio/kew/patches/patch-Makefile
1.24+6-2audio/kew/Makefile
+29-164 files

NetBSD/pkgsrc 7XwrH5oinputmethod/canna-canuum Makefile

   canna-canuum: take MAINTAINERship via canna/Makefile.common
VersionDeltaFile
1.18+1-3inputmethod/canna-canuum/Makefile
+1-31 files

NetBSD/pkgsrc 2zP2yDhinputmethod/canna-canuum Makefile

   canna-canuum: remove pre-configure tweaks not necessary on Canna 3.8
VersionDeltaFile
1.17+1-8inputmethod/canna-canuum/Makefile
+1-81 files

NetBSD/pkgsrc 4nUCU5ttime/R-nanotime Makefile

   (time/R-nanotime) Fix build on Linux and on Darwin (hopefully)
VersionDeltaFile
1.6+2-2time/R-nanotime/Makefile
+2-21 files

NetBSD/pkgsrc zPzaGkLtime/R-RcppCCTZ Makefile distinfo, time/R-RcppCCTZ/patches patch-src_Makevars

   (time/R-RcppCCTZ) Fix build on Linux and on Darwin (hopefully)
VersionDeltaFile
1.2+4-11time/R-RcppCCTZ/patches/patch-src_Makevars
1.6+11-1time/R-RcppCCTZ/Makefile
1.4+2-2time/R-RcppCCTZ/distinfo
+17-143 files

NetBSD/pkgsrc ENlHHOXdevel/R-Rcpp Makefile

   (devel/R-Rcpp) Fix build on Linux and on Darwin
VersionDeltaFile
1.38+2-2devel/R-Rcpp/Makefile
+2-21 files

NetBSD/pkgsrc HxU0VQqsecurity/pinentry Makefile.common

   pinentry: add a CHECK_PORTABILITY_SKIP

   build-aux/config.rpath:286:12: double brackets
     if [[ $libdir = '/usr/lib' ]] || [[ $libdir = '/usr/lib64' ]] ;

   This file comes from gnulib and was perhaps generated with an
   old version? gnulib master does not have the double brackets.
   This code is under a case statement for GNU platforms so don't
   bother patching it in pkgsrc.
VersionDeltaFile
1.24+3-1security/pinentry/Makefile.common
+3-11 files

NetBSD/pkgsrc 7XCEhfUdoc CHANGES-2026

   doc: Updated devel/jq to 1.8.2nb2
VersionDeltaFile
1.4193+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc mabc1Gpdevel/jq Makefile distinfo, devel/jq/patches patch-src_builtin.c

   jq: fix self tests.

   Bump PKGREVISION.
VersionDeltaFile
1.7+9-13devel/jq/patches/patch-src_builtin.c
1.27+2-5devel/jq/Makefile
1.26+2-1devel/jq/distinfo
+13-193 files

NetBSD/pkgsrc 4GVTozhgraphics/libheif distinfo, graphics/libheif/patches patch-heifio_CMakeLists.txt

   libheif: don't pick up stray libwebp dependency
VersionDeltaFile
1.1+16-0graphics/libheif/patches/patch-heifio_CMakeLists.txt
1.49+2-1graphics/libheif/distinfo
+18-12 files

NetBSD/pkgsrc yXPaSUngraphics/libwebp distinfo, graphics/libwebp/patches patch-cmake_cpu.cmake

   graphics/libwebp: Fix build with older GCC

   * Detect AVX2 properly. Fix build under NetBSD 10.
     Noticed by Marc Baudoin. Thank you.
VersionDeltaFile
1.1+16-0graphics/libwebp/patches/patch-cmake_cpu.cmake
1.33+2-1graphics/libwebp/distinfo
+18-12 files

NetBSD/pkgsrc 17lrlX1mk/compiler gcc.mk

   mk/compiler/gcc.mk: Require gcc 14 for c23

   Note that NetBSD current has gcc 14.  This is marked as temporary
   because if a newer version is imported before branch, old current is
   irrelevant.

   While gcc documents that 15 is required for full support, we have a
   long tradition of choosing a version that has almost full support,
   when that results in fewer compiler builds.  Guess that 14 will be ok,
   with a comment indicating the choice is tentative.

   Previously, putting c23 in USE_CC_FEATURES did nothing, so this commit
   should not break any working packages.  Tested on a random package not
   to break, which is really about not having syntax errors.
VersionDeltaFile
1.312+9-1mk/compiler/gcc.mk
+9-11 files

NetBSD/pkgsrc r9g7JWVmk/compiler gcc.mk

   mk/compiler/gcc.mk: Update C dialect comments

   Be more precise about what gcc documents, including noting that C99
   formally requires gcc 5 but we say 3 (and that it's been ok and use of
   pre-5 is rare, so don't worry).

   This is a comment-only change.
VersionDeltaFile
1.311+6-2mk/compiler/gcc.mk
+6-21 files

NetBSD/pkgsrc aYtsDhjmk/compiler gcc.mk

   mk/compiler/gcc.mk: Update comments

     - Note gcc12 in NetBSD 11.
     - Explain that the point of limited versions is to build fewer
       versions, not because is is simpler.
     - Explain that long term we would prefer precise settings and a
       per-platform limited list.
     - Update gcc pointers, adding the C support matrix page and dropping
       the C99 and C11 individual pages.
     - Clarify that the gcc-current support page is about gcc-current,
       not releases.

     - Move C selection before C++.
     - Sort C selection newest to oldest to align with C++ selection
       sorting.

   NFCI, and a single package test build showed no issues.
VersionDeltaFile
1.310+37-25mk/compiler/gcc.mk
+37-251 files

NetBSD/pkgsrc yltBZq8doc CHANGES-2026

   Updated archivers/unrar
VersionDeltaFile
1.4192+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc fAZ4JI5archivers/unrar distinfo Makefile.common

   unrar: updated to 7.2.7

   7.2.7
   Unknown changes
VersionDeltaFile
1.118+4-4archivers/unrar/distinfo
1.70+2-2archivers/unrar/Makefile.common
+6-62 files

NetBSD/pkgsrc VjArfF8graphics/libwebp distinfo, graphics/libwebp/patches patch-CMakeLists.txt

   libwebp: revert previous, different fix added independently
VersionDeltaFile
1.32+1-2graphics/libwebp/distinfo
1.2+1-1graphics/libwebp/patches/patch-CMakeLists.txt
+2-32 files

NetBSD/pkgsrc ieIjKkHdoc CHANGES-2026

   Updated security/py-fido2
VersionDeltaFile
1.4191+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NO9Xgnpsecurity/py-fido2 distinfo Makefile

   py-fido2: updated to 2.2.1

   2.2.1 (released 2026-06-29)
   * Server example: Migrate build tool from poetry to uv.
   * Fix: Correctly format att_obj in previewSign.
VersionDeltaFile
1.16+4-4security/py-fido2/distinfo
1.19+3-3security/py-fido2/Makefile
+7-72 files

NetBSD/pkgsrc 7JCZ97ggraphics/libwebp distinfo, graphics/libwebp/patches patch-CMakeLists.txt

   libwebp: don't pick up stray SDL2 dependency
VersionDeltaFile
1.1+16-0graphics/libwebp/patches/patch-CMakeLists.txt
1.31+2-1graphics/libwebp/distinfo
+18-12 files

NetBSD/pkgsrc ohSdoRitextproc/R-readxl Makefile

   (textproc/R-readxl) Fix build on Darwin
VersionDeltaFile
1.5+2-2textproc/R-readxl/Makefile
+2-21 files

NetBSD/pkgsrc QzgwNIvdoc CHANGES-2026

   Updated net/openvpn, devel/py-stevedore, devel/py-typing-extensions
VersionDeltaFile
1.4190+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc Jhr6QbBdevel/py-typing-extensions distinfo Makefile

   py-typing-extensions: updated to 4.16.0

   4.16.0 (July 2, 2025)

   No user-facing changes since 4.16.0rc2.

   4.16.0rc2 (June 25, 2026)

   - Avoid a `DeprecationWarning` when `deprecated` is applied to a coroutine function on
     Python 3.14.0.

   4.16.0rc1 (June 24, 2026)

   - Make `typing_extensions.TypeAliasType`'s `__module__` attribute writable.
     Backport of CPython PR
   - Fix setting of `__required_keys__` and `__optional_keys__` when inheriting
     keys with the same name.
   - Add support for `AsyncIterator`, `io.Reader`, `io.Writer` and `os.PathLike` protocols
     as bases for other protocols.

    [28 lines not shown]
VersionDeltaFile
1.29+4-4devel/py-typing-extensions/distinfo
1.33+2-2devel/py-typing-extensions/Makefile
+6-62 files

NetBSD/pkgsrc 9l2xWSadevel/py-stevedore distinfo Makefile

   py-stevedore: updated to 5.9.0

   5.9.0
   * zuul: Use openstack-python3-next-jobs template
   * pre-commit: Bump versions
   * Do not install code to build release notes
   * Drop support for Python 3.10
VersionDeltaFile
1.21+4-4devel/py-stevedore/distinfo
1.29+2-2devel/py-stevedore/Makefile
+6-62 files

NetBSD/pkgsrc NQGGcUDnet/openvpn Makefile.common distinfo, net/openvpn-acct-wtmpx distinfo

   openvpn: updated to 2.7.5

   2.7.5

   mudp: send HMAC reset reply synchronously
   options: fix use-after-free of DNS options on client connect
   Ensure pushed tun-mtu is no lower than TUN_MTU_MIN
   Make get_random return int64 instead of long
   Clean up metadata handling in tls_crypt_v2_extract_client_key
   Ensure we only get the session from valid tokens for external-auth
   Ensure tls-crypt keys are not setup twice
   dco_freebsd: Add check_malloc_return after realloc
   Fix some msg() calls with wrong number of arguments in Windows-only code
   openvpnserv: Address some uninitVariable warnings from cppcheck
   openvpnserv: Fix memory leak when loading DLLs
   renovate: Fix typo in regex manager
   GHA: Maintenance update June 2026
   GHA: Switch to using VS 2026
   Fix 1-byte buffer overrun on NTLMv2 proxy responses.

    [15 lines not shown]
VersionDeltaFile
1.50+5-4net/openvpn/Makefile.common
1.53+4-4net/openvpn-nagios/distinfo
1.56+4-4net/openvpn-acct-wtmpx/distinfo
1.81+4-4net/openvpn/distinfo
1.116+1-2net/openvpn/Makefile
+18-185 files

NetBSD/pkgsrc Yl1rA52devel/protobuf Makefile

   devel/protobuf: Sort USE_CXX_FEATURES properly

   After USE_LANGUAGES, which it modifies.
VersionDeltaFile
1.110+2-2devel/protobuf/Makefile
+2-21 files

NetBSD/pkgsrc LOe8capdoc CHANGES-2026

   Updated lang/py-ast-serialize, devel/py-dulwich, www/py-django-photologue
VersionDeltaFile
1.4189+4-1doc/CHANGES-2026
+4-11 files