Skip to content

Commit

Permalink
addpatch: stalwart-mail-server 0.9.2-1
Browse files Browse the repository at this point in the history
Fix ring 0.16.20.

Two dependencies pull in ring 0.16.20, which has updated ring to 0.17
but no release is made yet:

- https://github.com/hickory-dns/hickory-dns/blob/main/Cargo.lock#L1663-L1668
- https://github.com/inejge/ldap3/blob/master/Cargo.toml#L33
  • Loading branch information
kxxt authored and felixonmars committed Oct 15, 2024
1 parent 7b2bd5b commit e528298
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions stalwart-mail-server/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -41,6 +41,8 @@ b2sums=('dbfce58ad418b0cae3ce063ca50286c3c9897a13dc868eb30a8b16c340748a8de576066
prepare() {
cd $_name-$pkgver
export RUSTUP_TOOLCHAIN=stable
+ echo -e "\n[patch.crates-io]\nring = { git = 'https://github.com/felixonmars/ring', branch = '0.16.20' }" >> Cargo.toml
+ cargo update -p [email protected]
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}

0 comments on commit e528298

Please sign in to comment.