Merge namecoin/ncdns-repro#189: Bump dependencies

ae5ca76faf Bump tor-browser-build to tbb-11.5a12-build1 (NamecoinBot)
88f4b84226 Bump ncprop279 to v0.0.5 (NamecoinBot)
1ebc1a7475 Bump gox509compressed to v0.0.3 (NamecoinBot)
2df6dd7242 Bump certinject to v0.1.1 (NamecoinBot)
98395c2369 Bump script: wait on generate_nmc_cert until TBB upgrades go (Jeremy Rand)

Pull request description:

Top commit has no ACKs.
master
Jeremy Rand 2 years ago
commit d08e5ed751
No known key found for this signature in database
GPG Key ID: EB03139A459DD06E

@ -1,4 +1,4 @@
version: '0.1.0'
version: '0.1.1'
git_url: https://github.com/namecoin/certinject.git
git_hash: 'v[% c("version") %]'
tag_gpg_id: 1

@ -1,4 +1,4 @@
version: '0.0.2'
version: '0.0.3'
git_url: https://github.com/namecoin/x509-compressed.git
git_hash: 'v[% c("version") %]'
tag_gpg_id: 1

@ -1,4 +1,4 @@
version: '0.0.4'
version: '0.0.5'
git_url: https://github.com/namecoin/ncprop279.git
git_hash: 'v[% c("version") %]'
tag_gpg_id: 1

@ -50,6 +50,13 @@ do
continue
fi
# generate_nmc_cert depends on Go version, which Tor lags behind on.
if [ "${PROJECT}" = "generate_nmc_cert" ] && grep "version: 1.17" ./projects/go/config
then
echo "$PROJECT: project depends on Go version; skipping"
continue
fi
# rbm showconf will fail for projects that don't have a git_hash variable,
# so we catch the failure and move on to the next project.
GIT_REV=$(./rbm/rbm showconf ${PROJECT} git_hash) || continue

@ -1 +1 @@
Subproject commit 564dccbcf08a781a689eedbcd2ff834ae46c4047
Subproject commit 4b51ff8f5984b4d7a21e7bcb443249ccf174a741
Loading…
Cancel
Save