Merge #83: Bump dependencies to latest as of 2020 01 06

e94f800 Bump tor-browser-build to tbb-9.5a4-build1 (JeremyRand)
d32f845 gotlsrestrictnss: Bump to 0.0.4 (JeremyRand)
cb6adf0 goqlib: Bump to 0.0.3 (JeremyRand)
448c2c9 Travis: only use Tor tags that include "tbb" (JeremyRand)
0823c5e ncdns: Bump to 0.0.10 (JeremyRand)
d719b1c gopretty: Bump to 0.2.0 (JeremyRand)
e1374d7 goisatty: Bump to 0.0.11 (JeremyRand)
99f97bd gogroupcache: Bump to 2019 12 27 (JeremyRand)
c484418 godns: Bump to 1.1.27 (JeremyRand)
80168fc gobtcutil: Bump to 2019 12 19 (JeremyRand)
e87d35c gobtcd/gobtcd2: Bump to 0.20.1 (JeremyRand)

Pull request description:
pull/84/head v0.0.10
JeremyRand 4 years ago
commit 28eb76d500
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

1
.gitignore vendored

@ -4,7 +4,6 @@
/out
/release
/alpha
/alpha_nightly
/nightly
/testbuild
/rbm.local.conf

@ -9,7 +9,7 @@ GIT_TAG=$(git submodule status tor-browser-build | awk '{print $3}')
GIT_URL=https://git.torproject.org/builders/tor-browser-build.git
LATEST_TAG=$(git ls-remote --tags "${GIT_URL}" | grep -v '\^{}' | awk '{print $2}' | awk -F"/" '{print $3}' | sort -V | tail --lines=1)
LATEST_TAG=$(git ls-remote --tags "${GIT_URL}" | grep 'tbb' | grep -v '\^{}' | awk '{print $2}' | awk -F"/" '{print $3}' | sort -V | tail --lines=1)
if [ "${GIT_TAG}" != "(${LATEST_TAG})" ]
then
FAIL=1

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
version: 0.20.1
git_url: https://github.com/namecoin/btcd.git
git_hash: 6cfad711d4ee7367b3ab9dc572097438dbca56eb
git_hash: a271c34c473209705917e75ea9656972bd32da1a
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
version: '[% pc("gobtcd", "version") %]'
git_url: '[% pc("gobtcd", "git_url") %]'
git_hash: '[% pc("gobtcd", "git_hash") %]'
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/btcsuite/btcutil.git
git_hash: 9e5f4b9a998d263e3ce9c56664a7816001ac8000
git_hash: e17c9730c422e7c745002430f2782b948b59c1c2
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1,6 +1,6 @@
version: 1.1.22
version: 1.1.27
git_url: https://github.com/miekg/dns.git
git_hash: 1e224ff5dead8366ed6fcdcb832794be42e73f0e
git_hash: 6c0c4e6581f8e173cc562c8b3363ab984e4ae071
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/golang/groupcache.git
git_hash: 611e8accdfc92c4187d399e95ce826046d4c8d73
git_hash: 215e87163ea771ffa998a96c611387313bb5a403
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1,6 +1,6 @@
version: 0.0.10
version: 0.0.11
git_url: https://github.com/mattn/go-isatty.git
git_hash: 88ba11cfdc67c7588b30042edf244b2875f892b6
git_hash: 31745d66dd679ac0ac4f8d3ecff168fce6170c6a
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
version: 0.2.0
git_url: https://github.com/kr/pretty.git
git_hash: 71e7e49937503c662b9b636fd6b2c14b1aa818a5
git_hash: 4e0886370c3a67530192c6a238cff68f56c141b0
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1,6 +1,6 @@
version: '0.0.2'
version: 0.0.3
git_url: https://github.com/namecoin/qlib.git
git_hash: 'e40392470b81d18021cf5b11bd68f7814af7d2fd'
git_hash: 'e32f7c7654197d3f3835128d23a19290493877e7'
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1,6 +1,6 @@
version: '0.0.3'
version: '0.0.4'
git_url: https://github.com/namecoin/tlsrestrictnss.git
git_hash: '01a37997e55de687f4b5228e0e9315a6d698bd2a'
git_hash: '47cee47a6fa9c12f19a360b0b67e20e721135ed6'
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1,13 +1,6 @@
#version: 0.0.9
# Using latest master branch because we need the stream isolation and
# disable_namecoin_tlsa features. Once they're in a tagged release, we'll go
# back to using a version number here.
version: '[% c("abbrev") %]'
version: 0.0.10
git_url: https://github.com/namecoin/ncdns.git
# Using latest master branch because we need the stream isolation and
# disable_namecoin_tlsa features. Once they're in a tagged release, we'll go
# back to using a hash that corresponds to a tag here.
git_hash: '7c39b77cca1e949097759019bcfa4444cbd0ab76'
git_hash: 'ca0fe5552806a4275f38468c4d3fbcb2cba1cb79'
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
var:

@ -40,7 +40,7 @@ var:
[% END -%]
input_files: [% c("input_files_id") %]
build:
[% c("build", { filename => 'f', output_dir => '/out' }) %]
[% c("build", { filename => 'f', output_dir => '/out', norec => {} }) %]
container:
dir: '[% c("rbm_tmp_dir") %]/rbm-containers/[% sha256(c("build_id")) %]'
user: rbm

@ -1 +1 @@
Subproject commit 95bc7fde8230aab8fdb3cc87a1d8143f400c25e4
Subproject commit 637e37bff412b587970791dafdb3174eb359d6b3
Loading…
Cancel
Save