From 5695ff69493385bddbdeb1cf4c9b780a0c9c2ba0 Mon Sep 17 00:00:00 2001 From: Eric Long Date: Tue, 6 Aug 2024 22:05:45 +0800 Subject: [PATCH] addpatch: tiny 0.12.0-3 Upgrade ring to 0.17, upstreamed to https://github.com/osa1/tiny/pull/433. --- tiny/riscv64.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tiny/riscv64.patch diff --git a/tiny/riscv64.patch b/tiny/riscv64.patch new file mode 100644 index 000000000..526dcfe24 --- /dev/null +++ b/tiny/riscv64.patch @@ -0,0 +1,12 @@ +--- PKGBUILD ++++ PKGBUILD +@@ -27,7 +27,9 @@ prepare() { + cd $pkgname + + export RUSTUP_TOOLCHAIN=stable ++ sed -i 's/tokio-rustls = { version = "0.23",/tokio-rustls = { version = "0.24",/' crates/libtiny_client/Cargo.toml + cargo update --workspace ++ cargo update -p sct --precise 0.7.1 + cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')" + } +