knot: Update to 3.6.0
Knot DNS 3.6.0 (2026-09-08)
Features:
knotd: DELEG-aware answering (see 'zone.deleg-aware')
knotd: DELEG-aware zone signing (see 'policy.deleg-adt')
knotd: configurable storage for the last signed serial (see 'zone.dnssec-metadata-db')
knotd: optional jitter for DNSSEC events (see 'policy.dnssec-jitter')
knotd: optional jitter for SOA refresh events (see 'zone.refresh-jitter')
knotd: implemented a "trash bin" for deleted DNSSEC keys (see 'DNSSEC key delete and recovery')
knotc: zone retransfer with automatic IXFR fix-up (see '+fixfr')
kdig: per zone DNSSEC answer validation (see '+validate')
utils: automatic LMDB migration from version 0.9 using embedded LMDB 0.9.35
libknot: support for DELEG and DELEGPARAM record types
Improvements:
knotd: millisecond-precision prefix timestamps in non-syslog logging
knotd: enforced serial policy during initial zone file load if 'difference-no-serial' is enabled
[34 lines not shown]
www/php-concrete-cms: update to 9.5.4
9.5.4 (2026-09-08)
Behavioral Improvements
* Test mail settings: show email sender, add links to configuration pages
(#13078) (thanks mlocati)
* SEO bulk report no longer rescans paths needlessly for every page it
lists. (#13071)
* Improve sanitization checking of SVG on upload
Bug Fixes
* Fix issue with composer attribute control not saving
* When dragging / dropping page in sitemap an "invalid token"-error occurs
(#13077)
* Rescan Locale strips every content-block page link and crashes on stack
pages (#13082) (thanks janscarton)
[22 lines not shown]
www/ruby-css-parser: update to 3.1.0
3.1.0 (2026-09-09)
* Parser#load_uri! accepts an integrity: option (Subresource Integrity,
https://www.w3.org/TR/SRI/) to verify a fetched remote stylesheet before
it is parsed
www/ruby-aws-sdk-s3: update to 1.230.0
1.230.0 (2026-09-08)
* Feature - Adds support for Amazon S3 Object Lock variable retention.
Existing S3 APIs that support S3 Object Lock parameters now support two
new parameters EventHold and EventHoldDuration at the object level, and
DefaultEventHoldDuration at the bucket level.
www/ruby-aws-partitions: update to 1.1284.0
1.1284.0 (2026-09-08)
* Feature - Updated the partitions source data that determines the AWS
service regions and endpoints.
devel/ruby-hoe: update to 4.7.2
4.7.2 (2026-09-08)
2 bug fixes:
* Bump rdoc dependency from 6...8 to 7...9.
* Properly describe irb task so it shows up in rake -T.
py-logbook: updated to 1.10.1
Version 1.10.1
Added
- Binary wheels for Python 3.15.
Version 1.10.0
Added
- Python 3.15 support.
Binary wheels are not published yet and will follow once cibuildwheel ships
support for the 3.15 release candidates.
Changed
- Logging performance has improved significantly: resolving the active
handlers, flags, and processors is several times faster than in 1.9.x, and
[20 lines not shown]
py-dash: updated to 8.1.0
v8.1.0 (2026-08-29)
- Support iterables in ``take_while`` and ``drop_while``. Thanks ``Sai Asish Y``!
- Guard all dunder-path access on objects. Thanks gaoflow_!
- Fix flattening nested iterables. Thanks gaoflow_!
- Fix ``StopIteration`` leak in ``iterintersperse`` on empty iterable. Thanks gaoflow_!
- Fix ``in_range`` to support reversed ranges where ``start`` is greater than ``end`` by swapping the bounds, matching lodash's documented ``_.inRange`` behavior (e.g. ``in_range(-3, -2, -6)`` now returns ``True``). Thanks gaoflow_!
- Fix ``floor``, ``ceil``, and ``round_`` passing index as precision when used as iteratees. Thanks gaoflow_!
- Fix ``debounce`` to delay execution until after ``wait`` milliseconds of quiet instead of invoking immediately on the first call. Thanks SeaStarDeng_!
- Fix ``to_list`` returning a ``dict_values`` view instead of a list for dicts. Thanks HarperZ9_!
- Fix ``chunk`` to return empty list when size is less than 1. Thanks santhreal_!
- Fix mishandling of out-of-range indexes in ``pull_at``. Thanks santhreal_!
- Fix ``mean``, ``mean_by``, and ``median`` to return ``NaN`` on empty collections. Thanks santhreal_!
- Fix ``last_index_of`` missing a match at index 0. Thanks uttam12331_!
- Fix empty key handling in deep paths. Thanks CodingFeng101_!