NetBSD/pkgsrc 5SCnnLndoc CHANGES-2026

   doc: Updated net/openrsync to 0.20260730
VersionDeltaFile
1.5720+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc QTTNwgWnet/openrsync Makefile distinfo, net/openrsync/patches patch-compats.c patch-extern.h

   net/openrsync: update to openrsync-0.20260730

   Sync with upstream, pulling another year of commits.
   Noteworthy changes:
   * Many portability fixes (with specific regard to NetBSD)
   * Various bug fixes.
   * Several improvents merged from Apple.
   Refer to the github history for more details.
VersionDeltaFile
1.4+8-8net/openrsync/patches/patch-extern.h
1.7+6-6net/openrsync/distinfo
1.5+3-4net/openrsync/Makefile
1.2+3-3net/openrsync/patches/patch-compats.c
+20-214 files

NetBSD/pkgsrc-wip b0f51d1rust-beta Makefile distinfo

rust-beta: update to 1.99.0-beta.3
DeltaFile
+3-3rust-beta/distinfo
+1-1rust-beta/Makefile
+4-42 files

NetBSD/pkgsrc UKE1d6Jdoc CHANGES-2026

   Updated www/py-nbformat, www/py-nbclient
VersionDeltaFile
1.5719+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc QClr0nUwww/py-nbclient distinfo Makefile

   py-nbclient: updated to 0.11.0

   0.11.0

   Maintenance and upkeep improvements

   Minor cleanup and bump minimal versions.

   Other merged PRs

   no-numfocus funding + Zizmor
   ignore parallel closing error
   Remove out of date badges about Python version.
   Ignore new warning from ipykernel about encryption
   drop leftover ref. to async_generator
   Replace @flaky.flaky decorate with pytest marker
VersionDeltaFile
1.21+15-16www/py-nbclient/Makefile
1.15+4-4www/py-nbclient/distinfo
+19-202 files

NetBSD/pkgsrc 9XocIvewww/py-nbformat distinfo Makefile

   py-nbformat: updated to 5.11.1

   5.11.1

   Merged PRs

   - Try to skip publishing to NPM to be able to publish a patch version on PYPI
   - disable pendingdeprecationWarnings for now
   - Bump github/codeql-action from 4.37.3 to 4.37.5 in the actions group
   - Clarify normalize guidance in the changelog
   - fix steps to skip
VersionDeltaFile
1.21+6-10www/py-nbformat/Makefile
1.16+4-4www/py-nbformat/distinfo
+10-142 files

NetBSD/src ZKrqioTdoc CHANGES

   doc: Another typo.
VersionDeltaFile
1.3290+2-2doc/CHANGES
+2-21 files

NetBSD/pkgsrc 6lqGH8Edoc CHANGES-2026

   Updated security/py-gssapi, security/py-pyspnego
VersionDeltaFile
1.5718+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc FbLy6bosecurity/py-pyspnego distinfo Makefile

   py-pyspnego: updated to 0.12.2

   0.12.2 - 2026-08-26

   * Fix up NTLM single host data unpacking to be less strict making it compatible with newer Windows versions
   * Use canoncial Kerberos client principal from `kinit` operation, this avoid issues around not being able to find TGT in cache during Kerberos authentication
VersionDeltaFile
1.14+4-6security/py-pyspnego/Makefile
1.9+4-4security/py-pyspnego/distinfo
+8-102 files

NetBSD/pkgsrc pgf293Csecurity/py-gssapi distinfo Makefile

   py-gssapi: updated to 1.12.0

   1.12.0
   Build and test CPython 3.15
VersionDeltaFile
1.27+4-4security/py-gssapi/distinfo
1.36+4-4security/py-gssapi/Makefile
+8-82 files

NetBSD/pkgsrc KjqVRXzdoc CHANGES-2026

   Updated devel/py-dulwich, devel/py-pkginfo
VersionDeltaFile
1.5717+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 9aDWk3kdevel/py-pkginfo distinfo Makefile

   py-pkginfo: updated to 1.13

   1.13.0 (2026-08-29)

   - Support 'metadata_version' == '2.5' (PEP 794).
   - Add support for Python 3.14.
   - Drop support for Python 3.9.
   - Drop support for Python 3.8.
VersionDeltaFile
1.30+4-7devel/py-pkginfo/Makefile
1.23+4-4devel/py-pkginfo/distinfo
+8-112 files

NetBSD/pkgsrc 34ibkncdevel/py-dulwich cargo-depends.mk Makefile

   py-dulwich: updated to 1.2.14

   1.2.14  2026-08-28

   * Collapse consecutive `**` segments in wildmatch translation, matching
     git's behavior and avoiding catastrophic regex backtracking on patterns
     like `a/**/**/**/z` from untrusted repositories. (netliomax25-code)

   1.2.13  2026-08-24

   * Make concurrent ``Pack.get_raw`` calls thread-safe by synchronizing
     ``PackData``'s resolved-object offset cache.
     (Bojan Zivanovic)

   * Speed up cached `PackData.get_object_at` lookups by acquiring the
     offset-cache lock directly instead of through a `with` statement.
     (Bojan Zivanovic)

   * Bound fetch negotiation the way C Git's ``MAX_IN_VAIN`` does: give up

    [77 lines not shown]
VersionDeltaFile
1.83+7-7devel/py-dulwich/distinfo
1.43+4-1devel/py-dulwich/PLIST
1.88+2-2devel/py-dulwich/Makefile
1.20+1-1devel/py-dulwich/cargo-depends.mk
+14-114 files

NetBSD/pkgsrc fm2wiwQdoc CHANGES-2026

   Updated devel/orc
VersionDeltaFile
1.5716+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc I55F5qddevel/orc Makefile distinfo

   orc: updated to 0.4.43

   0.4.43

   - Add AVX512 support (Jorge Zapata)
   - neon: add divluw rule (used in GStreamer's compositor, videomixer, gaudieffects and alpha-blending code paths) (Jeongkeun Kim)
   - neon: add mulslq, mululq rules, shlq, shrsq, shruq (used in GStreamer's audio processing element) (Jeongkeun Kim)
   - orccodemem: Invalidate code chunks when recycling for QEMU (Jorge Zapata)
   - orcprogram-c: Allow negative constants (Carlos Falgueras García)
   - arm, neon: Split ARM and NEON logic into 32b and 64b (Carlos Falgueras García)
   - RISC-V: many fixes and enhancements, including some new rules (Felix Gong, Yao Zi, Brad Smith)
   - LoongArch: various fixes and enhancements (Jin Bo)
   - OpenBSD/FreeBSD improvements (Brad Smith)
   - Miscellaneous fixes (Brad Smith, Jorge Zapata)
   - ci fixes (Jorge Zapata, L. E. Segovia, Tim-Philipp Müller)
VersionDeltaFile
1.34+4-4devel/orc/distinfo
1.22+5-3devel/orc/PLIST
1.33+2-2devel/orc/Makefile
+11-93 files

NetBSD/pkgsrc HvKbhZ0doc CHANGES-2026

   doc: Updated www/resterm to 1.5.1
VersionDeltaFile
1.5715+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc XN5et9lwww/resterm go-modules.mk Makefile

   resterm: Update to 1.5.1

   Fixed
   Failed streams keep their transcript
   Stream failures keep their original cause
   IPv6 redirects and limits

   Headless API note
VersionDeltaFile
1.38+3-3www/resterm/distinfo
1.42+1-1www/resterm/Makefile
1.29+0-0www/resterm/go-modules.mk
+4-43 files

NetBSD/src BctGmyWshare/man/man5 mk.conf.5

   MKBSDDIFF has been yes for some time.
VersionDeltaFile
1.125+3-3share/man/man5/mk.conf.5
+3-31 files

NetBSD/pkgsrc 7eqprTkdoc CHANGES-2026

   Updated devel/py-wrapt, security/py-joserfc
VersionDeltaFile
1.5714+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc bRMznn5security/py-joserfc Makefile distinfo

   py-joserfc: updated to 1.7.5

   1.7.5
   - **JWK**: Ignore keys with unknown ``kty`` values when importing a key set.
   - **JWE**: Add ``max_recipients`` to ``JWERegistry``.
VersionDeltaFile
1.6+4-4security/py-joserfc/distinfo
1.6+2-2security/py-joserfc/Makefile
+6-62 files

NetBSD/pkgsrc vc90y51devel/py-wrapt Makefile PLIST

   py-wrapt: updated to 2.4.0

   2.4.0
   https://wrapt.readthedocs.io/en/latest/changes.html#version-2-4-0
VersionDeltaFile
1.29+4-4devel/py-wrapt/distinfo
1.10+4-1devel/py-wrapt/PLIST
1.35+2-2devel/py-wrapt/Makefile
+10-73 files

NetBSD/src 1RVX7VIshare/man/man4 virtio.4

   virtio(4): replace explicit `.Nm virtio' with .Nm in description.

   The name is inherited from the title.
VersionDeltaFile
1.14+2-2share/man/man4/virtio.4
+2-21 files

NetBSD/src 63Eck5Edoc CHANGES-10.2

   note mdoc.local fixes
VersionDeltaFile
1.1.2.128+6-1doc/CHANGES-10.2
+6-11 files

NetBSD/src 7ifvYWcdoc CHANGES

   doc: This was actually a dd(1) change.

   Call it force of habit...
VersionDeltaFile
1.3289+2-2doc/CHANGES
+2-21 files

NetBSD/src sWEZuTNexternal/gpl2/groff/tmac mdoc.local

   Fix doc-operating-system and doc-default-operating-system after those
   got accidently broken by a pullup to current in ticket #1219.
VersionDeltaFile
1.7.6.13+3-3external/gpl2/groff/tmac/mdoc.local
+3-31 files

NetBSD/src N1c2ZFmdoc CHANGES

   doc: fix typo
VersionDeltaFile
1.3288+2-2doc/CHANGES
+2-21 files

NetBSD/src ylFb3cedoc CHANGES

   doc: Changes for August.
VersionDeltaFile
1.3287+46-1doc/CHANGES
+46-11 files

NetBSD/pkgsrc lIENNS8doc TODO CHANGES-2026

   doc: Updated devel/py-pydantic to 2.13.5
VersionDeltaFile
1.27861+1-2doc/TODO
1.5713+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc N5daCHvdoc CHANGES-2026

   doc: Updated devel/py-pydantic-core to 2.46.5
VersionDeltaFile
1.5712+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 85aJeyOdevel/py-pydantic distinfo Makefile, devel/py-pydantic-core distinfo Makefile

   py-pydantic*: update to 2.13.5

   Fixes

       Allow reuse of validators when plugins are set by @Viicos in #13535
       Fix missing GC traversal on some pydantic-core struct fields by @Viicos in #13624
       Fix missing GC traversal in pydantic-core for GeneralFieldsSerializer by @Viicos in #13629
       Count validated model fields once in smart unions by @tamird in #13731
VersionDeltaFile
1.42+6-3devel/py-pydantic/Makefile
1.38+4-4devel/py-pydantic/distinfo
1.36+4-4devel/py-pydantic-core/distinfo
1.38+4-4devel/py-pydantic-core/Makefile
+18-154 files