graphics/kquickimageeditor: Update to 0.6.1
Release notes:
KQuickImageEditor 0.6.1 is a bug fix release. This release includes fixes
for memory leaks in the old editing system, fixes the dragger for the new
editing system's text tool, enables LSAN in CI, changes CMake include paths
and has a fix for an undefined aspectRatio error in the
new editing system's crop tool.
sysutils/plasma-pass: Update to 1.3.1
Changes since 1.3.0:
* Do not leak pages into the stackview (fixes #515036)
* Consistently install an appstream file again
* Updated translations
net-mgmt/netbox: Update to 4.5.5
Enhancements:
* Support path exclusions for data source synchronization
* Support identifying scope object by name or slug when bulk importing
scoped objects
Performance Improvements:
* Optimize the assignment of tags when saving objects
* Avoid excessive database queries when rendering unnamed devices via
the REST API
* Replace inefficient calls to .count() with .exists()
Bug Fixes:
* Preserve the "per page" pagination setting when returning from object
edit forms
* Fix form field focus bug in Microsoft Edge
* Enforce MAX_PAGE_SIZE limit for GraphQL API requests
* Fix range-based filter lookups for integer fields in GraphQL API
[32 lines not shown]
security/py-netbox-secrets: Backport two upstream PRs
* One patch fixes warning sthat occur during the generation of API
schemas, which prevent access to the REST API documentation:
[...]
/usr/local/lib/python3.11/site-packages/netbox_secrets/graphql/filters.py:40: UserWarning: FilterLookup[str] may cause DuplicatedTypeName errors. Use StrFilterLookup instead.
name: FilterLookup[str] | None = strawberry_django.filter_field()
[...]
* The other patch also resolves several DuplicatedNameType errors
that trigger exceptions which make the NetBox instance unusable:
[...]
File "/usr/local/lib/python3.11/site-packages/strawberry/schema/schema_converter.py", line 503, in from_input_object
self.validate_same_type_definition(type_name, type_definition, cached_type)
File "/usr/local/lib/python3.11/site-packages/strawberry/schema/schema_converter.py", line 1040, in validate_same_type_definition
raise DuplicatedTypeName(first_origin, second_origin, name)
strawberry.exceptions.duplicated_type_name.DuplicatedTypeName: Type StrFilterLookup is defined multiple times in the schema
[3 lines not shown]
mail/dovecot-fts-xapian: Update to 1.9.3
This update adds support for dovecot 2.4, allows to limit the amount
of threads via the maxthreads option and fixes several bugs.
For 2.3, e. g. optionally use:
plugin {
fts = xapian
fts_xapian = lowmemory=500 maxthreads=4 partial=3 verbose=0
fts_autoindex = yes
fts_enforced = yes
<...>
}
Approved by: otis (maintainer)
Differential Revision: https://reviews.freebsd.org/D55911