From 20c4efe1bc1aee0ce46aa02c7b6524369841ed98 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 8 Jun 2021 19:18:37 +0100 Subject: [PATCH 1/3] Postpone dependency updates until after 4.4.1 --- qa/zcash/postponed-updates.txt | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/qa/zcash/postponed-updates.txt b/qa/zcash/postponed-updates.txt index 07bc8a2fc..04ae60f84 100644 --- a/qa/zcash/postponed-updates.txt +++ b/qa/zcash/postponed-updates.txt @@ -5,10 +5,10 @@ # # Ccache 4.0 requires adding CMake to the depends system. -native_ccache 4.0 2021-05-01 -native_ccache 4.1 2021-05-01 -native_ccache 4.2 2021-05-01 -native_ccache 4.2.1 2021-05-01 +native_ccache 4.0 2021-07-01 +native_ccache 4.1 2021-07-01 +native_ccache 4.2 2021-07-01 +native_ccache 4.2.1 2021-07-01 native_clang 11.1.0 2021-07-01 libcxx 11.1.0 2021-07-01 @@ -17,14 +17,24 @@ libcxx 11.1.0 2021-07-01 native_clang 12.0.0 2021-07-01 libcxx 12.0.0 2021-07-01 +# Rust is currently pinned to 1.51.0 +rust 1.52.0 2021-07-01 +rust 1.52.1 2021-07-01 + bdb 18.1.40 2021-07-01 # Boost 1.75 starts using the statx syscall where available, which causes # permission errors in some environments. # https://github.com/zcash/zcash/issues/4945 # native_b2 is pinned to the same version as Boost. -boost 1.75.0 2021-05-01 -native_b2 1.75.0 2021-05-01 +boost 1.75.0 2021-07-01 +boost 1.76.0 2021-07-01 +native_b2 1.75.0 2021-07-01 +native_b2 1.76.0 2021-07-01 # Google Test 1.10.0 requires adding CMake to the depends system. -googletest 1.10.0 2021-05-01 +googletest 1.10.0 2021-07-01 + +# Not bumping this for a point release +utfcpp 3.2 2021-07-01 +utfcpp 3.2.1 2021-07-01 \ No newline at end of file From e0cde186b0a4dd360886548c68084a1ecaa3124c Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 8 Jun 2021 19:28:05 +0100 Subject: [PATCH 2/3] Fix Rust dependency name in postponed-updates.txt --- qa/zcash/postponed-updates.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/zcash/postponed-updates.txt b/qa/zcash/postponed-updates.txt index 04ae60f84..b986f7ae7 100644 --- a/qa/zcash/postponed-updates.txt +++ b/qa/zcash/postponed-updates.txt @@ -18,8 +18,8 @@ native_clang 12.0.0 2021-07-01 libcxx 12.0.0 2021-07-01 # Rust is currently pinned to 1.51.0 -rust 1.52.0 2021-07-01 -rust 1.52.1 2021-07-01 +native_rust 1.52.0 2021-07-01 +native_rust 1.52.1 2021-07-01 bdb 18.1.40 2021-07-01 From dadb54b67b1157b80cd2703325e99d010696fcdb Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 8 Jun 2021 19:30:01 +0100 Subject: [PATCH 3/3] Postpone native_ccache 4.3 --- qa/zcash/postponed-updates.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/zcash/postponed-updates.txt b/qa/zcash/postponed-updates.txt index b986f7ae7..339f8734d 100644 --- a/qa/zcash/postponed-updates.txt +++ b/qa/zcash/postponed-updates.txt @@ -9,6 +9,7 @@ native_ccache 4.0 2021-07-01 native_ccache 4.1 2021-07-01 native_ccache 4.2 2021-07-01 native_ccache 4.2.1 2021-07-01 +native_ccache 4.3 2021-07-01 native_clang 11.1.0 2021-07-01 libcxx 11.1.0 2021-07-01