From e893f6ae713f0e41bb75965462ddfcc2aadd7de7 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 15 Jun 2019 17:03:17 +0200 Subject: [PATCH] taizen: rebuild for libressl-2.9. --- .../taizen/patches/{libressl-2.8.patch => libressl-2.9.patch} | 2 +- srcpkgs/taizen/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename srcpkgs/taizen/patches/{libressl-2.8.patch => libressl-2.9.patch} (85%) diff --git a/srcpkgs/taizen/patches/libressl-2.8.patch b/srcpkgs/taizen/patches/libressl-2.9.patch similarity index 85% rename from srcpkgs/taizen/patches/libressl-2.8.patch rename to srcpkgs/taizen/patches/libressl-2.9.patch index 267b9b03266..e38d7460a78 100644 --- a/srcpkgs/taizen/patches/libressl-2.8.patch +++ b/srcpkgs/taizen/patches/libressl-2.9.patch @@ -7,4 +7,4 @@ + + +[patch.crates-io] -+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "d5471c97ae86e5bd1032eb6fd95005933f507c49"} ++openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "5675404012996556db6bef9f8589536241561699"} diff --git a/srcpkgs/taizen/template b/srcpkgs/taizen/template index 639e13eeb15..81b9fe50db3 100644 --- a/srcpkgs/taizen/template +++ b/srcpkgs/taizen/template @@ -1,7 +1,7 @@ # Template file for 'taizen' pkgname=taizen version=0.0.0.20180808 -revision=3 +revision=4 _githash=39f77b5c1128d710b12244e433677daaf87c085e wrksrc="${pkgname}-${_githash}" build_style=cargo @@ -19,6 +19,6 @@ pre_build() { cargo update --package openssl-sys --precise 0.9.35 } -post_install () { +post_install() { vlicense LICENSE }