From 765ef16aa18b6c86889703da21d5240154026abf Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 25 Oct 2019 16:01:18 +0300 Subject: [PATCH] rust: fix build with libressl 3.0.X --- extra/rust/checksums | 2 +- extra/rust/patches/musl-libressl.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/rust/checksums b/extra/rust/checksums index 79b67050..e60ce06e 100644 --- a/extra/rust/checksums +++ b/extra/rust/checksums @@ -2,4 +2,4 @@ fa1d98bf18fb49ff58a70d51ff7924e4d1975f7812dc5217ea31652bf8b7bca4 rust-std-1.37.0-x86_64-unknown-linux-musl.tar.gz#no-extract 1981b67c0cbcaf37f40ee9576d6d1b9a554019e571fc4c49ee9457cf011e0f75 rustc-1.37.0-x86_64-unknown-linux-musl.tar.gz#no-extract cbc10b662b36be72f94803bf3a977051648ccef29d914fede1fa7fff04c784b4 cargo-0.38.0-x86_64-unknown-linux-musl.tar.gz#no-extract -9987f344bbce0424199b1fc65dfd3136b7c562520a371f01ce79321dc55019cf musl-libressl.patch +bdc6fa240226860d613c03d19180b810c389d5fa3a21dfc574e01c1c838b201a musl-libressl.patch diff --git a/extra/rust/patches/musl-libressl.patch b/extra/rust/patches/musl-libressl.patch index 8aa303fa..dd356185 100644 --- a/extra/rust/patches/musl-libressl.patch +++ b/extra/rust/patches/musl-libressl.patch @@ -169,7 +169,7 @@ index 02b93b90a..ff66ca180 100644 + (2, 7, _) => ('2', '7', 'x'), + (2, 8, 0) => ('2', '8', '0'), + (2, 8, 1) => ('2', '8', '1'), -+ (2, 8, _) => ('2', '8', 'x'), ++ (3, 0, _) => ('3', '0', 'x'), + (2, 9, 0) => ('2', '9', '0'), + (2, 9, _) => ('2', '9', 'x'), + (3, 0, 0) => ('3', '0', '0'),