Commit Graph

168 Commits

Author SHA1 Message Date
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:
2020-01-06 02:40:54 +00:00
JeremyRand
e94f800258
Bump tor-browser-build to tbb-9.5a4-build1
Also update Makefile and rbm.conf to sync with upstream changes
2020-01-06 02:22:37 +00:00
JeremyRand
d32f845181
gotlsrestrictnss: Bump to 0.0.4 2020-01-06 01:46:59 +00:00
JeremyRand
cb6adf03b2
goqlib: Bump to 0.0.3 2020-01-06 01:45:32 +00:00
JeremyRand
448c2c9332
Travis: only use Tor tags that include "tbb"
This is to avoid accepting tags like "test_bug_30480-t4".
2020-01-06 01:02:17 +00:00
JeremyRand
0823c5e8a8
ncdns: Bump to 0.0.10 2020-01-06 00:58:19 +00:00
JeremyRand
d719b1c192
gopretty: Bump to 0.2.0 2020-01-06 00:56:03 +00:00
JeremyRand
e1374d7d30
goisatty: Bump to 0.0.11 2020-01-06 00:53:51 +00:00
JeremyRand
99f97bd79a
gogroupcache: Bump to 2019 12 27 2020-01-06 00:52:35 +00:00
JeremyRand
c48441813b
godns: Bump to 1.1.27 2020-01-06 00:51:03 +00:00
JeremyRand
80168fc4b7
gobtcutil: Bump to 2019 12 19 2020-01-06 00:49:32 +00:00
JeremyRand
e87d35cd00
gobtcd/gobtcd2: Bump to 0.20.1 2020-01-06 00:47:43 +00:00
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
2019-11-18 00:51:17 +00:00
JeremyRand
81f0dcda69
Set static build ID in Go linker flags
This improves build reproducibility.

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

Pull request description:
2019-11-14 08:09:29 +00:00
JeremyRand
4e2a3b81db
gosystemd: Bump to 22.0.0 2019-11-14 07:43:07 +00:00
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.
2019-11-11 10:47:29 +00:00
JeremyRand
51916c45da
electrum-nmc: Bump to 3.3.8 2019-11-11 10:23:11 +00:00
JeremyRand
1f77657055
electrum-nmc / certifi: Add stripping targets 2019-11-11 10:20:49 +00:00
JeremyRand
244967367c
certifi: Support restricting to only top 10 HTTPS issuers 2019-11-11 10:20:48 +00:00
JeremyRand
5aa2d1c19a
electrum-nmc: Don't include protobuf if BIP70 disabled 2019-11-11 10:20:48 +00:00
JeremyRand
dddeb3152a
electrum-nmc: Support stripping wallet 2019-11-11 10:20:47 +00:00
JeremyRand
9acfd3cc4d
electrum-nmc: Don't include colorama if GUI disabled 2019-11-11 10:20:47 +00:00
JeremyRand
ba977fa612
electrum-nmc: Don't include qrcode if GUI disabled 2019-11-11 10:20:46 +00:00
JeremyRand
ccb8fe011c
electrum-nmc: Don't include qdarkstyle if Qt disabled 2019-11-11 10:20:45 +00:00
JeremyRand
9897709bdc
electrum-nmc: Support stripping plugins 2019-11-11 10:20:45 +00:00
JeremyRand
2cd84ae022
electrum-nmc: Support stripping all GUI files 2019-11-11 10:20:44 +00:00
JeremyRand
45203c54b5
electrum-nmc: Support stripping Kivy GUI 2019-11-11 10:20:44 +00:00
JeremyRand
5d6a40f3ae
electrum-nmc: Support stripping Qt GUI 2019-11-11 10:20:41 +00:00
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:
2019-11-11 01:57:44 +00:00
JeremyRand
2a417a3240
Bump tor-browser-build to tbb-9.5a2-build6
Also update Makefile and rbm.conf to sync with upstream changes
2019-11-11 01:38:19 +00:00
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:
2019-11-06 10:48:48 +00:00
JeremyRand
af6b0a30ba
Bump tor-browser-build to tbb-9.5a2-build4
Also update Makefile and rbm.conf to sync with upstream changes
2019-11-06 10:30:04 +00:00
JeremyRand
7c8398e660
gosystemd: Bump to 21 2019-11-06 10:23:00 +00:00
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:
2019-11-01 12:43:20 +00:00
JeremyRand
c2ec68d4c0
goncbtcjson: Bump to 2019 11 01 2019-11-01 12:35:23 +00:00
JeremyRand
cad5d3e62d
Merge #77: Bump dependencies to latest as of 2019 11 01
e73dd20 ncprop279: Bump to 2019 11 01 (JeremyRand)

Pull request description:
2019-11-01 07:06:11 +00:00
JeremyRand
e73dd204e9
ncprop279: Bump to 2019 11 01 2019-11-01 06:38:19 +00:00
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.)
2019-11-01 06:28:17 +00:00
JeremyRand
254be6172f
Use parent tor-browser-build instead of submodule if available 2019-10-31 00:59:14 +00:00
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:
2019-10-30 23:33:23 +00:00
JeremyRand
bc0eb2a746
Merge #74: ncdns: Fix TLSA package list
b124624 ncdns: Fix TLSA package list (JeremyRand)

Pull request description:
2019-10-30 23:31:42 +00:00
JeremyRand
6ac07c08b8
ncdns: Use modern Namecoin fork of btcd 2019-10-30 23:28:20 +00:00
JeremyRand
25ed156dd8
Add goncrpcclient 2019-10-30 23:27:30 +00:00
JeremyRand
570840f9a8
goncbtcjson: Use modern Namecoin fork of btcd 2019-10-30 23:26:23 +00:00
JeremyRand
a33a2887eb
Rename goncbtcjsontypes to goncbtcjson 2019-10-30 23:25:39 +00:00
JeremyRand
416852fbb5
gobtcd: Use modern Namecoin fork of btcd 2019-10-30 23:25:06 +00:00
JeremyRand
e3f779675a
Rename gobtcjson to gobtcd 2019-10-30 23:23:45 +00:00
JeremyRand
53aba0d250
Add gowebsocket 2019-10-30 23:23:34 +00:00
JeremyRand
6b56408c30
Add gosocks 2019-10-30 23:22:08 +00:00