Summary: | net/keycloak: User/group hardcoded to www/www | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Tobias Bölz <freebsd-bugs> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | acm, freebsd |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(freebsd) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | |||
Bug Blocks: | 276859 |
Description
Tobias Bölz
2023-12-09 16:31:49 UTC
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=17afe60229c0d18c7f0d38fc7412d17abcffbc39 commit 17afe60229c0d18c7f0d38fc7412d17abcffbc39 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-02-20 17:33:39 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-02-20 17:36:48 +0000 net/keycloak: update to 23.0.6 - Update to 23.0.6 - Add keycloak user and group - Add pkg-message - Add support for development(start-dev) and production (start) mode at rc script - Export JAVA_HOME from rc script - Add keycloak build function into rc script PR: 275658 276859 Approved by: maintainer timeout (2 weeks) GIDs | 2 +- UIDs | 2 +- net/keycloak/Makefile | 19 +++++++---- net/keycloak/distinfo | 6 ++-- net/keycloak/files/keycloak.in | 15 +++++++-- net/keycloak/files/pkg-message.in (new) | 58 +++++++++++++++++++++++++++++++++ net/keycloak/pkg-plist | 6 ++-- 7 files changed, 93 insertions(+), 15 deletions(-) Hello, latest version of net/keycloak includes keycloak user and group. Thanks for your PR |