mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
ChangeLog: https://www.nlnetlabs.nl/news/2025/Jan/22/routinator-0.14.1-released/ * ASPA support is now always compiled in and available if `enable-aspa` is set. The `aspa` Cargo feature has been removed. ([#990]) * If merging mutliple ASPA objects for a single customer ASN results in more than 16,380 provider ASNs, the ASPA is dropped. (Note that ASPA objects with more than 16,380 provider ASNs are already rejected during parsing.) ([#996]) * New `archive-stats` command that shows some statistics of an RRDP archive. ([#982]) * Re-enabled the use of GZIP compression in HTTP request sent by the RRDP collector. Measures to deal with exploding data have been implemented in [rpki-rs#319]. ([#997]) Bug fixes * Fixed an issue with checking the file names in manifests that let to a crash when non-ASCII characters are used. ([rpki-rs#320], reported by Haya Schulmann and Niklas Vogel of Goethe University Frankfurt/ATHENE Center and assigned [CVE-2025-0638]) * The validation HTTP endpoints now accept prefixes with non-zero host bits. ([#987]) * Removed duplicate `rtr_client_reset_queries` in HTTP metrics. ([#992] by [@sleinen]) * Improved disk space consumption of the new RRDP archives by re-using empty space when updating an object and padding all objects to a multiple of 256 bytes. ([#982]) Other changes * The minimum supported Rust version is now 1.74. ([#999]) * Added packaging support for Ubuntu 24.04 and removed support for Debian Stretch 9, Ubuntu Xenial 16.04, Ubuntu Bionic 18.04, and Centos 7 ([#980], [#994]) * Upgraded the bundled routinator-ui to release [ui-0.4.3][0.4.3]. PR: 284339 Reported by: jaap@NLnetLabs.nl (maintainer)
239 lines
5.2 KiB
Text
239 lines
5.2 KiB
Text
CARGO_CRATES= addr2line-0.24.2 \
|
|
adler2-2.0.0 \
|
|
android-tzdata-0.1.1 \
|
|
android_system_properties-0.1.5 \
|
|
anstream-0.6.18 \
|
|
anstyle-1.0.10 \
|
|
anstyle-parse-0.2.6 \
|
|
anstyle-query-1.1.2 \
|
|
anstyle-wincon-3.0.7 \
|
|
arbitrary-1.4.1 \
|
|
async-compression-0.4.18 \
|
|
autocfg-1.4.0 \
|
|
backtrace-0.3.74 \
|
|
base64-0.22.1 \
|
|
bcder-0.7.5 \
|
|
bitflags-2.8.0 \
|
|
bumpalo-3.16.0 \
|
|
byteorder-1.5.0 \
|
|
bytes-1.9.0 \
|
|
cc-1.2.10 \
|
|
cfg-if-1.0.0 \
|
|
cfg_aliases-0.2.1 \
|
|
chrono-0.4.39 \
|
|
clap-4.5.27 \
|
|
clap_builder-4.5.27 \
|
|
clap_derive-4.5.24 \
|
|
clap_lex-0.7.4 \
|
|
colorchoice-1.0.3 \
|
|
core-foundation-0.9.4 \
|
|
core-foundation-sys-0.8.7 \
|
|
crc32fast-1.4.2 \
|
|
crossbeam-queue-0.3.12 \
|
|
crossbeam-utils-0.8.21 \
|
|
deranged-0.3.11 \
|
|
derive_arbitrary-1.4.1 \
|
|
dirs-6.0.0 \
|
|
dirs-sys-0.5.0 \
|
|
displaydoc-0.2.5 \
|
|
either-1.13.0 \
|
|
equivalent-1.0.1 \
|
|
errno-0.3.10 \
|
|
error-chain-0.12.4 \
|
|
fastrand-2.3.0 \
|
|
flate2-1.0.35 \
|
|
fnv-1.0.7 \
|
|
foreign-types-0.3.2 \
|
|
foreign-types-shared-0.1.1 \
|
|
form_urlencoded-1.2.1 \
|
|
futures-0.3.31 \
|
|
futures-channel-0.3.31 \
|
|
futures-core-0.3.31 \
|
|
futures-executor-0.3.31 \
|
|
futures-io-0.3.31 \
|
|
futures-macro-0.3.31 \
|
|
futures-sink-0.3.31 \
|
|
futures-task-0.3.31 \
|
|
futures-util-0.3.31 \
|
|
getrandom-0.2.15 \
|
|
gimli-0.31.1 \
|
|
hashbrown-0.15.2 \
|
|
heck-0.5.0 \
|
|
hostname-0.3.1 \
|
|
http-1.2.0 \
|
|
http-body-1.0.1 \
|
|
http-body-util-0.1.2 \
|
|
httparse-1.9.5 \
|
|
httpdate-1.0.3 \
|
|
hyper-1.5.2 \
|
|
hyper-rustls-0.27.5 \
|
|
hyper-tls-0.6.0 \
|
|
hyper-util-0.1.10 \
|
|
iana-time-zone-0.1.61 \
|
|
iana-time-zone-haiku-0.1.2 \
|
|
icu_collections-1.5.0 \
|
|
icu_locid-1.5.0 \
|
|
icu_locid_transform-1.5.0 \
|
|
icu_locid_transform_data-1.5.0 \
|
|
icu_normalizer-1.5.0 \
|
|
icu_normalizer_data-1.5.0 \
|
|
icu_properties-1.5.1 \
|
|
icu_properties_data-1.5.0 \
|
|
icu_provider-1.5.0 \
|
|
icu_provider_macros-1.5.0 \
|
|
idna-1.0.3 \
|
|
idna_adapter-1.2.0 \
|
|
indexmap-2.7.1 \
|
|
ipnet-2.11.0 \
|
|
is_terminal_polyfill-1.70.1 \
|
|
itoa-1.0.14 \
|
|
js-sys-0.3.77 \
|
|
libc-0.2.169 \
|
|
libredox-0.1.3 \
|
|
linux-raw-sys-0.4.15 \
|
|
listenfd-1.0.2 \
|
|
litemap-0.7.4 \
|
|
log-0.4.25 \
|
|
match_cfg-0.1.0 \
|
|
memchr-2.7.4 \
|
|
memoffset-0.9.1 \
|
|
mime-0.3.17 \
|
|
miniz_oxide-0.8.3 \
|
|
mio-1.0.3 \
|
|
native-tls-0.2.12 \
|
|
nix-0.27.1 \
|
|
num-conv-0.1.0 \
|
|
num-traits-0.2.19 \
|
|
num_threads-0.1.7 \
|
|
object-0.36.7 \
|
|
once_cell-1.20.2 \
|
|
openssl-0.10.68 \
|
|
openssl-macros-0.1.1 \
|
|
openssl-probe-0.1.5 \
|
|
openssl-sys-0.9.104 \
|
|
option-ext-0.2.0 \
|
|
percent-encoding-2.3.1 \
|
|
pin-project-lite-0.2.16 \
|
|
pin-utils-0.1.0 \
|
|
pkg-config-0.3.31 \
|
|
powerfmt-0.2.0 \
|
|
ppv-lite86-0.2.20 \
|
|
proc-macro2-1.0.93 \
|
|
quick-xml-0.31.0 \
|
|
quinn-0.11.6 \
|
|
quinn-proto-0.11.9 \
|
|
quinn-udp-0.5.9 \
|
|
quote-1.0.38 \
|
|
rand-0.8.5 \
|
|
rand_chacha-0.3.1 \
|
|
rand_core-0.6.4 \
|
|
redox_users-0.5.0 \
|
|
reqwest-0.12.12 \
|
|
ring-0.17.8 \
|
|
rpki-0.18.5 \
|
|
rustc-demangle-0.1.24 \
|
|
rustc-hash-2.1.0 \
|
|
rustix-0.38.44 \
|
|
rustls-0.23.21 \
|
|
rustls-pemfile-2.2.0 \
|
|
rustls-pki-types-1.10.1 \
|
|
rustls-webpki-0.102.8 \
|
|
rustversion-1.0.19 \
|
|
ryu-1.0.18 \
|
|
schannel-0.1.27 \
|
|
security-framework-2.11.1 \
|
|
security-framework-sys-2.14.0 \
|
|
serde-1.0.217 \
|
|
serde_derive-1.0.217 \
|
|
serde_json-1.0.137 \
|
|
serde_urlencoded-0.7.1 \
|
|
shlex-1.3.0 \
|
|
signal-hook-registry-1.4.2 \
|
|
siphasher-1.0.1 \
|
|
slab-0.4.9 \
|
|
smallvec-1.13.2 \
|
|
socket2-0.5.8 \
|
|
spin-0.9.8 \
|
|
stable_deref_trait-1.2.0 \
|
|
strsim-0.11.1 \
|
|
subtle-2.6.1 \
|
|
syn-2.0.96 \
|
|
sync_wrapper-1.0.2 \
|
|
synstructure-0.13.1 \
|
|
syslog-6.1.1 \
|
|
tempfile-3.15.0 \
|
|
terminal_size-0.4.1 \
|
|
thiserror-1.0.69 \
|
|
thiserror-2.0.11 \
|
|
thiserror-impl-1.0.69 \
|
|
thiserror-impl-2.0.11 \
|
|
time-0.3.37 \
|
|
time-core-0.1.2 \
|
|
time-macros-0.2.19 \
|
|
tinystr-0.7.6 \
|
|
tinyvec-1.8.1 \
|
|
tinyvec_macros-0.1.1 \
|
|
tokio-1.43.0 \
|
|
tokio-macros-2.5.0 \
|
|
tokio-native-tls-0.3.1 \
|
|
tokio-rustls-0.26.1 \
|
|
tokio-socks-0.5.2 \
|
|
tokio-util-0.7.13 \
|
|
toml_datetime-0.6.8 \
|
|
toml_edit-0.22.22 \
|
|
tower-0.5.2 \
|
|
tower-layer-0.3.3 \
|
|
tower-service-0.3.3 \
|
|
tracing-0.1.41 \
|
|
tracing-core-0.1.33 \
|
|
try-lock-0.2.5 \
|
|
unicode-ident-1.0.14 \
|
|
untrusted-0.9.0 \
|
|
url-2.5.4 \
|
|
utf16_iter-1.0.5 \
|
|
utf8_iter-1.0.4 \
|
|
utf8parse-0.2.2 \
|
|
uuid-1.12.1 \
|
|
vcpkg-0.2.15 \
|
|
version_check-0.9.5 \
|
|
want-0.3.1 \
|
|
wasi-0.11.0+wasi-snapshot-preview1 \
|
|
wasm-bindgen-0.2.100 \
|
|
wasm-bindgen-backend-0.2.100 \
|
|
wasm-bindgen-futures-0.4.50 \
|
|
wasm-bindgen-macro-0.2.100 \
|
|
wasm-bindgen-macro-support-0.2.100 \
|
|
wasm-bindgen-shared-0.2.100 \
|
|
web-sys-0.3.77 \
|
|
web-time-1.1.0 \
|
|
webpki-roots-0.26.7 \
|
|
winapi-0.3.9 \
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
|
windows-core-0.52.0 \
|
|
windows-registry-0.2.0 \
|
|
windows-result-0.2.0 \
|
|
windows-strings-0.1.0 \
|
|
windows-sys-0.52.0 \
|
|
windows-sys-0.59.0 \
|
|
windows-targets-0.52.6 \
|
|
windows_aarch64_gnullvm-0.52.6 \
|
|
windows_aarch64_msvc-0.52.6 \
|
|
windows_i686_gnu-0.52.6 \
|
|
windows_i686_gnullvm-0.52.6 \
|
|
windows_i686_msvc-0.52.6 \
|
|
windows_x86_64_gnu-0.52.6 \
|
|
windows_x86_64_gnullvm-0.52.6 \
|
|
windows_x86_64_msvc-0.52.6 \
|
|
winnow-0.6.24 \
|
|
write16-1.0.0 \
|
|
writeable-0.5.5 \
|
|
yoke-0.7.5 \
|
|
yoke-derive-0.7.5 \
|
|
zerocopy-0.7.35 \
|
|
zerocopy-derive-0.7.35 \
|
|
zerofrom-0.1.5 \
|
|
zerofrom-derive-0.1.5 \
|
|
zeroize-1.8.1 \
|
|
zerovec-0.10.4 \
|
|
zerovec-derive-0.10.3
|