NetBSD/pkgsrc yY1kUuWdoc CHANGES-2026

   Updated devel/py-wcwidth, devel/py-urwid
VersionDeltaFile
1.3568+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc oavcgp9devel/py-urwid distinfo Makefile

   py-urwid: updated to 4.0.2

   4.0.2

   New features

   * Initial typing support for urwid package

   Bug fixes

   * Fix ListBoxError in _keypress_page_down when snapping to a widget above the top
   * Fix lazy_import of display modules if __package__ is not defined

   Documentation

   * Adjust typing for `urwid.display` and `urwid.event_loop`
   * Typing: extend typing information for `urwid.display`
   * Typing: adjust event loop types
   * Typing: adjust types for vterm, numedit and graphics

    [9 lines not shown]
VersionDeltaFile
1.51+4-4devel/py-urwid/distinfo
1.63+2-2devel/py-urwid/Makefile
1.22+2-1devel/py-urwid/PLIST
+8-73 files

NetBSD/pkgsrc s5WN8Oqdevel/py-wcwidth PLIST distinfo

   py-wcwidth: updated to 0.8.0

   0.8.0
   New support for Variation Selector 15 Emojis as narrow,
   New argument, term_program for wcstwidth(), width(), clip(), wrap(), ljust(), rjust(), and center().  False disables corrections; True auto-detects by TERM_PROGRAM or TERM; string values accept canonical names matching list_term_programs().  wcstwidth()_ defaults to True; all other functions default to False.
   Improved performance on Python 3.15 using standard library iter_graphemes()
   Improved memory usage and import time for Python 3.15 using lazy imports
   Bugfix Invisible_Stacker viramas now form conjuncts (Burmese, Khmer, etc.) and change some Virama width calculations to match jacobsandlund/uucode_ (ghostty)
   Updated graphemes width maximum now 2, matching Ghostty, foot, and Windows Terminal
VersionDeltaFile
1.10+73-1devel/py-wcwidth/PLIST
1.23+4-4devel/py-wcwidth/distinfo
1.26+3-3devel/py-wcwidth/Makefile
+80-83 files

NetBSD/pkgsrc LfDn97Cdoc CHANGES-2026

   Updated net/rclone, security/sqlmap
VersionDeltaFile
1.3567+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc HTPbMngsecurity/sqlmap distinfo Makefile

   sqlmap: updated to 1.10.6

   1.10.6
   Fix WebSocket request traffic logging
VersionDeltaFile
1.31+4-4security/sqlmap/distinfo
1.46+3-3security/sqlmap/Makefile
+7-72 files

NetBSD/pkgsrc VCuStxMnet/rclone distinfo Makefile

   rclone: updated to 1.74.3

   1.74.3

   Bug Fixes
   rc
   Fix unauthenticated command execution via --rc-serve inline remotes CVE-2026-49980 (Nick Craig-Wood)
   Stop global.* connection string options changing config CVE-2026-49980 (Nick Craig-Wood)
   build: Fix multiple CVEs by upgrading to go1.26.4 (Nick Craig-Wood)
   CVE-2026-42504: mime: quadratic complexity in WordDecoder.DecodeHeader
   CVE-2026-42507: net/textproto: arbitrary input are included in errors without any escaping
   CVE-2026-27145: crypto/x509: split candidate hostname only once
   log: Fix wrong source file:line in JSON logs from release builds (Nick Craig-Wood)
   mount2: Fix empty directory listings on re-read (Janne Beate Bakeng)
   serve s3: Fix multipart ListParts pagination returning wrong part numbers (Nick Craig-Wood)
   serve sftp
   Fix file corruption when a client resumes an upload (Nick Craig-Wood)
   Fix truncate request being silently ignored (Nick Craig-Wood)
   Local

    [11 lines not shown]
VersionDeltaFile
1.41+10-10net/rclone/distinfo
1.104+3-4net/rclone/Makefile
1.28+2-2net/rclone/go-modules.mk
+15-163 files

NetBSD/pkgsrc nzppWzBdoc CHANGES-2026

   Updated graphics/openimageio, audio/mpg123
VersionDeltaFile
1.3566+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 9jtUZ0Gaudio/mpg123 distinfo Makefile.common, audio/mpg123-pulse Makefile

   mpg123: updated to 1.33.6

   1.33.6

   mpg123
   Prepare for const-returning strchr().
   Hide seq_len debugging counter in non-debug mode.
   Fix memory leak with --network internal due to inverted NULL check in net123_close_internal() (handle never NULL in practice, though; bug 386).
   mpg123, out123: Fix strrchr() usage to be more const and correct under C99 as well as C23.
   mpg123-strip: Also use largefile API properly using mpg123config.h, but without actual effect at least on Linux/x86. It is cleaner that way, though.
   ports/cmake: Yasm is not neeeded for Clang on MSVC.
   libmpg123: Remove unused loop variable in layer2 left over from runtime table elimination (32 bit mmx/sse code).
VersionDeltaFile
1.86+4-4audio/mpg123/distinfo
1.86+2-2audio/mpg123/Makefile.common
1.48+1-2audio/mpg123-pulse/Makefile
+7-83 files

NetBSD/pkgsrc THV5Hbygraphics/openimageio distinfo PLIST

   openimageio: updated to 3.1.14.0

   3.1.14.0

   - *oiiotool*: Add `--nchannels` flag for parity with maketx.
   - *oiiotool*: Commands taking offsets or geometry arguments now accept a more flexible offset notation with commas as alternative separators (e.g., `X,Y` or `WxH,X,Y` in addition to the X11-style `+X+Y` form). This affects `--create`, `--crop`, `--cut`, `--fit`, `--fullsize`, `--origin`, `--originoffset`, `--paste`, `--pattern`, `--printstats`, `--resize`.
   - *oiiotool*: Be more cautious about implicit promotion to float when `--autocc` is used alongside explicit color space names.
   - *color mgmt*: For OCIO built-in configs, replace the default file rules with more sensible ones that avoid spurious matches (e.g., no longer assumes all `.exr` files use ACES2065-1 primaries).
   - *iconvert*: Allow `-o outfile` for output file designation, for parity with oiiotool syntax.
   - *ColorConfig*: New `isData()` API method to query if a color space is a data space; fix Python `isColorSpaceLinear()`.
   - *ustring*: Allow freeing the ustring table via `OIIO::attribute("ustring:cleanup", 1)` or env var `OIIO_USTRING_CLEANUP=1`, useful for suppressing false positives in memory leak detection tools.
   - *dicom*: Enforce reasonable resolution limits to guard against corrupt files.
   - *gif*: Preserve RGB values of transparent-indexed pixels (previously only alpha was set, zeroing the RGB channels).
   - *jpeg*: More correctly handle bounds checks for malformed APP1 Exif and APP2 ICC metadata markers.
   - *jpeg-xl*: Enforce format resolution limits, for better detection of corrupt or invalid files.
   - *jpeg-xl*: Prevent JXL reader from loading or allocating memory for arbitrarily large non-image files.
   - *pnm*: Prevent PNM reader from loading or allocating memory for arbitrarily large non-image files.
   - *psd*: Fix indexed transparency.
   - *softimage*: Fix possible small allocation leak in RLE decoder.

    [7 lines not shown]
VersionDeltaFile
1.43+4-4graphics/openimageio/distinfo
1.20+3-3graphics/openimageio/PLIST
1.132+2-3graphics/openimageio/Makefile
+9-103 files

NetBSD/pkgsrc OpVA6erdoc CHANGES-2026

   Updated net/helm, databases/hiredis
VersionDeltaFile
1.3565+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 2ekd33zdatabases/hiredis distinfo Makefile

   hiredis: updated to 1.4.0

   1.4.0

   Improvements

   Increase required cmake version to 3.15 @memark
   Use ffc (pure-C99) as the RESP3 double parser instead of strtod @fcostaoliveira
   FetchContent should not include cpack @koenvandesande
   Add C++ compatibility to sds.h @JonasKruckenberg
   Apply FD_CLOEXEC on sockets @lennyly

   Bug Fixes

   fix: add NULL check for c->funcs in redisReconnect @ghost
   Fix buffer overflow in tests.
VersionDeltaFile
1.18+4-4databases/hiredis/distinfo
1.14+2-2databases/hiredis/Makefile
+6-62 files

NetBSD/pkgsrc CoNH2Einet/helm distinfo go-modules.mk

   helm: updated to 4.2.0

   4.2.0

   Switch to goreleaser for release builds
   Kubernetes client libraries to v1.36
   Add mustToToml template function
   deprecate unused --hide-notes and --render-subchart-notes flags
   --dry-run=server now respects generateName:
VersionDeltaFile
1.3+646-790net/helm/distinfo
1.3+214-262net/helm/go-modules.mk
1.14+8-18net/helm/Makefile
+868-1,0703 files

NetBSD/pkgsrc GBo3t8pdoc CHANGES-2026

   Updated sysutils/py-sh, audio/py-soundfile
VersionDeltaFile
1.3564+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc Nb6wexkaudio/py-soundfile distinfo Makefile

   py-soundfile: updated to 0.14.0

   0.14.0

   Added type annotations
   Added Licensing note to wheel
   Fixed race condition when opening files concurrently
   Fixed regressions in test suite
   Removed support for Python <= 3.9
   Added ARM64 support for Windows
VersionDeltaFile
1.7+4-4audio/py-soundfile/distinfo
1.17+3-3audio/py-soundfile/Makefile
+7-72 files

NetBSD/pkgsrc Yp1xADVsysutils/py-sh distinfo Makefile

   py-sh: updated to 2.2.4

   2.2.4
   - Bugfix regression where correct `gid` was not set on the launched process
VersionDeltaFile
1.16+4-4sysutils/py-sh/distinfo
1.19+2-2sysutils/py-sh/Makefile
+6-62 files

NetBSD/pkgsrc K8m0h3Udoc CHANGES-2026

   doc: Updated www/php-contao-manager to 1.10.14
VersionDeltaFile
1.3563+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ABFxLyjwww/php-contao-manager distinfo Makefile

   www/php-contao-manager: update to 1.10.14

   1.10.14 (2026-05-14)

   * Updated dependencies to fix a security issue in Composer
   * Add a white border to the 2FA QR code (#923)
VersionDeltaFile
1.22+4-4www/php-contao-manager/distinfo
1.25+2-2www/php-contao-manager/Makefile
+6-62 files

NetBSD/pkgsrc lffrYGKdoc CHANGES-2026

   doc: Updated www/ruby-sass-embedded to 1.100.0
VersionDeltaFile
1.3562+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc zrwuReFwww/ruby-sass-embedded PLIST distinfo

   www/ruby-sass-embedded: update to 1.100.0

   1.100.0 (2026-05-22)

   * Refactor Rakefile (#377)
   * Test install from git (#378)
   * Bump rubygems/configure-rubygems-credentials from 1.0.0 to 2.0.0 (#379)
   * Bump sass from 1.99.0 to 1.100.0 in /ext/sass (#380)
VersionDeltaFile
1.7+7-11www/ruby-sass-embedded/PLIST
1.10+4-4www/ruby-sass-embedded/distinfo
1.13+2-2www/ruby-sass-embedded/Makefile
+13-173 files

NetBSD/pkgsrc nGZq4n0doc CHANGES-2026

   doc: Updated www/ruby-faraday-net_http to 3.4.4
VersionDeltaFile
1.3561+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc V00EZQ6www/ruby-faraday-net_http distinfo Makefile

   www/ruby-faraday-net_http: update to 3.4.4

   3.4.4 (2026-06-02)

   What's Changed

   * Keep response body mutable when there is no body and no Content-Type by
     @kevinebaugh in #57

   New Contributors

   * @kevinebaugh made their first contribution in #57
VersionDeltaFile
1.11+4-4www/ruby-faraday-net_http/distinfo
1.9+2-2www/ruby-faraday-net_http/Makefile
+6-62 files

NetBSD/pkgsrc L79KdGkdoc CHANGES-2026

   doc: Updated www/ruby-doorkeeper-i18n to 5.2.9
VersionDeltaFile
1.3560+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc vuNf46fwww/ruby-doorkeeper-i18n distinfo Makefile

   www/ruby-doorkeeper-i18n: update to 5.2.9

   5.2.9 (2026-06-04)

   * [#73] Add colons to translations
   * [#74] Fix untranslated English fragment in Japanese locale
VersionDeltaFile
1.2+4-4www/ruby-doorkeeper-i18n/distinfo
1.2+2-2www/ruby-doorkeeper-i18n/Makefile
+6-62 files

NetBSD/pkgsrc B2YSOb3doc CHANGES-2026

   doc: Updated www/ruby-bullet to 8.1.3
VersionDeltaFile
1.3559+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc swATMRkwww/ruby-bullet distinfo Makefile

   www/ruby-bullet: update to 8.1.3

   8.1.3 (2026-06-02)

   * Handle inversed polymorphic belongs_to false positives
VersionDeltaFile
1.4+4-4www/ruby-bullet/distinfo
1.4+2-2www/ruby-bullet/Makefile
+6-62 files

NetBSD/pkgsrc gdMDUnddoc CHANGES-2026

   doc: Updated www/ruby-aws-sdk-s3 to 1.225.0
VersionDeltaFile
1.3558+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc O1fz91Bwww/ruby-aws-sdk-s3 distinfo Makefile

   www/ruby-aws-sdk-s3: update to 1.225.0

   1.225.0 (2026-06-02)

   * Feature - Adding new BDD representation of endpoint ruleset
VersionDeltaFile
1.59+4-4www/ruby-aws-sdk-s3/distinfo
1.59+2-2www/ruby-aws-sdk-s3/Makefile
+6-62 files

NetBSD/pkgsrc y7Ol2Z4doc CHANGES-2026

   doc: Updated www/ruby-aws-sdk-kms to 1.129.0
VersionDeltaFile
1.3557+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc OIPshMswww/ruby-aws-sdk-kms distinfo Makefile

   www/ruby-aws-sdk-kms: update to 1.129.0

   1.129.0 (2026-06-01)

   * Feature - Adding new BDD representation of endpoint ruleset
VersionDeltaFile
1.45+4-4www/ruby-aws-sdk-kms/distinfo
1.46+2-2www/ruby-aws-sdk-kms/Makefile
+6-62 files

NetBSD/pkgsrc S6LF6rRdoc CHANGES-2026

   doc: Updated www/ruby-aws-sdk-secretsmanager to 1.133.0
VersionDeltaFile
1.3556+2-1doc/CHANGES-2026
+2-11 files