Summary: | net/krill: update to version 0.13.1 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jaap Akkerhuis <jaap> | ||||
Component: | Individual Port(s) | Assignee: | Robert Clausecker <fuz> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | fuz | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://github.com/NLnetLabs/krill/releases/tag/v0.13.1 | ||||||
Attachments: |
|
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5de5895130d4d884a4fe20106a338d529a4b0e07 commit 5de5895130d4d884a4fe20106a338d529a4b0e07 Author: Jaap Akkerhuis <jaap@NLnetLabs.nl> AuthorDate: 2023-06-04 14:07:37 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-06-05 16:53:02 +0000 net/krill: Update to Version 0.13.1 The Krill UI includes a CA selection dropdown in case you have multiple CAs. This dropdown used to have a scrollbar, which accidentally got lost in the UI overhaul we did in version 0.13.0. This is now fixed (#1071) Changelog: https://github.com/NLnetLabs/krill/releases/tag/v0.13.1 PR: 271822 net/krill/Makefile | 2 +- net/krill/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) Thank you for your contribution. |
Created attachment 242593 [details] patch to update The Krill UI includes a CA selection dropdown in case you have multiple CAs. This dropdown used to have a scrollbar, which accidentally got lost in the UI overhaul we did in version 0.13.0. This is now fixed (#1071)