NetBSD/pkgsrc M5b2D1blang/siod distinfo, lang/siod/patches patch-slib.c

   lang/siod: Fix build with GCC 14
VersionDeltaFile
1.1+15-0lang/siod/patches/patch-slib.c
1.14+2-1lang/siod/distinfo
+17-12 files

NetBSD/pkgsrc ELq87yYdatabases/sdbm distinfo, databases/sdbm/patches patch-ad patch-ab

   databases/sdbm: Fix build with GCC 14 and honor LDFLAGS
VersionDeltaFile
1.5+58-3databases/sdbm/patches/patch-ai
1.3+55-4databases/sdbm/patches/patch-ah
1.6+20-9databases/sdbm/patches/patch-af
1.5+12-12databases/sdbm/patches/patch-ab
1.5+13-3databases/sdbm/patches/patch-ad
1.20+6-6databases/sdbm/distinfo
+164-376 files

NetBSD/pkgsrc CvAf5uudoc TODO

   doc/TODO: + ffmpeg-9.0, pilot-link-0.15.0.
VersionDeltaFile
1.27692+3-1doc/TODO
+3-11 files

NetBSD/pkgsrc sOEfzjvdoc CHANGES-2026

   doc: Updated www/ruby-html-proofer to 5.2.2
VersionDeltaFile
1.4974+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc xvlWAoVwww/ruby-html-proofer Makefile distinfo

   www/ruby-html-proofer: update to 5.2.2

   5.2.2 (2026-07-28)

   WHat's Changed

   * fix: Read trailing slash from URL, not expanded path by @gjtorikian in
     #877
   * [skip test] Release v5.2.2 by @github-actions[bot] in #878
VersionDeltaFile
1.20+4-4www/ruby-html-proofer/distinfo
1.22+2-2www/ruby-html-proofer/Makefile
+6-62 files

NetBSD/pkgsrc GpncFLKdoc CHANGES-2026

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

NetBSD/pkgsrc 7OzVQDDwww/ruby-aws-sdk-s3 Makefile distinfo

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

   1.228.2 (2026-07-30)

   * Issue - S3 Encryption Client, encryptionV2 and encryptionV3, returns a
     decryption error for a malformed material description.
VersionDeltaFile
1.63+4-4www/ruby-aws-sdk-s3/distinfo
1.63+2-2www/ruby-aws-sdk-s3/Makefile
+6-62 files

NetBSD/pkgsrc z85u6dLdoc CHANGES-2026

   doc: Updated www/ruby-aws-partitions to 1.1277.0
VersionDeltaFile
1.4972+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc AHlUkA2www/ruby-aws-partitions Makefile distinfo

   www/ruby-aws-partitions: update to 1.277.0

   1.1277.0 (2026-07-31)

   * Feature - Updated the partitions source data that determines the AWS
     service regions and endpoints.

   1.1276.0 (2026-07-30)

   * Feature - Added support for enumerating regions for
     Aws::PricingPlanManager.

   1.1275.0 (2026-07-29)

   * Feature - Updated the partitions source data that determines the AWS
     service regions and endpoints.

   1.1274.0 (2026-07-27)


    [2 lines not shown]
VersionDeltaFile
1.120+4-4www/ruby-aws-partitions/distinfo
1.118+2-2www/ruby-aws-partitions/Makefile
+6-62 files

NetBSD/pkgsrc LIAax82doc CHANGES-2026

   doc: Updated textproc/ruby-haml to 7.2.2
VersionDeltaFile
1.4971+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc qUpgYyqtextproc/ruby-haml Makefile distinfo

   textproc/ruby-haml: update to 7.2.2

   7.2.1 (2026-07-28)

   What's Changed

   * Do not rely on Ripper quirk in parsing old-style Haml attributes by
     @andrykonchin in #1212

   New Contributors

   * @andrykonchin made their first contribution in #1212


   7.2.2 (2026-07-29)

   What's Changed

   * Remove obsolete TruffleRuby compatibility skips by @ollym in #1210

    [4 lines not shown]
VersionDeltaFile
1.33+4-4textproc/ruby-haml/distinfo
1.32+2-2textproc/ruby-haml/Makefile
+6-62 files

NetBSD/pkgsrc kPCfeISdoc CHANGES-2026

   doc: Updated net/ruby-ruby_smb to 3.3.22
VersionDeltaFile
1.4970+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc UsW1ZtKnet/ruby-ruby_smb Makefile distinfo

   net/ruby-ruby_smb: update to 3.3.22

   3.3.22 (2026-07-31)

   * Merge pull request #302 from Isleynorth/bug/301/smb1-session-setup-uid;
     Use the final SessionSetup UID in SMB1 NTLMSSP authentication (fixes Tree
     Connect against Samba)
VersionDeltaFile
1.36+4-4net/ruby-ruby_smb/distinfo
1.35+2-2net/ruby-ruby_smb/Makefile
+6-62 files

NetBSD/pkgsrc XAij8DUdoc CHANGES-2026

   doc: Updated graphics/ruby-RMagick to 7.1.0
VersionDeltaFile
1.4969+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc zuSIZ6Cgraphics/ruby-RMagick Makefile distinfo

   graphics/ruby-RMagick: update to 7.1.0

   7.1.0 (2026-07-27)

   Important

   Draw#annotate and Draw#get_type_metrics no longer interpret the text they
   are given. A %[...] or %x escape is now drawn as written instead of being
   replaced.

   Build the string in Ruby instead — everything those escapes provided has a
   direct accessor:

   # before
   img.annotate(gc, 0, 0, 10, 20, '%wx%h')

   # after
   img.annotate(gc, 0, 0, 10, 20, "#{img.columns}x#{img.rows}")


    [76 lines not shown]
VersionDeltaFile
1.91+4-4graphics/ruby-RMagick/distinfo
1.208+2-3graphics/ruby-RMagick/Makefile
+6-72 files

NetBSD/pkgsrc tpeErgsdoc CHANGES-2026

   doc: Updated devel/ruby-zeitwerk to 2.8.3
VersionDeltaFile
1.4968+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc c0KEG3wdevel/ruby-zeitwerk Makefile distinfo

   devel/ruby-zeitwerk: update to 2.8.3

   2.8.3 (2026-08-01)

   * 2.8.0 introduced a regression: Collapsed directories that were also
     configured as eager load exclusions were eager loaded.  The exclusion was
     not honored.  This has been fixed.
VersionDeltaFile
1.25+4-4devel/ruby-zeitwerk/distinfo
1.23+2-2devel/ruby-zeitwerk/Makefile
+6-62 files

NetBSD/pkgsrc fpDnr7Wdoc CHANGES-2026

   doc: Updated devel/ruby-version_gem to 1.1.15
VersionDeltaFile
1.4967+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 91QA65Ndevel/ruby-version_gem Makefile distinfo

   devel/ruby-version_gem: update to 1.1.15

   1.1.15 (2026-08-01)

   * TAG: v1.1.15
   * COVERAGE: 100.00% -- 119/119 lines in 8 files
   * BRANCH COVERAGE: 100.00% -- 4/4 branches in 8 files
   * 92.59% documented

   Changed

   * kettle-jem-template-20260716-001 - Shim gemspec manifests now include
     LICENSE.md instead of nonexistent LICENSE.txt.

   * kettle-jem-template-20260716-002 - Generated gemspec manifests now ship
     fewer repository-only files by default to reduce downstream distro
     packaging churn.

   * kettle-jem-template-20260720-002 - Development Gemfiles now use the

    [80 lines not shown]
VersionDeltaFile
1.8+1-21devel/ruby-version_gem/PLIST
1.14+4-4devel/ruby-version_gem/distinfo
1.14+2-2devel/ruby-version_gem/Makefile
+7-273 files

NetBSD/pkgsrc hBdP5shdoc CHANGES-2026

   doc: Updated devel/ruby-simplecov to 1.0.3
VersionDeltaFile
1.4966+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc qT8x9dMdevel/ruby-simplecov Makefile distinfo

   devel/ruby-simplecov: update to 1.0.3

   1.0.3 (2026-07-26)

   What's Changed

   * Bump ruby/setup-ruby from 1.316.0 to 1.318.0 by @dependabot[bot] in #1238
   * fix: memoise key parsing in RubyDataParser to fix combiner performance
     regression by @oleksii-leonov in #1239

   New Contributors

   * @oleksii-leonov made their first contribution in #1239
VersionDeltaFile
1.27+4-4devel/ruby-simplecov/distinfo
1.30+2-2devel/ruby-simplecov/Makefile
+6-62 files

NetBSD/pkgsrc bBBUl18doc CHANGES-2026

   doc: Updated devel/ruby-multi_test to 2.0.0
VersionDeltaFile
1.4965+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc w5pA2ikdevel/ruby-multi_test Makefile distinfo

   devel/ruby-multi_test: update to 2.0.0

   2.0.0 (2026-07-30)

   Changed

   * BREAKING CHANGE: Upped minimum ruby from 2.0 to 2.6
   * BREAKING CHANGE: Upped minimum minitest support from 2.0 to 5.0
   * BREAKING CHANGE: Removed all minitest autorun shims
   * BREAKING CHANGE: Upped minimum rspec support from 1.0 to 2.0
   * Ran a full aggressive rubocop audit on code to refactor into more modern
     ruby style

   Fixed

   * Partially fixed the local execution of tests by not complaining when test
     frameworks output boilerplate responses
VersionDeltaFile
1.3+1-12devel/ruby-multi_test/PLIST
1.5+4-4devel/ruby-multi_test/distinfo
1.3+2-2devel/ruby-multi_test/Makefile
+7-183 files

NetBSD/pkgsrc hGI0l86doc CHANGES-2026

   doc: Updated devel/ruby-msgpack to 1.8.4
VersionDeltaFile
1.4964+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc fZCRqiudevel/ruby-msgpack Makefile distinfo

   devel/ruby-msgpack: update to 1.8.4

   1.8.4 (2026-07-28)

   * Fix `MessagePack::Buffer` to stop using already released memory page.
     This could have caused data to leak across buffers when using the
     MessagePack::Buffer API directly.
VersionDeltaFile
1.38+4-4devel/ruby-msgpack/distinfo
1.37+2-2devel/ruby-msgpack/Makefile
+6-62 files

NetBSD/pkgsrc VRF9Yaedoc CHANGES-2026

   doc: Updated devel/ruby-concurrent-ruby to 1.3.8
VersionDeltaFile
1.4963+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc RXYOiRKdevel/ruby-concurrent-ruby Makefile distinfo

   devel/ruby-concurrent-ruby: update to 1.3.8

   1.3.8 (2026-07-19)

   What's Changed

   * Programatically set the backtrace_location on exception by @Edouard-chin
     in #1107
   * Allow to use Concurrent::Map#compute_if_absent in a Ractor by
     @Edouard-chin in #1109

   New Contributors

   * @Edouard-chin made their first contribution in #1107
VersionDeltaFile
1.17+4-4devel/ruby-concurrent-ruby/distinfo
1.15+2-2devel/ruby-concurrent-ruby/Makefile
+6-62 files

NetBSD/pkgsrc 82IDeC7doc CHANGES-2026

   doc: Updated devel/ruby-async to 2.44.0
VersionDeltaFile
1.4962+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 3lT8j2xdevel/ruby-async Makefile distinfo

   devel/ruby-async: update to 2.44.0

   2.44.0 (2026-07-29)

   * Fixed scheduler cleanup after forking while other fibers are blocked.
VersionDeltaFile
1.48+4-4devel/ruby-async/distinfo
1.52+2-2devel/ruby-async/Makefile
+6-62 files

NetBSD/pkgsrc bKOLax4doc CHANGES-2026

   doc: Updated devel/ruby-io-event to 1.19.4
VersionDeltaFile
1.4961+2-1doc/CHANGES-2026
+2-11 files