zou: rebuild with libressl-2.8

This commit is contained in:
Johannes 2018-10-19 14:38:00 +02:00
parent 6042adb4d6
commit 15fab6b55e
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,10 @@
--- Cargo.toml.orig 2018-10-30 00:19:23.713512967 +0100
+++ Cargo.toml 2018-10-30 00:20:02.501175591 +0100
@@ -46,3 +46,7 @@
lto = false
debug-assertions = true
panic = 'unwind'
+
+
+[patch.crates-io]
+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "d5471c97ae86e5bd1032eb6fd95005933f507c49"}

View File

@ -1,7 +1,7 @@
# Template file for 'zou'
pkgname=zou
version=0.2.0
revision=4
revision=5
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libressl-devel"
@ -12,6 +12,11 @@ homepage="https://github.com/k0pernicus/zou"
distfiles="https://github.com/k0pernicus/zou/archive/v${version}.tar.gz"
checksum=cb47cb1023991135c2ae168f436f3ddae497393d7ac3c8b15a174eef2a191f3f
pre_build() {
cargo update
cargo update --package openssl-sys --precise 0.9.35
}
post_install() {
vlicense LICENSE
}