mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
ChangeLog: https://www.nlnetlabs.nl/news/2021/Nov/09/routinator-0.10.2-released/ This version updates several vulnerabilities. * vuxml entry to follow * Remove stale comment PR: 260908 Reported by: jaap@NLnetLabs.nl (maintainer) MFH: 2022Q1
11 lines
480 B
Rust
11 lines
480 B
Rust
--- cargo-crates/routinator-ui-0.3.4/build.rs.orig 2021-11-10 10:32:39 UTC
|
|
+++ cargo-crates/routinator-ui-0.3.4/build.rs
|
|
@@ -110,6 +110,8 @@ impl Assets {
|
|
}
|
|
|
|
fn _download_ui_release_build() -> Result<Vec<u8>, reqwest::Error> {
|
|
+ let fname = format!("{}/routinator-ui-build.tar.gz", "DISTDIR");
|
|
+ return Ok(std::fs::read(&fname).expect("could not read routinator ui file"));
|
|
let version = env!("CARGO_PKG_VERSION");
|
|
let mut headers = header::HeaderMap::new();
|
|
|