-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
New * Added support for private keys marked as “EC PRIVATE KEY“ in the PEM files for TLS server configuration. ([#921]) * The rsync collector now logs stderr output of the rsync command directly instead of collecting it and logging it in one go after the commend returned. ([#290]) Bug Fixes * The `dump` command will now succeed even if certain directories or files in the repository cache are missing. ([#916]) * A more meaningful message is now printed when decoding RPKI objects fails. It will still not give much detail but at least it isn’t confusing any more. ([#917]) Other changes * Updated the `nlnetlabs-testbed` TAL to the current location and key. ([#922])
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
Check notice on line 1 in Cargo.toml GitHub Actions / package / pkg (routinator, ubuntu:focal, x86_64)
Check notice on line 1 in Cargo.toml GitHub Actions / package / pkg (routinator, ubuntu:jammy, x86_64)
Check notice on line 1 in Cargo.toml GitHub Actions / package / pkg (routinator, debian:buster, x86_64)
Check notice on line 1 in Cargo.toml GitHub Actions / package / pkg (routinator, debian:bullseye, x86_64)
Check notice on line 1 in Cargo.toml GitHub Actions / package / pkg (routinator, debian:bookworm, x86_64)
Check notice on line 1 in Cargo.toml GitHub Actions / package / pkg (routinator, debian:bullseye, armv7-unknown-linux-musleabihf)
Check notice on line 1 in Cargo.toml GitHub Actions / package / pkg (routinator, debian:buster, arm-unknown-linux-musleabihf)
|
||
# Note: some of these values are also used when building Debian packages below. | ||
name = "routinator" | ||
version = "0.13.1-dev" | ||
version = "0.13.1" | ||
edition = "2021" | ||
rust-version = "1.70" | ||
authors = ["The NLnet Labs RPKI Team <[email protected]>"] | ||
|