Bug 269736

Summary: net/keycloak: Update to 20.0.5
Product: Ports & Packages Reporter: Matthias Wolf <freebsd>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: --- Flags: fernape: merge-quarterly+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://www.keycloak.org/2023/02/keycloak-2005-released.html
Attachments:
Description Flags
net/keycloak freebsd: maintainer-approval+

Description Matthias Wolf 2023-02-21 14:55:15 UTC
Created attachment 240302 [details]
net/keycloak

Upgrade Keycloak to 20.0.5.

Tested on 12.3-RELEASE and 13.1-RELEASE. Poudriere builds ok at https://poudriere.rheinwolf.de/builds/20230221-11:04:13.29054/.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-02-22 12:08:17 UTC
Should this be MFHed to 2021Q3?
Comment 2 Matthias Wolf 2023-02-22 15:27:34 UTC
Probably yes, as quarterly already contains v20 and this are only errata fixes, no feature upgrades.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-02-23 16:08:45 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a9555f688ecc5781e6831a1bdff90cfd11fe41ec

commit a9555f688ecc5781e6831a1bdff90cfd11fe41ec
Author:     Matthias Wolf <freebsd@rheinwolf.de>
AuthorDate: 2023-02-22 12:03:08 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-02-23 15:56:30 +0000

    net/keycloak: Update to 20.0.5

    ChangeLog: https://www.keycloak.org/2023/02/keycloak-2005-released.html

    Bugs:

     * Fine-grained authorization behavior for management of groups differs between
       version 18.0.3 and 19.03, 20.0 keycloak-ui section/other
       * Not able to see the events UI keycloak-ui section/events
     * Keycloak 20.0.2-1 OutOfMemoryError in admin ui keycloak-ui section/clients
     * SAML client import cert pem file for "Encryption keys config" broken
       keycloak-ui section/clients
     * Default value of `NameID policy format` is not correct in SAML Identity
       Provider keycloak-ui section/identity providers
     * Escape character in SAML response keycloak saml
     * OfflineSessionPersistenceTest times out with session preloading keycloak
       storage

    PR:             269736
    Reported by:    freebsd@rheinwolf.de (maintainer)
    MFH:            2023Q1 (bugfix release)

 net/keycloak/Makefile  |   2 +-
 net/keycloak/distinfo  |   6 +-
 net/keycloak/pkg-plist | 324 ++++++++++++++++++++++++-------------------------
 3 files changed, 166 insertions(+), 166 deletions(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-02-23 16:20:48 UTC
A commit in branch 2023Q1 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ee1d79a0d638d04fc7e219600c1cd8a8370e0bf2

commit ee1d79a0d638d04fc7e219600c1cd8a8370e0bf2
Author:     Matthias Wolf <freebsd@rheinwolf.de>
AuthorDate: 2023-02-22 12:03:08 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-02-23 16:15:25 +0000

    net/keycloak: Update to 20.0.5

    ChangeLog: https://www.keycloak.org/2023/02/keycloak-2005-released.html

    Bugs:

     * Fine-grained authorization behavior for management of groups differs between
       version 18.0.3 and 19.03, 20.0 keycloak-ui section/other
       * Not able to see the events UI keycloak-ui section/events
     * Keycloak 20.0.2-1 OutOfMemoryError in admin ui keycloak-ui section/clients
     * SAML client import cert pem file for "Encryption keys config" broken
       keycloak-ui section/clients
     * Default value of `NameID policy format` is not correct in SAML Identity
       Provider keycloak-ui section/identity providers
     * Escape character in SAML response keycloak saml
     * OfflineSessionPersistenceTest times out with session preloading keycloak
       storage

    PR:             269736
    Reported by:    freebsd@rheinwolf.de (maintainer)
    MFH:            2023Q1 (bugfix release)

    (cherry picked from commit a9555f688ecc5781e6831a1bdff90cfd11fe41ec)

 net/keycloak/Makefile  |   2 +-
 net/keycloak/distinfo  |   6 +-
 net/keycloak/pkg-plist | 324 ++++++++++++++++++++++++-------------------------
 3 files changed, 166 insertions(+), 166 deletions(-)
Comment 5 Fernando Apesteguía freebsd_committer freebsd_triage 2023-02-23 16:21:12 UTC
Committed and merged to 2023Q1,

Thanks!