Bug 290372 - security/kanidm: Upgrade to 1.8.0
Summary: security/kanidm: Upgrade to 1.8.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jesús Daniel Colmenares Oviedo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-19 22:33 UTC by Brad Ackerman
Modified: 2025-11-18 20:29 UTC (History)
2 users (show)

See Also:
dtxdf: maintainer-feedback-


Attachments
patch (5.01 KB, patch)
2025-11-01 22:13 UTC, Brad Ackerman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Ackerman 2025-10-19 22:33:51 UTC
Please update this port to 1.7.4 — that also fixes the current build failures in 1.7.3.

https://pkg-status.freebsd.org/beefy22/data/143amd64-default/cd2ca5cd2643/logs/kanidm-server-1.7.3_2.log
Comment 1 Brad Ackerman 2025-11-01 22:13:16 UTC
Created attachment 265085 [details]
patch

Upgrades to 1.74; also fixes broken rc.d script and missing HTML UI (prevents server from starting).
Comment 2 Jesús Daniel Colmenares Oviedo freebsd_committer freebsd_triage 2025-11-18 20:26:58 UTC
(In reply to Brad Ackerman from comment #1)

The patch cannot be applied due to conflicts, but this port needs more attention anyway, so I will add a patch to upgrade to the current version (1.8.0) and also fix the rc script that needs to use --config-path. This patch will be based on the patch you sent.
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-11-18 20:29:02 UTC
A commit in branch main references this bug:

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

commit 30c5636547c5f46884bcb82e99cffc7a30fb8ee3
Author:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2025-11-18 20:10:18 +0000
Commit:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2025-11-18 20:27:55 +0000

    security/kanidm: Upgrade to 1.8.0

    - Add kanidmd_config parameter to rc script.
    - Fix server flavor.
    - Fix missing Web UI.
    - Improve pkg-descr (also fixes warning in portlint).

    ChangeLogs:

    - https://github.com/kanidm/kanidm/releases/tag/v1.7.4
    - https://github.com/kanidm/kanidm/releases/tag/v1.8.0

    PR:             290372
    Reported by:    brad@facefault.org
    Approved by:    bofh@freebsd.org (maintainer-timeout)

 security/kanidm/Makefile                       |    8 +-
 security/kanidm/Makefile.crates                |  646 ++++++------
 security/kanidm/distinfo                       | 1294 +++++++++++++-----------
 security/kanidm/files/kanidmd.in               |    8 +-
 security/kanidm/files/patch-rust-1.89.0 (gone) |   10 -
 security/kanidm/pkg-descr                      |    4 +-
 security/kanidm/pkg-plist.server               |   39 +
 7 files changed, 1076 insertions(+), 933 deletions(-)