Commit Graph

170 Commits (v0.0.10.1)
 

Author SHA1 Message Date
JeremyRand ad15826625
Merge #84: Bump dependencies to latest as of 2020 01 07
81edd28 ncprop279: Bump to 0.0.3 (JeremyRand)

Pull request description:
4 years ago
JeremyRand 81edd28b24
ncprop279: Bump to 0.0.3 4 years ago
JeremyRand 28eb76d500
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:
4 years ago
JeremyRand e94f800258
Bump tor-browser-build to tbb-9.5a4-build1
Also update Makefile and rbm.conf to sync with upstream changes
4 years ago
JeremyRand d32f845181
gotlsrestrictnss: Bump to 0.0.4 4 years ago
JeremyRand cb6adf03b2
goqlib: Bump to 0.0.3 4 years ago
JeremyRand 448c2c9332
Travis: only use Tor tags that include "tbb"
This is to avoid accepting tags like "test_bug_30480-t4".
4 years ago
JeremyRand 0823c5e8a8
ncdns: Bump to 0.0.10 4 years ago
JeremyRand d719b1c192
gopretty: Bump to 0.2.0 4 years ago
JeremyRand e1374d7d30
goisatty: Bump to 0.0.11 4 years ago
JeremyRand 99f97bd79a
gogroupcache: Bump to 2019 12 27 4 years ago
JeremyRand c48441813b
godns: Bump to 1.1.27 4 years ago
JeremyRand 80168fc4b7
gobtcutil: Bump to 2019 12 19 4 years ago
JeremyRand e87d35cd00
gobtcd/gobtcd2: Bump to 0.20.1 4 years ago
JeremyRand 673e9fd77e
Merge #82: Set static build ID in Go linker flags
81f0dcd Set static build ID in Go linker flags (JeremyRand)

Pull request description:

  This improves build reproducibility.

  Fixes https://github.com/namecoin/ncdns-repro/issues/57
5 years ago
JeremyRand 81f0dcda69
Set static build ID in Go linker flags
This improves build reproducibility.

Fixes https://github.com/namecoin/ncdns-repro/issues/57
5 years ago
JeremyRand a062a1a2cf
Merge #81: Bump dependencies to latest as of 2019 11 14
4e2a3b8 gosystemd: Bump to 22.0.0 (JeremyRand)

Pull request description:
5 years ago
JeremyRand 4e2a3b81db
gosystemd: Bump to 22.0.0 5 years ago
JeremyRand 1a81e71504
Merge #63: Support stripping Electrum-NMC
51916c4 electrum-nmc: Bump to 3.3.8 (JeremyRand)
1f77657 electrum-nmc / certifi: Add stripping targets (JeremyRand)
2449673 certifi: Support restricting to only top 10 HTTPS issuers (JeremyRand)
5aa2d1c electrum-nmc: Don't include protobuf if BIP70 disabled (JeremyRand)
dddeb31 electrum-nmc: Support stripping wallet (JeremyRand)
9acfd3c electrum-nmc: Don't include colorama if GUI disabled (JeremyRand)
ba977fa electrum-nmc: Don't include qrcode if GUI disabled (JeremyRand)
ccb8fe0 electrum-nmc: Don't include qdarkstyle if Qt disabled (JeremyRand)
9897709 electrum-nmc: Support stripping plugins (JeremyRand)
2cd84ae electrum-nmc: Support stripping all GUI files (JeremyRand)
45203c5 electrum-nmc: Support stripping Kivy GUI (JeremyRand)
5d6a40f electrum-nmc: Support stripping Qt GUI (JeremyRand)

Pull request description:

  This PR makes the following functionality in Electrum-NMC optional:

  * Qt GUI
  * Kivy GUI
  * All GUI files (including text GUI and icons)
  * Plugins
  * Wallet
  * Root CA's that aren't in the top 10 HTTPS cert issuers

  This facilitates decreasing the binary size of Electrum-NMC for users who don't need some or all of the above functionalities.
5 years ago
JeremyRand 51916c45da
electrum-nmc: Bump to 3.3.8 5 years ago
JeremyRand 1f77657055
electrum-nmc / certifi: Add stripping targets 5 years ago
JeremyRand 244967367c
certifi: Support restricting to only top 10 HTTPS issuers 5 years ago
JeremyRand 5aa2d1c19a
electrum-nmc: Don't include protobuf if BIP70 disabled 5 years ago
JeremyRand dddeb3152a
electrum-nmc: Support stripping wallet 5 years ago
JeremyRand 9acfd3cc4d
electrum-nmc: Don't include colorama if GUI disabled 5 years ago
JeremyRand ba977fa612
electrum-nmc: Don't include qrcode if GUI disabled 5 years ago
JeremyRand ccb8fe011c
electrum-nmc: Don't include qdarkstyle if Qt disabled 5 years ago
JeremyRand 9897709bdc
electrum-nmc: Support stripping plugins 5 years ago
JeremyRand 2cd84ae022
electrum-nmc: Support stripping all GUI files 5 years ago
JeremyRand 45203c54b5
electrum-nmc: Support stripping Kivy GUI 5 years ago
JeremyRand 5d6a40f3ae
electrum-nmc: Support stripping Qt GUI 5 years ago
JeremyRand 29737a9bba
Merge #80: Bump dependencies to latest as of 2019 11 11
2a417a3 Bump tor-browser-build to tbb-9.5a2-build6 (JeremyRand)

Pull request description:
5 years ago
JeremyRand 2a417a3240
Bump tor-browser-build to tbb-9.5a2-build6
Also update Makefile and rbm.conf to sync with upstream changes
5 years ago
JeremyRand ce72cc5790
Merge #79: Bump dependencies to latest as of 2019 11 06
af6b0a3 Bump tor-browser-build to tbb-9.5a2-build4 (JeremyRand)
7c8398e gosystemd: Bump to 21 (JeremyRand)

Pull request description:
5 years ago
JeremyRand af6b0a30ba
Bump tor-browser-build to tbb-9.5a2-build4
Also update Makefile and rbm.conf to sync with upstream changes
5 years ago
JeremyRand 7c8398e660
gosystemd: Bump to 21 5 years ago
JeremyRand 1dd6b8acb4
Merge #78: Bump dependencies to latest as of 2019 11 01 v2
c2ec68d goncbtcjson: Bump to 2019 11 01 (JeremyRand)

Pull request description:
5 years ago
JeremyRand c2ec68d4c0
goncbtcjson: Bump to 2019 11 01 5 years ago
JeremyRand cad5d3e62d
Merge #77: Bump dependencies to latest as of 2019 11 01
e73dd20 ncprop279: Bump to 2019 11 01 (JeremyRand)

Pull request description:
5 years ago
JeremyRand e73dd204e9
ncprop279: Bump to 2019 11 01 5 years ago
JeremyRand fa99425822
Merge #75: Use parent tor-browser-build instead of submodule if available
254be61 Use parent tor-browser-build instead of submodule if available (JeremyRand)

Pull request description:

  TODO:

  - [ ] Redirect error messages from rm/rmdir to `/dev/null`.  (Split out into separate issue; not a blocker.)
5 years ago
JeremyRand 254be6172f
Use parent tor-browser-build instead of submodule if available 5 years ago
JeremyRand 0ed95b0fa7
Merge #73: Use modern Namecoin fork of btcd
6ac07c0 ncdns: Use modern Namecoin fork of btcd (JeremyRand)
25ed156 Add goncrpcclient (JeremyRand)
570840f goncbtcjson: Use modern Namecoin fork of btcd (JeremyRand)
a33a288 Rename goncbtcjsontypes to goncbtcjson (JeremyRand)
416852f gobtcd: Use modern Namecoin fork of btcd (JeremyRand)
e3f7796 Rename gobtcjson to gobtcd (JeremyRand)
53aba0d Add gowebsocket (JeremyRand)
6b56408 Add gosocks (JeremyRand)
620b9a1 Add gobtcutil (JeremyRand)
e362f46 Add gobtclog (JeremyRand)
832b602 Add gobtcd2 (JeremyRand)
b8a7710 Add goxcryptoripemd160 (JeremyRand)

Pull request description:
5 years ago
JeremyRand bc0eb2a746
Merge #74: ncdns: Fix TLSA package list
b124624 ncdns: Fix TLSA package list (JeremyRand)

Pull request description:
5 years ago
JeremyRand 6ac07c08b8
ncdns: Use modern Namecoin fork of btcd 5 years ago
JeremyRand 25ed156dd8
Add goncrpcclient 5 years ago
JeremyRand 570840f9a8
goncbtcjson: Use modern Namecoin fork of btcd 5 years ago
JeremyRand a33a2887eb
Rename goncbtcjsontypes to goncbtcjson 5 years ago
JeremyRand 416852fbb5
gobtcd: Use modern Namecoin fork of btcd 5 years ago
JeremyRand e3f779675a
Rename gobtcjson to gobtcd 5 years ago