| Summary: | www/bareos-webui: 21.0.0 cannot authenticate | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Felicián Hoppál <feldeci> |
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> |
| Status: | Closed FIXED | ||
| Severity: | Affects Many People | CC: | feldeci |
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(acm) |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Felicián Hoppál
2022-02-23 15:32:42 UTC
Solved this one. In /usr/local/www/bareos/version.php the variable $bareos_full_version is empty: $bareos_full_version = ""; If I replace it with the valid version, $bareos_full_version = "21.0.0"; it works instantly. Please update the port because it's broken. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e171dd99a5f58849e8d61f7719ef8ecaba4b472 commit 4e171dd99a5f58849e8d61f7719ef8ecaba4b472 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2022-03-06 20:21:34 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2022-03-06 20:21:34 +0000 www/bareos-webui: Fix problem on authenticate time - Fix issue where bareos version is not defined. It cause problems on authenticate time - Bump PORTREIVISION PR: 262153 Reported by: feldeci _at_ gmail.com www/bareos-webui/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) - Committed thanks! |