Merge #71: Bump dependencies to latest as of 2019 10 19

241be2e gomadns: Bump to 2.0.1 (JeremyRand)
b73c2d0 Bump tor-browser-build to tbb-9.0-build2 (JeremyRand)
80bb04c Travis: Fix check-tbb-tags fail message (JeremyRand)

Pull request description:
pull/68/head
JeremyRand 5 years ago
commit 515f9d7a5e
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -13,7 +13,7 @@ LATEST_TAG=$(git ls-remote --tags "${GIT_URL}" | grep -v '\^{}' | awk '{print $2
if [ "${GIT_TAG}" != "(${LATEST_TAG})" ]
then
FAIL=1
echo "${PROJECT}: submodule uses ${GIT_REV}, latest tag is ${LATEST_TAG}"
echo "tor-browser-build: submodule uses ${GIT_TAG}, latest tag is ${LATEST_TAG}"
fi
if [ "${FAIL}" = 1 ]

@ -1,6 +1,6 @@
version: 1.0.7
version: 2.0.1
git_url: https://github.com/hlandau/madns.git
git_hash: b82ebc776bd8a13824350c7c108180d601e38352
git_hash: 26979b3e4b5aa3e0bd53cf0a014f9eaf43b578e3
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -8,14 +8,14 @@ build: '[% c("projects/go/var/build_go_lib") %]'
var:
container:
use_container: 1
go_lib: gopkg.in/hlandau/madns.v1
go_lib: gopkg.in/hlandau/madns.v2
go_lib_deps:
- godns
- gobuildinfo
- goxlog
go_lib_install:
- gopkg.in/hlandau/madns.v1
- gopkg.in/hlandau/madns.v1/merr
- gopkg.in/hlandau/madns.v2
- gopkg.in/hlandau/madns.v2/merr
build_go_lib_pre: |
[% IF c("var/linux") %]
[% pc(c('var/compiler'), 'var/setup', { compiler_tarfile => c('input_files_by_name/' _ c('var/compiler')) }) %]

@ -1,9 +1,12 @@
version: 0.0.9
#version: 0.0.9
# Using latest master branch because we need the stream isolation feature.
# Once it's in a tagged release, we'll go back to using a version number here.
version: '[% c("abbrev") %]'
git_url: https://github.com/namecoin/ncdns.git
# Using latest master branch because we need the RPC timeout feature. Once
# it's in a tagged release, we'll go back to using a version tag here.
#git_hash: 'v[% c("version") %]'
git_hash: '006f537e01cf20db01b18e399ed51f57211db91c'
# Using latest master branch because we need the stream isolation feature.
# Once it's in a tagged release, we'll go back to using a hash that corresponds
# to a tag here.
git_hash: '1e2eea58c79686eea47de873580bcd907ca67d80'
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
var:

@ -1,6 +1,12 @@
version: '0.0.2'
#version: '0.0.2'
# Using latest master branch because we need the stream isolation feature.
# Once it's in a tagged release, we'll go back to using a version number here.
version: '[% c("abbrev") %]'
git_url: https://github.com/namecoin/ncprop279.git
git_hash: '57e3b1be0960b3b70c99859bacee974aa2392272'
# Using latest master branch because we need the stream isolation feature.
# Once it's in a tagged release, we'll go back to using a hash that corresponds
# to a tag here.
git_hash: 'f80c9f53ccd9f1de0f6b49aafe0385a0bc562bde'
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
var:

@ -349,6 +349,8 @@ runc:
EOF
[% IF c("var/container/disable_network/" _ c("exec_name")) -%]
sudo ip netns add 'rbm-[% sha256(c("build_id", { error_if_undef => 1 })) %]'
# make sure the lo interface is up (see bug 31293)
sudo ip netns exec 'rbm-[% sha256(c("build_id", { error_if_undef => 1 })) %]' ip link set lo up
[% END -%]
sudo runc [% IF c("var_p/runc100") %]run[% ELSE %]start[% END %] -b '[% c("var/container/dir") %]' rbm-[% sha256(c("build_id", { error_if_undef => 1 })) %] [% IF c("runc_hide_stderr") %]2>/dev/null[% END %]
[% IF c("var/container/disable_network/" _ c("exec_name")) -%]

@ -1 +1 @@
Subproject commit 9d253167005def507583f90f01f0fc96e2bdbe07
Subproject commit 803d014ed9be0ff5a2ee253798f3c3e9b0fc1723
Loading…
Cancel
Save