Skip to content

Commit

Permalink
net/keycloak: Update to 23.0.5
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mwolf-rw authored and Fernando Apesteguía committed Feb 4, 2024
1 parent 0d1a6ef commit 28ad89c
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 125 deletions.
4 changes: 2 additions & 2 deletions net/keycloak/Makefile
@@ -1,5 +1,5 @@
PORTNAME= keycloak
DISTVERSION= 23.0.1
PORTVERSION= 23.0.5
CATEGORIES= net java
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions net/keycloak/distinfo
@@ -1,3 +1,3 @@
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

0 comments on commit 28ad89c

Please sign in to comment.