sysutils/trusted-firmware-a-imx8mq: add 2.6
This package provides mainline TF-A for the NXP i.MX 8M Quad platform,
for example used by u-boot for the Google's Coral Dev Board.
racket-minimal: update to 9.2
- The match form checks that when non-linear patterns (patterns
where the same variable is used multiple times) are used with ...,
the two parts of the matched value actually are equal. Additionally,
match rejects non-linear patterns where one use of the variable is
used with ... and another is not. This repair could cause existing
code to fail.
- Typed Racket types for the asin and acos procedures correctly
handle situations where the function produces a complex number,
avoiding unsound results that were previously possible. This repair
could cause existing code to fail at compile time.
- The #%foreign-inline core syntactic form provides unsafe access
to facilities provided at the linklet layer by a Racket
implementation. This means that any code that handles all core
forms by enumeration will need to be updated.
[34 lines not shown]
racket: update to 9.2
- The match form checks that when non-linear patterns (patterns
where the same variable is used multiple times) are used with ...,
the two parts of the matched value actually are equal. Additionally,
match rejects non-linear patterns where one use of the variable is
used with ... and another is not. This repair could cause existing
code to fail.
- Typed Racket types for the asin and acos procedures correctly
handle situations where the function produces a complex number,
avoiding unsound results that were previously possible. This repair
could cause existing code to fail at compile time.
- The #%foreign-inline core syntactic form provides unsafe access
to facilities provided at the linklet layer by a Racket
implementation. This means that any code that handles all core
forms by enumeration will need to be updated.
[34 lines not shown]
devel/protobuf: Stop requiring gcc13
Upstream's bugfix for this is in 35.0, and it builds with gcc10.
Avoiding gcc13 is good just for avoiding, but it also allows qgis4 to
build on NetBSD 10, instead of failing due to the woes of varying
libstdc++. Leave the comment for now, until we're sure this is fixed.
Update devel/objfw to 1.5.5
ObjFW 1.5.4 -> ObjFW 1.5.5, 2026-05-31
* Fixes replacing a string within a range that does not start at 0.
* Fixes -[OFData rangeOfData:options:range:] if the specified range does not
start at 0.
* Fixes -[OFMutableData subdataWithRange:].
* Fixes a missing retain/release in OFConcreteMutableArray.
* Fixes -[initWithContentsOfIRI:] being extremely slow for both OFString and
OFData on some operating systems such as Windows.
* Fixes wrong count after -[OFList removeAllObjects].
* Fixes objc_setAssociatedObject() / objc_removeAssociatedObjects() releasing
the object within the spinlock, which could potentially deadlock.
* Fixes OFBlock calling a dispose handler that doesn't exist.
* Fixes -[OFConcreteMutableArray removeAllObjects] not increasing the
mutations.
* Fixes Deflate64 with sequence lengths > 65535.
* Robustness improvements in Deflate, LHA, Tar, ZIP, BMP, QOI and MessagePack.
[33 lines not shown]
archivers/ruby-zip: update to 3.3.1
3.3.1 (2026-05-30)
The 3.3.x line ensures that Zip::InputStream behaves more like standard Ruby
IO classes.
There are breaking changes in the 3.x series
Please see the README and Updating to version 3.x in the wiki for help
upgrading from version 2.4.x to version 3.x.
www/ruby-selenium-webdriver: update to 4.44.0
4.44.0 (2026-05-12)
* Support CDP versions: v146, v147, v148
* Modern Firefox does not like both the `-v` and `--log` flags at the same
time (#17412)
* Fix credential issue with private key (#17188)
www/ruby-jekyll-seo-tag: update to 2.9.0
2.9.0 (2026-05-08)
Minor Enhancements
* Added the twitter:description tag (#464)
* Support for image paths relative to the page's directory (#466)
* Truncate the description value to 100 words (#492)
* Add support for title_category (#517)
* feat: Add canonical=false option to disable canonical URL output (#521)
* Add a article:modified_time property for articles (#515)
Bug Fixes
* Use attribute name consistently for metadata under twitter namespace
(#437)
Documentation
[9 lines not shown]
www/ruby-faraday-net_http: update to 3.4.3
3.4.3 (2026-05-20)
What's Changed
* Bump actions/checkout from 5 to 6 by @dependabot[bot] in #54
* Always dup body before mutating it by @byroot in #56
New Contributors
* @byroot made their first contribution in #56
www/ruby-faraday: update to 2.14.2
2.14.2 (2026-05-15)
Security Note
This release contains a security fix, we recommend all users to upgrade as
soon as possible.
A Security Advisory with more details will be posted shortly.
What's Changed
* Add Ruby 4 to CI by @larouxn in #1659
* Modernize RuboCop configuration and fix offenses by @larouxn in #1660
* Lint: Style/OneClassPerFile by @olleolleolle in #1668
* fix(docs): fix incorrect link label by @JohnnyKei in #1667
* chore: Upgrade package.json packages using audit fix by @olleolleolle in
#1669
[4 lines not shown]
www/ruby-css-parser: update to 2.2.0
2.2.0 (2026-05-07)
* Accept CSS <number> values with an omitted integer part (e.g. .1) inside
rgb()/rgba()/hsl()/hsla(). Previously RE_COLOUR_NUMERIC and
RE_COLOUR_NUMERIC_ALPHA required at least one digit before the decimal
point, which caused colours such as rgba(0,0,0,.1) to be silently dropped
during shorthand expansion (background-color from background:,
border-*-color from border:).
www/ruby-bullet: update to 8.1.2
8.1.2 (05/25/2026)
* Skip N+1 detection for optional polymorphic belongs_to whose *_type column
is nil. ActiveRecord short-circuits the reader to nil without issuing
SQL, so the access cannot represent an N+1 query and preloading would be a
no-op.
* Fix Set#<< corruption in UnusedEagerLoading#add_eager_loadings split
branch
www/ruby-aws-sdk-s3: update to 1.224.0
1.224.0 (2026-05-21)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.223.0 (2026-05-19)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.222.0 (2026-05-13)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.221.0 (2026-05-06)
* Feature - Validate outpost access point resource name