Commit Graph

388 Commits (702fd5731b11d8f1d98e68e7e6997acce85c16b9)
 

Author SHA1 Message Date
Jeremy Rand 702fd5731b
Bump gotlsrestrictnss to v0.0.5 2 years ago
Jeremy Rand 75f84333f8
gotlsrestrictnss: Replace Git SHA1 with GPG sig 2 years ago
Jeremy Rand 9d4dbd5f9a
Bump ncprop279 to v0.0.4 2 years ago
Jeremy Rand ed30066581
ncprop279: Replace Git SHA1 with GPG sig 2 years ago
Jeremy Rand 1608b1e649
Merge namecoin/ncdns-repro#168: Log output cache contents
2f57c4a857 Log size of output cache contents (Jeremy Rand)
d599577692 Log output cache contents (Jeremy Rand)

Pull request description:

  Makes it easier to debug cache preservation bugs and cache splitting.

Top commit has no ACKs.
2 years ago
Jeremy Rand 2f57c4a857
Log size of output cache contents
Makes it easier to debug cache splitting.
2 years ago
Jeremy Rand d599577692
Log output cache contents
Makes it easier to debug cache preservation bugs.
2 years ago
Jeremy Rand 012cdfb6ee
Merge namecoin/ncdns-repro#166: certinject: Replace Git SHA1 with GPG sig
157c38cb18 certinject: Add godexlogconfig dependency (Jeremy Rand)
c22799f58b Bump certinject to v0.1.0 (Jeremy Rand)
6ea450929a certinject: Replace Git SHA1 with GPG sig (Jeremy Rand)

Pull request description:

Top commit has no ACKs.
2 years ago
Jeremy Rand 157c38cb18
certinject: Add godexlogconfig dependency 2 years ago
Jeremy Rand c22799f58b
Bump certinject to v0.1.0 2 years ago
Jeremy Rand 6ea450929a
certinject: Replace Git SHA1 with GPG sig 2 years ago
Jeremy Rand d4552c9a78
Merge namecoin/ncdns-repro#163: Cirrus: Build compiler with 8 threads
4da8ce078a Cirrus: Only build Clang on osx (Jeremy Rand)
4c11673ebb Cirrus: Factor out clang project (Jeremy Rand)
db1cecb317 Cirrus: Decrease 1-CPU VM's to 3 GiB RAM (Jeremy Rand)
5d67272dca Cirrus: Build compiler with 8 threads (Jeremy Rand)

Pull request description:

  Use 1 thread for all other projects.

  Disable the checkpointing patch to see if 8 threads is enough to build without it.

Top commit has no ACKs.
2 years ago
Jeremy Rand 4da8ce078a
Cirrus: Only build Clang on osx 2 years ago
Jeremy Rand 4c11673ebb
Cirrus: Factor out clang project
Should improve the time limit safety margin of the masosx-toolchain
project.
2 years ago
Jeremy Rand db1cecb317
Cirrus: Decrease 1-CPU VM's to 3 GiB RAM 2 years ago
Jeremy Rand 5d67272dca
Cirrus: Build compiler with 8 threads
Use 1 thread for all other projects.

Disable the checkpointing patch to see if 8 threads is enough to build
without it.
2 years ago
Jeremy Rand 288bcaa409
Merge namecoin/ncdns-repro#162: Bump script: include versions in generated commit messages
72b8f94b88 Bump script: Fix missing jq dependency (Jeremy Rand)
d2054fd142 Bump script: include versions in generated commit messages (Jeremy Rand)

Pull request description:

  Also fix missing `jq` dependency.

Top commit has no ACKs.
2 years ago
Jeremy Rand 72b8f94b88
Bump script: Fix missing jq dependency 2 years ago
Jeremy Rand d2054fd142
Bump script: include versions in generated commit messages 2 years ago
Jeremy Rand ba335ec9df
Merge namecoin/ncdns-repro#161: Bump: Temporarily disable Electrum-NMC project
1374758f40 Bump: Temporarily disable Electrum-NMC project (Jeremy Rand)

Pull request description:

  Latest releases don't build in rbm, and I don't have time to fix this right now.

Top commit has no ACKs.
2 years ago
Jeremy Rand 1374758f40
Bump: Temporarily disable Electrum-NMC project
Latest releases don't build in rbm, and I don't have time to fix this
right now.
2 years ago
Jeremy Rand 0de6803263
Merge namecoin/ncdns-repro#159: Bump: fix DNSSEC-Trigger typo, check for Electrum-NMC bump
e2757d4c3c Bump: fix DNSSEC-Trigger typo, check for Electrum-NMC bump (Jeremy Rand)

Pull request description:

Top commit has no ACKs.
2 years ago
Jeremy Rand fde5986851
Merge namecoin/ncdns-repro#160: Bump: fix DNSSEC-Trigger typo
d3ad9fe36c Bump: fix DNSSEC-Trigger typo (Jeremy Rand)

Pull request description:

Top commit has no ACKs.
2 years ago
Jeremy Rand d3ad9fe36c
Bump: fix DNSSEC-Trigger typo 2 years ago
Jeremy Rand e2757d4c3c
Bump: fix DNSSEC-Trigger typo, check for Electrum-NMC bump 2 years ago
Jeremy Rand 29e1dbcebb
Merge #157: Bump dependencies
032849a Bump tor-browser-build (NamecoinBot)
12467df Bump BIND (NamecoinBot)
23a3eff Bump ncdns (NamecoinBot)
65acca2 Bump gotoml (NamecoinBot)
6f51818 Bump goisatty (NamecoinBot)
1c11b02 Bump godns (NamecoinBot)
be881f3 Bump generate_nmc_cert (NamecoinBot)
7941fe1 Bump electrum-nmc (NamecoinBot)

Pull request description:

  Bump dependencies.
3 years ago
NamecoinBot 032849ac57 Bump tor-browser-build 3 years ago
NamecoinBot 12467df68b Bump BIND 3 years ago
NamecoinBot 23a3eff99d Bump ncdns 3 years ago
NamecoinBot 65acca203b Bump gotoml 3 years ago
NamecoinBot 6f51818f9e Bump goisatty 3 years ago
NamecoinBot 1c11b02eb4 Bump godns 3 years ago
NamecoinBot be881f38c8 Bump generate_nmc_cert 3 years ago
NamecoinBot 7941fe1d5f Bump electrum-nmc 3 years ago
Jeremy Rand d1d7ff3d04
Merge #156: Disable ncp11 on macOS
05e3315 Cirrus: Remove ncp11 tasks (Jeremy Rand)
5da7eae plain-binaries: Disable ncp11 on macOS (Jeremy Rand)

Pull request description:

  Refs https://github.com/namecoin/ncdns-repro/issues/155
3 years ago
Jeremy Rand 05e3315d9c
Cirrus: Remove ncp11 tasks
On Windows+Linux, they will be absorbed into plain-binaries; on macOS,
ncp11 builds are suspended.

Refs https://github.com/namecoin/ncdns-repro/issues/155
3 years ago
Jeremy Rand 5da7eaea93
plain-binaries: Disable ncp11 on macOS
Refs https://github.com/namecoin/ncdns-repro/issues/155
3 years ago
Jeremy Rand fd820415cd
Merge #151: ncdns-nsis: Add Electrum-NMC dependency
59e3cc9 ncdns-nsis: Add Electrum-NMC dependency (Jeremy Rand)
4c41972 ncdns-nsis: Calculate PE version dynamically (Jeremy Rand)

Pull request description:

  We now chainload Electrum-NMC setup from ncdns-nsis.  Also avoid hardcoded PE version constant.
3 years ago
Jeremy Rand 59e3cc979d
ncdns-nsis: Add Electrum-NMC dependency
We now chainload Electrum-NMC setup from ncdns-nsis.
3 years ago
Jeremy Rand 4c41972b80
ncdns-nsis: Calculate PE version dynamically 3 years ago
Jeremy Rand c05769dd0b
Merge #150: Relicense under tor-browser-build license
98243f1 Relicense under tor-browser-build license (Jeremy Rand)

Pull request description:

  Fixes https://github.com/namecoin/ncdns-repro/issues/135
3 years ago
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