print/qpdf: Update to 12.3.0
Changelog:
I have released qpdf 12.3.0. This release contains accumulated bug
fixes and small enhancements as well as significant internal
refactoring.
Notes for maintainers:
* For this release and the remainder of the 12.x cycle, we are
signing releases with gpg and cosign. Starting with 13, we will
only sign releases with cosign. This is mentioned in the release
notes.
* It is my hope to deprecate external-libs in favor of vcpkg for
Windows builds before the next release.
www/ruby-aws-sdk-s3: update to 1.212.0
1.212.0 (2026-01-16)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
1.211.0 (2026-01-08)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
* Issue - Falls back to header request checksums when using custom endpoints or endpoint providers for PutObject and UploadPart operations.
1.210.1 (2026-01-06)
* Issue - Normalize response encoding to UTF-8 for proper XML error parsing
in HTTP 200 responses.
1.210.0 (2026-01-05)
[48 lines not shown]
www/ruby-aws-sdk-kms: update to 1.121.0
1.121.0 (2026-01-16)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.120.0 (2026-01-08)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.119.0 (2026-01-05)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.118.0 (2025-11-21)
[6 lines not shown]
www/ruby-aws-sdk-secretsmanager: update to 1.128.0
1.128.0 (2026-01-16)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.127.0 (2026-01-08)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.126.0 (2026-01-05)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.125.0 (2025-12-11)
[11 lines not shown]
www/ruby-aws-partitions: update to 1.1206.0
1.1206.0 (2026-01-16)
1.1205.0 (2026-01-15)
1.1204.0 (2026-01-14)
1.1203.0 (2026-01-12)
1.1202.0 (2026-01-09)
1.1201.0 (2026-01-07)
1.1200.0 (2025-12-30)
1.1199.0 (2025-12-26)
* Feature - Updated the partitions source data the determines the AWS
service regions and endpoints.
1.1198.0 (2025-12-19)
* Feature - Added support for enumerating regions for Aws::Wickr.
1.1197.0 (2025-12-18)
[67 lines not shown]
time/ruby-timeout: update to 0.6.0
0.6.0 (2025-12-17)
What's Changed
* Suppress warnings in two tests by @olleolleolle in #71
* Revert "Suppress warnings in two tests" by @nobu in #74
* Only the timeout method should be public on the Timeout module by @eregon
in #76
* support Ractor by @ko1 in #75
* Test that Timeout does not expose extra constants by @eregon in #77
* Revert "Exclude constantly-failing test on x86_64-darwin" by @ko1 in #79
* Reset the interrupt mask when creating the Timeout thread by @eregon in
#80
* Make Timeout.timeout work in a trap handler on CRuby by @eregon in #81
* Skip signal test on windows by @byroot in #82
* Add windows to CI matrix by @byroot in #83
* Fix failing timeout test by @luke-gruber in #85
[9 lines not shown]
textproc/ruby-yard: update to 0.9.38
0.9.38 (2025-12-05)
* Add support for complex constant assignment (#1599)
* Add support for Data type structs (#1600)
* Support multi method duck type syntax in type explainer (#1631)
* Improve Ruby 3.5 compatibility (#1616)
* Update documentation for various type annotations (#1615)
* JavaScript frontend updates (resizer, JS bugs, reduce console verbosity)
for default template
* Fix beginless/endless range errors (#1549, #1625)
* Fix path structure in Templates.md documentation (#1588)
* Fix signature handling in overload (#1590)
* Fix handling of **nil with named block (#1623)
* Fix directives in empty class bodies (#1624)
* Fix parsing of array within array syntax (#1604)
* Fix parsing of visibility keywords in front of class methods (#1632)
audio/libopusenc: Update to 0.3
Changelog:
0.3:
This release fixes a number of issues:
Fix ope_encoder_drain() assertion failures
Fix use of uninitialized fields
Fix undefined behaviour in picture.c
Fix crash with WIN32_LEAN_AND_MEAN on 64-bit Windows
Fix various warnings under C23
Drop use of private __opus_check_* macros
Port update_version from bash to sh
Clean up documentation files
textproc/ruby-unicode-emoji: update to 4.2.0
4.2.0 (2025-12-18)
* Allow Ruby 4.0
* Remove Non-Emoji pictographs from spec, since they have been removed in
Unicode 17
* Update valid subdivisions to CLDR 48 (no changes)
textproc/ruby-treetop: update to 1.6.18
1.6.15 (2025-10-18)
* Merge pull request #57 from olleolleolle/patch-1
CI: add 3.4 and earlier
* Merge pull request #58 from olleolleolle/patch-1
CI: use a supported Ubuntu
* Merge pull request #59 from olleolleolle/patch-1
README.md: use GitHub Actions badge
* Make time depend on time of last commit, for reproducible builds
1.6.16 (2025-11-10)
* Switch tests to use IO::popen to avoid upcoming removal of pipe creation
from Kernel::open
* Remove a previous parser constant definition when defining a new one to
remove warning
[10 lines not shown]
Delete duplicate SEE ALSO entry: lstat(2) is documented in the same
manual page as stat(2), and will almost certainly always be,
so having SEE ALSO pointers to both was gratuitiously wordy.