Bug 271822 - net/krill: update to version 0.13.1
Summary: net/krill: update to version 0.13.1
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: Robert Clausecker
URL: https://github.com/NLnetLabs/krill/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-04 17:42 UTC by Jaap Akkerhuis
Modified: 2023-06-05 16:57 UTC (History)
1 user (show)

See Also:


Attachments
patch to update (1.69 KB, patch)
2023-06-04 17:42 UTC, Jaap Akkerhuis
jaap: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaap Akkerhuis 2023-06-04 17:42:41 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-06-05 16:54:38 UTC
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(-)
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-06-05 16:57:20 UTC
Thank you for your contribution.