mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
Changelog: - https://github.com/NLnetLabs/krill/releases/tag/v0.9.3 - https://github.com/NLnetLabs/krill/releases/tag/v0.9.4 PR: 260756 Reported by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
12 lines
540 B
TOML
12 lines
540 B
TOML
--- Cargo.toml.orig 2021-11-05 20:28:24 UTC
|
|
+++ Cargo.toml
|
|
@@ -71,8 +71,7 @@ aspa = []
|
|
multi-user = [ "basic-cookies", "jmespatch/sync", "regex", "oso", "openidconnect", "rpassword", "scrypt", "unicode-normalization", "urlparse" ]
|
|
ui-tests = []
|
|
extra-debug = [ "rpki/extra-debug" ]
|
|
-static-openssl = [ "openssl/vendored" ]
|
|
-all-except-ui-tests = [ "multi-user", "rta", "static-openssl", "aspa" ]
|
|
+all-except-ui-tests = [ "multi-user", "rta", "aspa" ]
|
|
hsm = []
|
|
|
|
# Make sure that Krill crashes on panics, rather than losing threads and
|