NetBSD/pkgsrc qjdpSFLdoc CHANGES-2026

   Updated sysutils/py-eliot, parallel/py-ipyparallel
VersionDeltaFile
1.3155+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc olYxxAeparallel/py-ipyparallel Makefile PLIST

   py-ipyparallel: updated to 9.2.0

   9.2.0 updates JupyterLab extension dependencies and removes some use of deprecated APIs in ipykernel.
VersionDeltaFile
1.22+3-8parallel/py-ipyparallel/Makefile
1.15+5-5parallel/py-ipyparallel/PLIST
1.13+4-4parallel/py-ipyparallel/distinfo
+12-173 files

NetBSD/pkgsrc Kc7IyhXsysutils/py-eliot Makefile distinfo

   py-eliot: updated to 1.18.0

   1.18.0

   Bug fixes:

   * Fixed traceback-logging issue in threaded logger on some versions of Python.

   Enhancements:

   * JSON logging will now output a repr for unserializable objects, rather than blowing up and failing to log. Thanks to Maciej Katafiasz for the patch.
   * Official support for Python 3.14.

   Deprecations and removals:

   * Dropped support for Python 3.9.
VersionDeltaFile
1.14+6-10sysutils/py-eliot/Makefile
1.11+4-4sysutils/py-eliot/distinfo
+10-142 files

NetBSD/pkgsrc sQIKExddoc CHANGES-2026

   doc: Updated lang/ruby40 to 4.0.5
VersionDeltaFile
1.3154+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc tJwURG2lang/ruby rubyversion.mk, lang/ruby40 distinfo

   lang/ruby40: update to 4.0.5

   Ruby 4.0.5 (2026-05-20)

   * CVE-2026-46727: Use-after-free in pthread-based getaddrinfo timeout
     handler

   * Bug #22065: make rdoc fails with invalid byte sequence in US-ASCII on Ruby
     4.0.4 under C locale - Ruby - Ruby Issue Tracking System
VersionDeltaFile
1.1+15-0lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.4_lib_rdoc_encoding.rb
1.9+5-6lang/ruby40/distinfo
1.324+3-3lang/ruby/rubyversion.mk
1.2+1-1lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.3_lib_rdoc_parser_c.rb
+24-104 files

NetBSD/pkgsrc wXDDHGXdoc CHANGES-2026

   doc: Updated net/bind918 to 9.18.49
VersionDeltaFile
1.3153+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc gF7FAPcnet/bind918 distinfo Makefile

   net/bind918: update to 9.18.49

   BIND 9.18.49 (2026-05-20)

   Security Fixes

   * Limit resolver server list size. (CVE-2026-3592)

     When resolving a domain with many nameservers that shared overlapping IP
     addresses (e.g., 10 NS records all pointing at the same set of addresses),
     BIND could previously waste time querying duplicate addresses and build up
     excessively large server lists.  Addresses in the resolver's server list
     are now deduplicated so that each unique IP is only queried once per
     resolution attempt, regardless of how many NS records point to it.  The
     number of addresses stored per nameserver name is also now capped at six
     (combined A and AAAA), preventing memory and CPU overhead from domains
     with unusually large NS/glue sets.

     ISC would like to thank Shuhan Zhang from Tsinghua University for

    [72 lines not shown]
VersionDeltaFile
1.40+4-4net/bind918/distinfo
1.68+2-2net/bind918/Makefile
+6-62 files

NetBSD/pkgsrc SSNn8xbdoc CHANGES-2026

   Updated devel/py-pathable, devel/py-decorator
VersionDeltaFile
1.3152+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc BDzcwLUdevel/py-decorator PLIST distinfo

   py-decorator: updated to 5.3.1

   5.3.1 (2026-05-18)

   Added license SPDX identifier to pyproject.toml (reported by
   Christian Lackas).

   5.3.0 (2026-05-17)

   Added official support for Python 3.14 (thanks to Hugo van Kemenade,
   David Cain and the GitHub user bersbersbers).
   Fixed a bug with "return await" contributed by Kadir Can Ozden.
   Moved decorator.py to a package structure (`decorator/__init__.py`) and
   added a stub file (`decorator/__init__.pyi`) contributed by Marco Gorelli.
VersionDeltaFile
1.5+6-5devel/py-decorator/PLIST
1.21+4-4devel/py-decorator/distinfo
1.24+2-3devel/py-decorator/Makefile
+12-123 files

NetBSD/pkgsrc lyDrtKZdevel/py-pathable distinfo Makefile

   py-pathable: updated to 0.6.0

   0.6.0

   Fieatures

   Per-accessor identity contract

   Upgrades

   Python 3.14 support
VersionDeltaFile
1.4+4-4devel/py-pathable/distinfo
1.5+2-2devel/py-pathable/Makefile
+6-62 files

NetBSD/pkgsrc 1TgJAqbdoc CHANGES-2026

   Updated www/py-scrapy, lang/py-findpython
VersionDeltaFile
1.3151+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 9WDyO4jlang/py-findpython Makefile distinfo

   py-findpython: updated to 0.8.0

   0.8.0

   Bug Fixes

   Correct script execution command in _run_script function
   Update required Python version to 3.9 in pyproject.toml and streamline CI configuration
VersionDeltaFile
1.14+3-5lang/py-findpython/Makefile
1.12+4-4lang/py-findpython/distinfo
+7-92 files

NetBSD/pkgsrc zOF7pL2textproc/inlyne distinfo cargo-depends.mk, textproc/inlyne/patches patch-.._vendor_mio-0.8.11_src_sys_unix_selector_kqueue.rs patch-.._vendor_metrics-0.24.0_src_recorder_mod.rs

   textproc/inlyne: update to 0.5.2

   0.5.2 - 2026-05-19

   Adds back the macOS x64 target that was dropped the past release, and updates most of our dependencies.
   Deprecations

       Replaces the Visual Studio Dark+ syntax highlighting theme with the default dark theme, and emit a deprecation warning (6ce93ce)

   Releases

       Add x86_64 (intel-based) macOS back to CI (#451)

   Internal

       Update all of the dependencies outside of rendering related ones (#448)

   0.5.1 - 2026-05-13
   Features

    [29 lines not shown]
VersionDeltaFile
1.10+1,352-1,073textproc/inlyne/distinfo
1.9+449-357textproc/inlyne/cargo-depends.mk
1.1+18-0textproc/inlyne/patches/patch-.._vendor_mio-0.8.11_src_sys_unix_selector_kqueue.rs
1.16+4-4textproc/inlyne/Makefile
1.2+1-1textproc/inlyne/patches/patch-.._vendor_metrics-0.24.0_src_recorder_mod.rs
+1,824-1,4355 files

NetBSD/pkgsrc NowtzCKwww/py-scrapy PLIST distinfo

   py-scrapy: updated to 2.16.0

   Scrapy 2.16.0 (2026-05-19)

   Highlights:

   -   Official support for Python 3.14
   -   Support for Twisted 26.4.0+

   Modified requirements

   -   Increased the minimum versions of the following dependencies:

       - service_identity_: 18.1.0 → 23.1.0

   -   Added support for Twisted 26.4.0+.
   -   Added support for Python 3.14.

   Backward-incompatible changes

    [141 lines not shown]
VersionDeltaFile
1.18+7-19www/py-scrapy/PLIST
1.30+4-4www/py-scrapy/distinfo
1.40+3-3www/py-scrapy/Makefile
+14-263 files

NetBSD/pkgsrc T2YV518doc CHANGES-2026

   doc: Updated graphics/feh to 3.12.2
VersionDeltaFile
1.3150+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc o26JTuegraphics/feh distinfo Makefile

   graphics/feh: update to 3.12.2

   [2026-05-07]
    - Treat audio/mpeg files as images and display their cover image, if present (patch by Christian Hesse)
    - Fix menu-related focusing issues under Xwayland (patch by Pete Scheyen)
    - Support reproducible builds for feh(1) manual (patch by Christian Hesse)
VersionDeltaFile
1.76+4-4graphics/feh/distinfo
1.149+2-3graphics/feh/Makefile
+6-72 files

NetBSD/pkgsrc UG1l23jdoc CHANGES-2026

   doc: Updated news/eilmeldung to 1.5.3
VersionDeltaFile
1.3149+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc z3x2B0rnews/eilmeldung distinfo cargo-depends.mk

   news/eilmeldung: update to 1.5.3

    - two new options for showing the current position

       - article_list_show_position = true to show an indicator of current position in article list (top right)
       - content_show_position = true to show indicator of current position in article content (bottom right)
       - the to options are set to true by default; just add the following two lines at the root level of your config.toml to deactivate the indicators

       article_list_show_position = false
       content_show_position = false

    - Breaking Change: icon customization heavily refactored

       - you can now customize all icons appearing in eilmeldung
       - there are two preset, nerd (default) and ascii
       - there is a new configuration section [icon_set] in which you can overwrite all icons to your likings
       - if you have defined customized icons, move the settings into [icon_set], add preset="nerd" and remove the _icon suffix from your settings.
       - you can consult the documentation in docs/configuration.md, section Icon Set


    [5 lines not shown]
VersionDeltaFile
1.5+139-133news/eilmeldung/distinfo
1.5+45-43news/eilmeldung/cargo-depends.mk
1.5+4-4news/eilmeldung/Makefile
+188-1803 files

NetBSD/pkgsrc 8o17mcIdoc CHANGES-2026

   doc: Updated games/chess-tui to 2.7.0
VersionDeltaFile
1.3148+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Ab09bYugames/chess-tui distinfo cargo-depends.mk

   games/chess-tui: update to 2.7.0

   2.7.0
   Bug Fixes

       Correct doc url in error msg (#272) (c35324e)
       Auto convert color when env COLORTERM is not here (#276) (0ef2d03)

   Chore

       deps-dev: Bump typescript from 5.6.3 to 6.0.3 in /website (#264) (a4c94b5)
       deps: Bump react and react-dom in /website (#265) (a46a9bc)
       deps-dev: Bump puppeteer from 24.42.0 to 24.43.0 in /website (#266) (1f7e479)
       Fix blog 2.6.0 (164c516)
       Bump 2.7.0 (e848a10)

   Documentation

       Readme + first contributors in the cliff release (ffbc3b4)

    [59 lines not shown]
VersionDeltaFile
1.14+952-547games/chess-tui/distinfo
1.13+316-181games/chess-tui/cargo-depends.mk
1.14+5-4games/chess-tui/Makefile
+1,273-7323 files

NetBSD/pkgsrc-wip 82a0a4fzellij distinfo cargo-depends.mk

remove zellij: importing soon
DeltaFile
+0-1,469zellij/distinfo
+0-490zellij/cargo-depends.mk
+0-29zellij/Makefile
+0-4zellij/DESCR
+0-3zellij/COMMIT_MSG
+0-2zellij/PLIST
+0-1,9971 files not shown
+0-1,9987 files

NetBSD/pkgsrc Rk926jmdoc CHANGES-2026

   Updated security/gpgme, finance/py-braintree
VersionDeltaFile
1.3147+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc c6RZN45finance/py-braintree PLIST distinfo

   py-braintree: updated to 4.43.0

   4.43.0

   Add Local Payment Context support with LocalPaymentContextGateway.create and LocalPaymentContextGateway.find methods
   Add support for MBWAY and CRYPTO payment types
   Add acquirerReferenceNumber to transaction search object
   Add international_phone to Customer in Transaction
   Deprecate merchant create functionality
   Remove account_funding_transaction from the Transaction request
   Add api_request_key (idempotency) support for Transaction.sale(), Transaction.credit(), Transaction.submit_for_settlement(), Transaction.submit_for_partial_settlement(), Transaction.void(), and Transaction.refund()
   Add surchargeAmount to transaction object
   Add max_connection_idle_seconds for request configuration
   Add support for apple pay card verifications
VersionDeltaFile
1.34+22-1finance/py-braintree/PLIST
1.69+4-4finance/py-braintree/distinfo
1.70+2-2finance/py-braintree/Makefile
+28-73 files

NetBSD/pkgsrc me86wXCsecurity/gpgme distinfo Makefile

   gpgme: updated to 2.1.0

   Noteworthy changes in version 2.1.0 (2026-05-18)

   * New flags "is_de_vs" and "beta_compliance" for encryption results.

   * New decryption flag GPGME_DECRYPT_SESSION_HASH and new field
     session_hash in gpgme_decrypt_result_t.  For details see the gpg
     option --show-session-key.

   * Setting of attributes for CMS signatures is now supported via
     gpgme_sig_notation_add.

   * New context flag "export-filter".

   * Extend the internal gpgsm_assuan_simple_command to consume all
     received lines.  This fixes a possible lockup introduced by the
     fix for T7759.


    [19 lines not shown]
VersionDeltaFile
1.65+4-4security/gpgme/distinfo
1.129+3-3security/gpgme/Makefile
+7-72 files

NetBSD/pkgsrc O07sb7adoc CHANGES-2026

   Updated www/py-django-cms, www/py-djangocms-link
VersionDeltaFile
1.3146+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc LQTZ74ewww/py-djangocms-link distinfo Makefile

   py-djangocms-link: updated to 5.1.1

   5.1.1 (2026-02-26)
   * fix: Fail silently on uninstalled models or apps
VersionDeltaFile
1.13+4-4www/py-djangocms-link/distinfo
1.15+2-2www/py-djangocms-link/Makefile
+6-62 files

NetBSD/pkgsrc HexnY54www/py-django-cms Makefile distinfo

   py-django-cms: updated to 5.0.7

   5.0.7

   docs: Remove reference to page_moved signal which is never called
   fix: Keep GET params when toggling structure mode
   fix: slug and overwrite_url caching failed in read-only change_views
   fix: Add missing pin icon for external placeholders
   fix: Chunk size was missing for plugin queryset.iterator()
   fix: Proxy models of CMSPlugin were not downcasted correctly
   fix: Inline editing could circumvent permissions
   fix: Fallback languages rendered empty (when not redirecting)
   fix: DiffDOM sometimes left garbled head section
   fix: Add page_title parameter to cms.api.create_page function
   fix: XSS vulnerability in validator error message
   fix: Deleting a non-local plugin did not refresh the screen
   fix: Compatibility shim for Page.objects.order_by used non-existing fields
   fix: Convert value to string in ApplicationConfigSelect.
   fix: Migrations with a custom user model caused a Programming error

    [4 lines not shown]
VersionDeltaFile
1.65+3-5www/py-django-cms/Makefile
1.54+4-4www/py-django-cms/distinfo
1.44+4-2www/py-django-cms/PLIST
+11-113 files

NetBSD/pkgsrc-wip b5fa74apy-apycula PLIST Makefile, py-noiseprotocol PLIST Makefile

py-apycula, py-noiseprotocol, py-slip10: removed; already in base
DeltaFile
+0-74py-noiseprotocol/PLIST
+0-73py-apycula/PLIST
+0-24py-slip10/Makefile
+0-20py-noiseprotocol/Makefile
+0-18py-apycula/Makefile
+0-16py-slip10/PLIST
+0-22511 files not shown
+1-26517 files

NetBSD/pkgsrc-wip 06fa5e8prusaslicer PLIST distinfo

prusaslicer: Update to 2.9.5

This is final release of PrusaSlicer 2.9.5, introducing substantial
improvements in SLA slicing pipeline. Please, read change logs of 2.9.5-beta2
and 2.9.5-rc1 for more detailed description of the new features with respect
to 2.9.4.

PrusaSlicer 2.9.5-rc1 Pre-release

Summary

This is the first release candidate of PrusaSlicer 2.9.5. Read the change log
of 2.9.5-beta2 to see complete list of changes compared to 2.9.4.

The release candidate saves its profiles into the regular PrusaSlicer
configuration directory. When you first run it, it will search for all
configurations produced by alpha or beta versions and offer to create a copy
of the latest one.


    [101 lines not shown]
DeltaFile
+22-0prusaslicer/PLIST
+3-3prusaslicer/distinfo
+1-1prusaslicer/Makefile
+26-43 files

NetBSD/pkgsrc wd8qmqodoc CHANGES-2026

   Updated www/py-django-polymorphic, www/py-django-import-export, www/py-django-modelcluster, www/py-django-formtools
VersionDeltaFile
1.3145+5-1doc/CHANGES-2026
+5-11 files