Bug 266939 - net/keycloak: Update to 19.0.3
Summary: net/keycloak: Update to 19.0.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://www.keycloak.org/2022/10/keyc...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-10 13:13 UTC by Matthias Wolf
Modified: 2022-10-11 15:41 UTC (History)
1 user (show)

See Also:
fernape: merge-quarterly+


Attachments
net/keycloak (7.39 KB, patch)
2022-10-10 13:13 UTC, Matthias Wolf
freebsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Wolf 2022-10-10 13:13:31 UTC
Created attachment 237188 [details]
net/keycloak

Upgrade Keycloak to 19.0.3.

Tested on 12.3-RELEASE and 13.1-RELEASE. Poudriere builds ok at https://poudriere.rheinwolf.de/builds/20221010-10:42:37.70088/.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-10-11 05:59:53 UTC
Is this something that should be MFH?
Comment 2 Matthias Wolf 2022-10-11 10:58:40 UTC
This is a small errata release, that doesn't add features. So from my point of view, it would make sense to MFH it, but I don't know the exact rules on when to do this.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-10-11 15:39:34 UTC
A commit in branch main references this bug:

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

commit b82ed46853b8647bfdddabcce434c4a4548d41b2
Author:     Matthias Wolf <freebsd@rheinwolf.de>
AuthorDate: 2022-10-11 05:55:32 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-10-11 15:35:18 +0000

    net/keycloak: Update to 19.0.3

    ChangeLog: https://www.keycloak.org/2022/10/keycloak-1903-released.html

     * AdminV2 not using admin hostname keycloak-ui admin/ui
     * Clear expired events errors keycloak storage
     * CryptoIntegration fails to init on WebSphere Liberty keycloak
     * keycloak 19 legacy: unable to deploy war-packaged user storage provider
       keycloak storage
     * Missing variable declaration in AuthZ JS keycloak adapter/javascript
     * Browser-based flows not working properly due to 3rd party cookie policies on
       Firefox

    PR:             266939
    Reported by:    freebsd@rheinwolf.de (maintainer)

 net/keycloak/Makefile  |  4 ++--
 net/keycloak/distinfo  |  6 +++---
 net/keycloak/pkg-plist | 56 +++++++++++++++++++++++++-------------------------
 3 files changed, 33 insertions(+), 33 deletions(-)
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2022-10-11 15:40:10 UTC
Committed,

Thanks!
Comment 5 commit-hook freebsd_committer freebsd_triage 2022-10-11 15:41:35 UTC
A commit in branch 2022Q4 references this bug:

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

commit f46b2fd2aee02720e6fbe70047f2cbc9fa11c31c
Author:     Matthias Wolf <freebsd@rheinwolf.de>
AuthorDate: 2022-10-11 05:55:32 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-10-11 15:37:16 +0000

    net/keycloak: Update to 19.0.3

    ChangeLog: https://www.keycloak.org/2022/10/keycloak-1903-released.html

     * AdminV2 not using admin hostname keycloak-ui admin/ui
     * Clear expired events errors keycloak storage
     * CryptoIntegration fails to init on WebSphere Liberty keycloak
     * keycloak 19 legacy: unable to deploy war-packaged user storage provider
       keycloak storage
     * Missing variable declaration in AuthZ JS keycloak adapter/javascript
     * Browser-based flows not working properly due to 3rd party cookie policies on
       Firefox

    PR:             266939
    Reported by:    freebsd@rheinwolf.de (maintainer)

    (cherry picked from commit b82ed46853b8647bfdddabcce434c4a4548d41b2)

 net/keycloak/Makefile  |  4 ++--
 net/keycloak/distinfo  |  6 +++---
 net/keycloak/pkg-plist | 56 +++++++++++++++++++++++++-------------------------
 3 files changed, 33 insertions(+), 33 deletions(-)
Comment 6 Fernando Apesteguía freebsd_committer freebsd_triage 2022-10-11 15:41:50 UTC
Merged to 2022Q4.

There are no explicit rules. If it is a bugfix release and the branch was recently created (or the next one is not near) it might be something users might benefit from.

Thanks!