Summary: | net/krill: Update to version 0.12.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jaap Akkerhuis <jaap> | ||||
Component: | Individual Port(s) | Assignee: | Nuno Teixeira <eduardo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | eduardo | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://github.com/NLnetLabs/krill/releases/tag/v0.12.0 | ||||||
Attachments: |
|
Description
Jaap Akkerhuis
2022-11-11 14:58:07 UTC
Sugestion: - remove openssl-src-111.22.0+1.1.1q from cargo crates list since port is not using vendored openssl. This way we prevent from downloading it. (rust/crates/openssl-src-111.22.0+1.1.1q.crate) - optional: use Makefile.crates instead of including crates list in Makefile (feature in Mk/Uses/cargo.mk) (In reply to Nuno Teixeira from comment #1) (1) You are right. This time I forgot to remove perspicuous from the cargo list (and distinfo). Feel free to do so, or do you want a new patch? (2) I'll consider using Makefile.cargo for the next update. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=82cb6646903504ae695c9daad5c9aa204242239a commit 82cb6646903504ae695c9daad5c9aa204242239a Author: Jaap Akkerhuis <jaap@NLnetLabs.nl> AuthorDate: 2022-11-14 19:22:27 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-11-14 19:22:27 +0000 net/krill: Update to 0.12.0 ChangeLog: https://github.com/NLnetLabs/krill/releases/tag/v0.12.0 PR: 267712 net/krill/Makefile | 276 ++++++++++-------- net/krill/distinfo | 492 +++++++++++++++++++-------------- net/krill/files/patch-Cargo.toml (new) | 19 ++ 3 files changed, 457 insertions(+), 330 deletions(-) Committed with fix (1) from comment #2 Thanks! |