Auto merge of #5047 - str4d:bump-dep-postpones, r=daira

Bump dependency postponements
This commit is contained in:
Homu 2021-04-08 15:35:33 +00:00
commit 71f39c5013
2 changed files with 9 additions and 12 deletions

View File

@ -5,25 +5,22 @@
#
# Ccache 4.0 requires adding CMake to the depends system.
native_ccache 4.0 2021-03-01
native_ccache 4.1 2021-03-01
native_ccache 4.2 2021-03-01
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_clang 11.1.0 2021-07-01
libcxx 11.1.0 2021-07-01
bdb 18.1.40 2021-07-01
univalue 1.0.4 2021-07-01
univalue 1.0.5 2021-07-01
univalue 1.1.1 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-03-01
native_b2 1.75.0 2021-03-01
boost 1.75.0 2021-05-01
native_b2 1.75.0 2021-05-01
# Google Test 1.10.0 requires adding CMake to the depends system.
googletest 1.10.0 2021-03-01
googletest 1.10.0 2021-05-01

View File

@ -92,8 +92,8 @@ def get_dependency_list():
{ "v1.13": (1, 13) }),
LevelDbVersionGetter()),
Dependency("univalue",
GithubTagReleaseLister("jgarzik", "univalue", "^v(\d+)\.(\d+)\.(\d+)$",
{ "v1.1.1": (1, 1, 1) }),
GithubTagReleaseLister("bitcoin-core", "univalue", "^v(\d+)\.(\d+)\.(\d+)$",
{ "v1.0.1": (1, 0, 1) }),
UnivalueVersionGetter()),
Dependency("utfcpp",
GithubTagReleaseLister("nemtrif", "utfcpp", "^v(\d+)\.(\d+)(?:\.(\d+))?$",