Commit Graph

347 Commits (98243f1cfb8b30519a5b03d9ff03f30d241bbacc)
 

Author SHA1 Message Date
Jeremy Rand 98243f1cfb
Relicense under tor-browser-build license
Fixes https://github.com/namecoin/ncdns-repro/issues/135
3 years ago
Jeremy Rand 6693a72170
Merge #148: ncdns: Remove tlsrestrictchromium
a7ccd45 ncdns: Remove tlsrestrictchromium (Jeremy Rand)

Pull request description:

  Package is deprecated and was factored out into its own repo.
3 years ago
Jeremy Rand a7ccd45fd9
ncdns: Remove tlsrestrictchromium
Package is deprecated and was factored out into its own repo.
3 years ago
Jeremy Rand c0d177041f
Merge #146: tools: Fix substring matching in bump script
6be691a tools: Fix substring matching in bump script (Jeremy Rand)

Pull request description:

  This fixes a fail where latest `v0.2.2` and current `v0.2` were detected as equal.
3 years ago
Jeremy Rand 6be691ac66
tools: Fix substring matching in bump script 3 years ago
Jeremy Rand 9c43eee9b6
Merge #144: tools: Increase verbosity of bump script
618df38 tools: Increase verbosity of bump script (Jeremy Rand)

Pull request description:

  Should make it easier to debug when an update isn't detected.
3 years ago
Jeremy Rand 618df38745
tools: Increase verbosity of bump script 3 years ago
Jeremy Rand af4a893f5d
Merge #142: Bump tor-browser-build to 11.0a1
ed59e51 Bump tor-browser-build to 11.0a1 (Jeremy Rand)

Pull request description:

  Manually bumping because latest tag (11.0a6) causes macOS linker errors for ncp11; I suspect the Go 1.16.x bump is responsible.
3 years ago
Jeremy Rand ed59e51027
Bump tor-browser-build to 11.0a1 3 years ago
Jeremy Rand c5b8f6e7b8
Merge #140: Bump gopretty to v0.3.0
b60a43b gopretty: Add gointernal dependency (Jeremy Rand)
6541c72 Bump gopretty (NamecoinBot)
9ff1bc3 Add gointernal project (Jeremy Rand)

Pull request description:

  Adds dependency on `gointernal`.
3 years ago
Jeremy Rand b60a43b438
gopretty: Add gointernal dependency 3 years ago
NamecoinBot 6541c72f30
Bump gopretty 3 years ago
Jeremy Rand 9ff1bc34ab
Add gointernal project 3 years ago
Jeremy Rand 0ded9b59b8
Merge #138: Use GPG-signed tags instead of Git hash
f48af5f Add new Namecoin GPG key (Jeremy Rand)
60f57a0 gox509compressed: Use GPG-signed tag instead of Git hash (Jeremy Rand)
c4586c5 gosafetlsa: Use GPG-signed tag instead of Git hash (Jeremy Rand)
c58ef09 goncbtcjson: Use GPG-signed tag instead of Git hash (Jeremy Rand)
b86dd0e gobtcd: Use GPG-signed tag instead of Git hash (Jeremy Rand)
b18950c encaya: Use GPG-signed tag instead of Git hash (Jeremy Rand)

Pull request description:

  Also add new Namecoin GPG key.
3 years ago
Jeremy Rand f48af5fa16
Add new Namecoin GPG key 3 years ago
Jeremy Rand 60f57a0f97
gox509compressed: Use GPG-signed tag instead of Git hash 3 years ago
Jeremy Rand c4586c5dba
gosafetlsa: Use GPG-signed tag instead of Git hash 3 years ago
Jeremy Rand c58ef09d2d
goncbtcjson: Use GPG-signed tag instead of Git hash 3 years ago
Jeremy Rand b86dd0e742
gobtcd: Use GPG-signed tag instead of Git hash 3 years ago
Jeremy Rand b18950c0f1
encaya: Use GPG-signed tag instead of Git hash 3 years ago
Jeremy Rand 9493698e02
Merge #136: Tools: Blacklist BIND 9.17+ for Windows
bdd1c00 Tools: Blacklist BIND 9.17+ for Windows (Jeremy Rand)

Pull request description:

  Upstream ISC no longer supports Windows as of BIND 9.17 branch.
3 years ago
Jeremy Rand bdd1c008d4
Tools: Blacklist BIND 9.17+ for Windows 3 years ago
Jeremy Rand f1932c4f94
Merge #130: Bump to BIND 9.17.11 etc
541c58b Bump BIND (NamecoinBot)
390d724 ncdns-nsis: Use named tag (Jeremy Rand)
9f7c881 ncdns: Use named tag (Jeremy Rand)
de3c2ed Bump ncdns (NamecoinBot)
95f5b27 Bump goisatty (NamecoinBot)

Pull request description:
3 years ago
NamecoinBot 541c58b0df
Bump BIND 3 years ago
Jeremy Rand 390d724c41
ncdns-nsis: Use named tag 3 years ago
Jeremy Rand 9f7c881b66
ncdns: Use named tag 3 years ago
NamecoinBot de3c2ed70a
Bump ncdns 3 years ago
NamecoinBot 95f5b277e3
Bump goisatty 3 years ago
Jeremy Rand d388cd7e2e
Cirrus: Fix stray parentheses in version bumper script 3 years ago
Jeremy Rand be0251cd9d
Cirrus: Fix "sed" usage in version bump checker 3 years ago
Jeremy Rand d232d6fc81
Cirrus: Fix ConsensusJ-Namecoin latest version detection 3 years ago
Jeremy Rand af797f74b9
Merge #126: Cirrus: Don't sign binaries from PR's
aa8c538 Cirrus: Don't sign binaries from PR's (Jeremy Rand)

Pull request description:

  PR's from non-contributors don't have access to our Cirrus signing keys; trying to sign anyway causes the task to error.
3 years ago
Jeremy Rand 830a2d8b58
Merge #127: Remove Travis; Add ncdns-nsis dependency check to Cirrus
7f51c05 Cirrus: Check for outdated ncdns-nsis dependencies (Jeremy Rand)
877aa6b Remove Travis CI (Jeremy Rand)

Pull request description:
3 years ago
Jeremy Rand 7f51c0536b
Cirrus: Check for outdated ncdns-nsis dependencies 3 years ago
Jeremy Rand 877aa6bfbd
Remove Travis CI
All of these checks are now done by Cirrus, and Travis is being phased
out by Bitcoin Core.
3 years ago
Jeremy Rand aa8c538fd6
Cirrus: Don't sign binaries from PR's
PR's from non-contributors don't have access to our Cirrus signing keys;
trying to sign anyway causes the task to error.
3 years ago
Jeremy Rand a15146abca
Merge #59: Add ncdns-nsis project
2ebed53 Add ncdns-nsis project (JeremyRand)

Pull request description:
3 years ago
JeremyRand 2ebed53d63
Add ncdns-nsis project 3 years ago
Jeremy Rand f284c9952e
Merge #123: Cirrus: Tolerate missing projects when unpacking Git
40b7e1d Cirrus: Tolerate missing projects when unpacking Git (Jeremy Rand)

Pull request description:
3 years ago
Jeremy Rand 40b7e1d0b8
Cirrus: Tolerate missing projects when unpacking Git 3 years ago
Jeremy Rand 944cb39dd2
Merge #121: Bump tor-browser-build to 10.5a15
00218b8 Decrease checkpoint timeout to 105m (Jeremy Rand)
8f25d59 Cirrus: Add root to subuid/subgid list (Jeremy Rand)
6c02b09 Add mmdebstrap project (Jeremy Rand)
b8f37e4 Add mmdebstrap-image project (Jeremy Rand)
9d2b16b Remove debootstrap-image project (Jeremy Rand)
369dd18 Cirrus: Update apt dependencies for TBB 10.5a15 (Jeremy Rand)
3ffc5b7 Rebase checkpoints.patch for TBB 10.5a15 (Jeremy Rand)
1b8e02a Bump tor-browser-build (NamecoinBot)

Pull request description:
3 years ago
Jeremy Rand 00218b81db
Decrease checkpoint timeout to 105m
Turns out 110m doesn't reliably leave enough time to pack+upload the
caches when the interrupt cache is very large (e.g. macosx-toolchain).
3 years ago
Jeremy Rand 8f25d59249
Cirrus: Add root to subuid/subgid list
Fixes
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/issues/40298
3 years ago
Jeremy Rand 6c02b0910f
Add mmdebstrap project
Now required due to upstream TBB changes.
3 years ago
Jeremy Rand b8f37e4c91
Add mmdebstrap-image project
Now required due to upstream TBB changes.
3 years ago
Jeremy Rand 9d2b16b66f
Remove debootstrap-image project
No longer present in upstream TBB.
3 years ago
Jeremy Rand 369dd18863
Cirrus: Update apt dependencies for TBB 10.5a15 3 years ago
Jeremy Rand 3ffc5b73c3
Rebase checkpoints.patch for TBB 10.5a15 3 years ago
NamecoinBot 1b8e02a9ac
Bump tor-browser-build 3 years ago
Jeremy Rand 6ffa994d6e
Merge #122: Bump to encaya 0.1, etc
9bdeb8f gox509compressed: Add goxcrypto dependency (Jeremy Rand)
23b6123 goisatty: Add goxsysunix dependency for osx (Jeremy Rand)
78a47ee godexlogconfig: Add goxsyswinsvc dependency (Jeremy Rand)
34f7041 Add generate_nmc_cert project (Jeremy Rand)
f655a17 Add namecoin keyring (Jeremy Rand)
c5a5aa9 encaya: Add encayagen output (Jeremy Rand)
4a17661 encaya: Remove old commented code (Jeremy Rand)
11c7a55 ncdns: Add gox509compressed dependency (Jeremy Rand)
3b22bf4 Add gox509compressed project (Jeremy Rand)
35037bf Bump ncdns (NamecoinBot)
4937870 Bump gounits (NamecoinBot)
7bef91a Bump gotlsrestrictnss (NamecoinBot)
e391e2f Bump gotext (NamecoinBot)
3d1a180 Bump gosystemd (NamecoinBot)
d164baa Bump gosvcutils (NamecoinBot)
f75593c Bump gopretty (NamecoinBot)
7587fec Bump gopflag (NamecoinBot)
44d81ab Bump gomadns (NamecoinBot)
7346cbb Bump goisatty (NamecoinBot)
3c2b505 Bump gogroupcache (NamecoinBot)
045ab8d Bump godns (NamecoinBot)
e023d1c Bump godexlogconfig (NamecoinBot)
2eb2283 Bump goconfigurable (NamecoinBot)
0cb3375 Bump gobtcutil (NamecoinBot)
6e8e097 Bump gobtcd (NamecoinBot)
cc34ff4 Bump goansicolor (NamecoinBot)
ab7a903 Bump encaya (NamecoinBot)

Pull request description:
3 years ago