ChangeLog: https://www.keycloak.org/2023/01/keycloak-2003-released.html
* User role mapping tab: Show effective client roles for a user keycloak-ui
section/users
* ProviderConfigProperty.MAP_TYPE error in new UI keycloak-ui section/identity
providers
* Unable to turn on "Bypass identity confirmation" keycloak-ui
section/authentication
* Adding Form sub-flow broken on admin v2 keycloak-ui section/authentication
* Custom User Provider SPI: There are no settings to configure the periodically
synchronization of users keycloak-ui section/user federation
* Assign roles to account - paging doesn't work keycloak-ui section/users
* Realm selector requires two clicks to select something keycloak-ui
section/realms
* User management -> User in 2 subgroups with the same group name assignment
does not work keycloak-ui section/users
* Invalid language tag error when changing realm localization settings
keycloak-ui section/realm settings
* `Missing ":type" param` in the Events page when there are Client Scope
events keycloak-ui section/events
* Import client broken keycloak-ui section/clients
* New Admin Console only, unable to add client profile in the first client
policy keycloak-ui section/realm settings
* Disabling hostname strict in prod doesn't disable https keycloak dist/quarkus
* snakeyaml vulnerability GHSA-3mc7-4q67-w48m impacting CLI keycloak admin/cli
* The redirect URI cannot be verified during logout in the case when client
was removed keycloak oidc
* Wrong auth session id being used when validating auth session id cookies
keycloak core
* Update XStream to 1.4.20 to fix CVE-2022-40151 & CVE-2022-41966 keycloak
* Timeout when executing command PutMapCommand keycloak storage
* Set OkHttp to 4.10.0 in parent pom keycloak
* Lack of validation of access token on client registrations endpoint keycloak
oidc
PR: 268939
Reported by: freebsd@rheinwolf.de (maintainer)
MFH: 2023Q1 (bugfix, security fixes)
Security: CVE-2022-40151, CVE-2022-41966
- Move `libarchive' from global USES list to SMB where it's pulled
explicitly; otherwise the program's happy with base system's one:
Found LibArchive: /usr/lib/libarchive.so (found version "3.5.1")
- Switch to GTK+2-based wxWidgets: it's noticeably faster and does
not pull heavy and useless (for this particular program) WebKit
- Augment the port description while here, particularly, remove no
longer relevant "alpha version" warning
Reported by: portscout
Tooth is a client for Mastodon, which is the world's largest
decentralized microblogging platform. The client provides a clean,
native interface, allowing the Mastodon social experience to be
seamlessly integrated into our desktop environment.
This client for Mastodon that It is characterized by three fundamental
aspects; be simple, free and open source. It should be added that this
tool is based on GTK with dark mode support.
* Switch to CMake (simplifies patching a lot)
* Drop ASIO option (removed in 1.52.0)
* Remove ancient version dependencies of libraries to simplify port
* Make use of helpers instead of patching by hand
* Modernize Makefile to follow Porters Handbook more closely
Reference: https://github.com/nghttp2/nghttp2/pull/1844
Changelog: https://github.com/nghttp2/nghttp2/releases/tag/v1.51.0
PR: 268537
Approved by: portmgr (maintainer timeout, 2+ weeks)
* Switch to CMake
* Modernize Makefile to follow Porters Handbook more closely
Poudriere test run by bofh (thanks!)
Changelog: https://github.com/nghttp2/nghttp2/releases/tag/v1.51.0
PR: 268536
Approved by: portmgr (maintainer timeout, 2+ weeks)
ktextaddons includes the following features from the PIM components of
KDE
- autocorrection
- text to speak
- grammar checking
- translator online support.
It will likely become a framework in the future, and then be moved to
kf5-ktextaddons.
Using FLAVOR?=${FLAVORS:[0]} confuses the ports make system.
To avoid the issue write the actual flavor string directly.
Reported by: dvl
Fixes: 6d8e63c53f
Port changes:
* enable shared library
* Fix makefile to make portclippy happy
Major changes:
* Avoid AO_stack_t to cross CPU cache line boundary
* Do not assume 'ordered except earlier write' for UWP/arm64
* Ensure result of AO_test_and_set is always AO_TS_CLEAR or AO_TS_SET
* Fix 'AO_malloc redefinition' MS VC warning caused by attributes mismatch
* Repeat black list check on CAS fail in stack_push_explicit_aux_release
Full changelog: https://github.com/ivmai/libatomic_ops/releases/tag/v7.6.14
PR: 268698
Reported by: pkubaj