lang/rust-nightly: Update to 1.47.0.20200824

Changes:	792c645ca7...5180f3da5f
This commit is contained in:
Tobias Kortkamp 2020-08-24 06:43:14 +00:00
parent 2c1ce34db5
commit c215c2e28c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546050
3 changed files with 4 additions and 25 deletions

View file

@ -20,7 +20,7 @@ OPTIONS_EXCLUDE= DOCS
# Get latest from top level 'date' key in
# https://static.rust-lang.org/dist/channel-rust-nightly.toml
NIGHTLY_DATE= 2020-08-18
NIGHTLY_DATE= 2020-08-24
# See WRKSRC/src/stage0.txt for this date
BOOTSTRAPS_DATE= 2020-07-16

View file

@ -1,6 +1,6 @@
TIMESTAMP = 1597719932
SHA256 (rust/2020-08-18/rustc-nightly-src.tar.xz) = 98b4565b58e04d89dea52b48606fd06c9eaf50c3eed34dbbeaccd665d0d65f04
SIZE (rust/2020-08-18/rustc-nightly-src.tar.xz) = 102196456
TIMESTAMP = 1598251375
SHA256 (rust/2020-08-24/rustc-nightly-src.tar.xz) = ea8819dfcc6ac38bad11ea89da093c11ccd214ea54cac5ec3ffb1c66711e342a
SIZE (rust/2020-08-24/rustc-nightly-src.tar.xz) = 104120996
SHA256 (rust/2020-07-16/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 423e43d67a25133ddfaa1874c9bd06d690fbfb127e76cbf4323a9564dfd92c26
SIZE (rust/2020-07-16/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 42656972
SHA256 (rust/2020-07-16/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = ef2c4ef506cb44b6344c7892d9c89beffb2cff81841321a329a3a88299d4bb34

View file

@ -1,21 +0,0 @@
--- vendor/openssl-sys/build/main.rs.orig 2020-06-01 17:45:25 UTC
+++ vendor/openssl-sys/build/main.rs
@@ -204,6 +204,9 @@ See rust-openssl README for more information:
(3, 0, 0) => ('3', '0', '0'),
(3, 0, 1) => ('3', '0', '1'),
(3, 0, _) => ('3', '0', 'x'),
+ (3, 1, 0) => ('3', '1', '0'),
+ (3, 1, _) => ('3', '1', 'x'),
+ (3, 2, 0) => ('3', '2', '0'),
_ => version_error(),
};
@@ -244,7 +247,7 @@ fn version_error() -> ! {
"
This crate is only compatible with OpenSSL 1.0.1 through 1.1.1, or LibreSSL 2.5
-through 3.0.x, but a different version of OpenSSL was found. The build is now aborting
+through 3.2.0, but a different version of OpenSSL was found. The build is now aborting
due to this version mismatch.
"