Skip to content
Snippets Groups Projects
Commit 28ad89c8 authored by Matthias Wolf's avatar Matthias Wolf Committed by Fernando Apesteguía
Browse files

net/keycloak: Update to 23.0.5

ChangeLog: https://www.keycloak.org/2024/01/keycloak-2305-released.html

New features

 * Update Route53 HA guide to be compatible with ROSA and Openshift 4.14.x
 * Remove conditional statements about Windows / Linux from the docs docs

Enhancements

 * Role mapping tab no longer visible when using fine grained permissions after
   upgrade from 20.0.3 to 21.0.2 admin/ui
 * Clarification needed of use of containers
 * Change RHDG references to Infinispan
 * Don't differentiate Windows for getting started docs
 * Update to Quarkus 3.2.10

Bugs

 * Multiple failures in OfflineServletsAdapterTest (testServlet,
   testServletWithConsent, testServletWithRevoke) testsuite
 * admin-fine-grained-authz + client authorization settings requires view-client
   role admin/ui
 * Read Only Access of a realm clients' Authz is broken for Admin Console
   admin/ui
 * User details tab does not display or update attibutes with dot admin/ui
 * Read Only Access of the realm users' "Role mapping" tab is broken for Admin
   Console admin/ui
 * Log Injection during WebAuthn authentication/registration authentication
 * Admin Console: Realm Dropdown should only show the realms the user has access
   to admin/ui
 * Account v3 theme - theme.properties Custom theme scripts not loading
   account/ui
 * Removing all group attributes no longer works with keycloak-admin-client
   (java) admin/client-java
 * `/admin/realms/{realm-name}/ui-ext/realms` endpoint leaks realms the user
   doesn't have access to see admin/ui
 * Flaky test:
   org.keycloak.testsuite.adapter.servlet.OfflineServletsAdapterTest#testServlet
   ci
 * Since 23, start-dev command line arguments parsing is buggy dist/quarkus
 * admin ui uses hyphen instead of dot as realm attribute separator admin/ui
 * Keycloak HA Guide uses token for cross-site setup that expires
 * GitHub Status check is green if the build fails ci
 * Workflow failure: FIPS IT -
   KcSamlEncryptedIdTest#testEncryptedElementIsReadableInDeprecatedMode ci

PR:		276706
Reported by:	freebsd@rheinwolf.de (maintainer)
parent 0d1a6ef5
No related branches found
No related tags found
No related merge requests found
PORTNAME= keycloak
DISTVERSION= 23.0.1
PORTVERSION= 23.0.5
CATEGORIES= net java
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/
......@@ -23,7 +23,7 @@ SHEBANG_FILES= bin/kc.sh \
USE_JAVA= yes
JAVA_VERSION= 17+
JAVA_OS= native
JAVA_VENDOR= openjdk oracle
JAVA_VENDOR= openjdk
JAVA_RUN= yes
USE_RC_SUBR= keycloak
......
TIMESTAMP = 1701244706
SHA256 (keycloak-23.0.1.tar.gz) = bb75498ebab197040c1b4808d1b03735de93320c982b6351334141001eabaabd
SIZE (keycloak-23.0.1.tar.gz) = 177795842
TIMESTAMP = 1706519411
SHA256 (keycloak-23.0.5.tar.gz) = 576990e486f1a3f0d4bce8f3c7c22fee5699d17e03794c8653cc5d36287adac1
SIZE (keycloak-23.0.5.tar.gz) = 177864638
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment