ffsend: rebuild against libressl-3.1.3
This commit is contained in:
parent
722150393b
commit
aeb2183900
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ffsend'
|
# Template file for 'ffsend'
|
||||||
pkgname=ffsend
|
pkgname=ffsend
|
||||||
version=0.2.64
|
version=0.2.64
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libressl-devel"
|
makedepends="libressl-devel"
|
||||||
|
@ -16,3 +16,7 @@ post_extract() {
|
||||||
# avoid ring dependency
|
# avoid ring dependency
|
||||||
vsed -i 's,"crypto-ring","crypto-openssl",' Cargo.toml
|
vsed -i 's,"crypto-ring","crypto-openssl",' Cargo.toml
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
cargo update --package openssl-sys --precise 0.9.58
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue