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/.
Is this something that should be MFH?
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.
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(-)
Committed, Thanks!
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(-)
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!