NetBSD/pkgsrc CV0nvHvdoc CHANGES-2026

   Updated graphics/py-Pillow, textproc/py-colored
VersionDeltaFile
1.2058+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc JhXNu9Ztextproc/py-colored distinfo Makefile

   py-colored: updated to 2.3.2

   2.3.2

   Added

   Added tests_pytest/ suite with pytest-based tests for foreground, background, styles, exceptions, hex color matching, and convert functionality.

   Fixed

   Fixed mypy type error in hexadecimal.py: changed color parameter type from str | int to str in Hex.find(), as the method requires string input for len() and indexing operations.
   Fixed mypy type errors in attributes.py: added missing return type annotation (-> None) to MetaStyle.__getattr__() and replaced bare dict with dict[str, str] for _STYLES and _COLORS class attributes.
   Fixed ValueError in Colored.enabled() when FORCE_COLOR environment variable contains a non-integer value (e.g. FORCE_COLOR=yes): invalid values are now treated as enabled.
   Fixed Controls.nav() ignoring column=0 due to falsy check: changed if column: to if column is not None: so cursor position at column 0 (start of line) works correctly.
   Fixed ValueError crash in Hex.find() when passing an invalid hex string (e.g. #FF, #AABBCCDD): added format validation that raises InvalidHexColor for strings that are not 4 or 7 characters long starting with #.
   Fixed RGB values out of range in Utilities.is_percentage(): values are now clamped to [0, 255] to always produce valid ANSI escape sequences without breaking existing code.
   Fixed incorrect return type annotation -> None on __getattr__ in MetaStyle, MetaFore, and MetaBack metaclasses: changed to -> NoReturn since these methods always raise an exception and never return.
   Fixed Utilities.set_colorterm() losing the default truecolor value when $COLORTERM is not set in the environment: changed fallback from '' to self.colorterm to preserve the initialized default.
   Renamed misleading Hex.cube() method to Hex.square() to correctly reflect its calculation (x*x), which is the intended least squares fit operation.
VersionDeltaFile
1.14+4-4textproc/py-colored/distinfo
1.16+2-2textproc/py-colored/Makefile
+6-62 files

NetBSD/pkgsrc ahUn9tRgraphics/py-Pillow distinfo Makefile

   py-Pillow: updated to 12.2.0

   12.2.0

   Update 12.2.0 release notes
   Add loader plugins: AMOS abk, Atari Degas, 40+ more obscure formats via Netpbm
   Update Python versions
   Jeffrey A. Clark -> Jeffrey 'Alex' Clark
   Add release notes for
   Add Amiga Workbench .info loader to 3rd party plugins list
   Merge PFM documentation into PPM
   Update macOS tested Pillow versions
   Fix CVE number
VersionDeltaFile
1.73+4-4graphics/py-Pillow/distinfo
1.101+2-2graphics/py-Pillow/Makefile
+6-62 files

NetBSD/pkgsrc A2S1osrdoc eol-packages TODO

   doc: ruby 3.2 is EOL
VersionDeltaFile
1.28+7-1doc/eol-packages
1.27036+2-3doc/TODO
1.754+2-1doc/pkg-vulnerabilities
+11-53 files

NetBSD/pkgsrc qDxCLLMdoc CHANGES-2026

   Updated lang/py-mypy, devel/py-test-mypy-plugins
VersionDeltaFile
1.2057+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc wKfTov0devel/py-test-mypy-plugins distinfo Makefile

   py-test-mypy-plugins: updated to 4.0.0

   4.0.0

   Bugfixes

   Breaking: Errors are now ignored in site-packages by default. The --mypy-only-local-stub flag
   has been removed and replaced with --mypy-no-silence-site-packages which can be used to restore
   the previous behavior if needed. This change was made to avoid errors being raised when enabling
   certain mypy options, e.g. the explicit-override error code or the --disallow-subclassing-any
   flag, which resulted in violations due to these not being supported with the stubs provided by
   typeshed for the standard library. In addition, this affected other error codes or flags for some
   third-party libraries in django-stubs.

   Breaking: When running in a subprocess (the default), PYTHONPATH is no longer set. With the
   above change, violations would still be raised in the main module for a test case, but those that
   were flagged in imported modules would no longer be raised. This was because these modules were
   being added to PYTHONPATH which caused mypy to treat them as belonging in site-packages and not
   as part of the first-party package. The new --mypy-modify-pythonpath flag can be used to revert
   to the previous behavior if needed.
VersionDeltaFile
1.7+4-4devel/py-test-mypy-plugins/distinfo
1.12+2-2devel/py-test-mypy-plugins/Makefile
+6-62 files

NetBSD/pkgsrc B9G8GNRlang/py-mypy PLIST Makefile

   py-mypy: updated to 1.20.0

   1.20.0

   * Planned Changes to Defaults and Flags in Mypy 2.0
   * Better Type Narrowing
   * Drop Support for Python 3.9
   * Mypyc Accelerated Mypy Wheels for ARM Windows and Free Threading
   * Improved Compatibility for Local Partial Types
   * The inferred type of 'x' is always 'int | None'.
   * Python 3.14 T-String Support (PEP 750)
   * Experimental New Parser
   * Performance Improvements
   * Improvements to Allowing Redefinitions
   * mypy: allow-redefinition-new, local-partial-types
   * Incremental Checking Improvements
   * Fixes to Crashes
   * Mypyc: Faster Imports on macOS
   * librt: Mypyc Standard Library

    [9 lines not shown]
VersionDeltaFile
1.43+91-5lang/py-mypy/PLIST
1.68+5-10lang/py-mypy/Makefile
1.62+4-4lang/py-mypy/distinfo
+100-193 files

NetBSD/pkgsrc-wip 015f3bachromium COMMIT_MSG distinfo

chromium: update to 146.0.7680.177
DeltaFile
+46-19chromium/COMMIT_MSG
+9-9chromium/distinfo
+2-2chromium/Makefile
+57-303 files

NetBSD/pkgsrc-wip f4fbc30esbuild COMMIT_MSG distinfo

esbuild: update to 0.27.5
DeltaFile
+12-0esbuild/COMMIT_MSG
+3-3esbuild/distinfo
+1-2esbuild/Makefile
+16-53 files

NetBSD/src bUueJASsys/arch/aarch64/include pte.h

   Add some stage-2 defines
VersionDeltaFile
1.15+20-1sys/arch/aarch64/include/pte.h
+20-11 files

NetBSD/pkgsrc-wip e5ac4fe. Makefile, esbuild Makefile DESCR

Import www/esbuild
DeltaFile
+19-0esbuild/Makefile
+14-0esbuild/DESCR
+11-0esbuild/distinfo
+4-0esbuild/go-modules.mk
+2-0esbuild/PLIST
+1-0Makefile
+51-06 files

NetBSD/src rQbvMY4sys/arch/aarch64/aarch64 locore.S

   Print some more EL2 system registers in DEBUG_LOCORE
VersionDeltaFile
1.100+6-2sys/arch/aarch64/aarch64/locore.S
+6-21 files

NetBSD/pkgsrc-wip a4d8f09. TODO, wlroots PLIST distinfo

wlroots: revert update, dependencies still want 0.19
DeltaFile
+121-125wlroots/PLIST
+3-3wlroots/distinfo
+1-1wlroots/Makefile
+1-0TODO
+126-1294 files

NetBSD/pkgsrc pmWx7Oaprint Makefile

   print/Makefile: sort
VersionDeltaFile
1.960+3-3print/Makefile
+3-31 files

NetBSD/pkgsrc ZUXbT9tdoc CHANGES-2026

   Updated devel/py-types-setuptools, time/py-types-python-dateutil
VersionDeltaFile
1.2056+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc NKZxRmCtime/py-types-python-dateutil distinfo Makefile

   py-types-python-dateutil: updated to 2.9.0.20260402

   2.9.0.20260402

   Update mypy to 1.20.0
VersionDeltaFile
1.18+4-4time/py-types-python-dateutil/distinfo
1.20+2-2time/py-types-python-dateutil/Makefile
+6-62 files

NetBSD/pkgsrc CJ2hAtldevel/py-types-setuptools distinfo Makefile

   py-types-setuptools: updated to 82.0.0.20260402

   82.0.0.20260402

   Rename `requires` to `dependencies` in METADATA files
   Update most test/lint dependencies
   Update mypy to 1.20.0
VersionDeltaFile
1.61+4-4devel/py-types-setuptools/distinfo
1.65+2-2devel/py-types-setuptools/Makefile
+6-62 files

NetBSD/src kRVSWMJsys/arch/m68k/include pmap_motorola.h pmap_68k.h, sys/arch/m68k/m68k m68k_trap.c

   Merge the m68k trap code.  Still a bit more tidying up to do here, but
   this eliminates a significant chunk of code duplication.

   Biggest change here is for Amiga, whose different-from-everyone-else's
   68040 write-back code was voted off the island.
VersionDeltaFile
1.8+623-23sys/arch/m68k/m68k/m68k_trap.c
1.1+125-0sys/arch/sun68k/sun68k/sun68k_trap.c
1.53+7-1sys/arch/m68k/include/pmap_motorola.h
1.12+7-1sys/arch/m68k/include/pmap_68k.h
1.33+7-1sys/arch/sun3/include/pmap3x.h
1.54+3-3sys/arch/sun2/sun2/pmap.c
+772-2930 files not shown
+820-8936 files

NetBSD/pkgsrc Lpzoh9Gdoc CHANGES-2026

   doc: Updated news/newsraft to 0.36
VersionDeltaFile
1.2055+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc csskyUbnews/newsraft distinfo Makefile

   newsraft: update to 0.36

   - fix year 2038 overflow in If-Modified-Since header
   - set window title with an escape sequence
   - update build instructions for macOS
   - cancel search input with ^C key
   - discard search query text on search input canceling
   - extend menu-responsiveness setting to feeds and sections
   - update items menu on mark-read-all regardless of menu-responsiveness
   - respect RFC 3986 when detecting links in pager
VersionDeltaFile
1.14+4-4news/newsraft/distinfo
1.29+2-3news/newsraft/Makefile
+6-72 files

NetBSD/pkgsrc 9LntDf9chat/element-web Makefile distinfo, chat/element-web/files gpgkey-element.gpg

   chat/element-web: Add verify-signature target
VersionDeltaFile
1.43+11-10chat/element-web/Makefile
1.45+4-1chat/element-web/distinfo
1.1+0-0chat/element-web/files/gpgkey-element.gpg
+15-113 files

NetBSD/pkgsrc NZaoZHkdevel/objfw options.mk Makefile

   devel/objfw: Always use system compiler on Darwin

   This removes the clang option for Darwin.
VersionDeltaFile
1.7+7-5devel/objfw/options.mk
1.64+2-1devel/objfw/Makefile
+9-62 files

NetBSD/src fG6k60Alib/libm/src e_hypotl.c

   Fix case of normal numbers starting with a highword of 0x0 for m68k.

   In the case of mac68k there can still be normal numbers with a highword
   value of 0.  This differs from x86 where they would be considered denormals.
VersionDeltaFile
1.4+1-1lib/libm/src/e_hypotl.c
+1-11 files

NetBSD/src PCZlyzcsys/arch/m68k/include float.h

   No need for special handling for m68ksf.

   Also the previous LDBL_MIN was a denormal on m68k...opps.
VersionDeltaFile
1.28+1-8sys/arch/m68k/include/float.h
+1-81 files

NetBSD/pkgsrc nTw0kHXdoc CHANGES-2026

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

NetBSD/pkgsrc UvLKPIUnet/bind918 distinfo Makefile

   net/bind918: update to 9.18.48

   9.18.48 (2026-04-01)

   Security Fixes

   * Fix crash when reconfiguring zone update policy during active updates.

     We fixed a crash that could occur when running rndc reconfig to change a
     zone's update policy (e.g., from allow-update to update-policy) while DNS
     UPDATE requests were being processed for that zone.

     ISC would like to thank Vitaly Simonovich for bringing this issue to our
     attention.  [GL #5817]

   Bug Fixes

   * Fix a crash triggered by rndc modzone on a zone from a configuration file.


    [10 lines not shown]
VersionDeltaFile
1.39+4-4net/bind918/distinfo
1.67+2-2net/bind918/Makefile
+6-62 files

NetBSD/pkgsrc 1nqKxFWdoc CHANGES-pkgsrc-2026Q1

   doc: update for #7067
VersionDeltaFile
1.1.2.5+4-1doc/CHANGES-pkgsrc-2026Q1
+4-11 files

NetBSD/pkgsrc fieBADQgraphics/xplot distinfo, graphics/xplot/patches patch-configure patch-configure

   Pullup ticket #7067 - requested by wiz
   graphics/xplot: Build fix

   Revisions pulled up:
   - graphics/xplot/distinfo                                       1.15
   - graphics/xplot/patches/patch-ab                               1.8
   - graphics/xplot/patches/patch-configure                        1.1

   ---
      Module Name:      pkgsrc
      Committed By:     wiz
      Date:             Wed Apr  1 06:46:56 UTC 2026

      Modified Files:
        pkgsrc/graphics/xplot: distinfo
        pkgsrc/graphics/xplot/patches: patch-ab
      Added Files:
        pkgsrc/graphics/xplot/patches: patch-configure


    [4 lines not shown]
VersionDeltaFile
1.1.2.2+13-0graphics/xplot/patches/patch-configure
1.1.2.1+0-13graphics/xplot/patches/patch-configure
1.7.160.1+4-4graphics/xplot/patches/patch-ab
1.14.2.1+3-2graphics/xplot/distinfo
+20-194 files

NetBSD/pkgsrc sXvMS79doc CHANGES-pkgsrc-2026Q1

   doc: amend #7059
VersionDeltaFile
1.1.2.4+2-1doc/CHANGES-pkgsrc-2026Q1
+2-11 files

NetBSD/pkgsrc JbjtOz1lang/ruby rubyversion.mk

   Pullup ticket #7059 - requested by taca
   lang/ruby: Build fix

   Revisions pulled up:
   - lang/ruby/rubyversion.mk                                      1.317

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Tue Mar 31 14:44:03 UTC 2026

      Modified Files:
        pkgsrc/lang/ruby: rubyversion.mk

      Log Message:
      lang/ruby: fix build problem of ruby34

      Fix build problem of ruby34, correcting version of pstore gem.
VersionDeltaFile
1.314.2.3+2-2lang/ruby/rubyversion.mk
+2-21 files