Duke Leto
e8073af3b5
build package docs
2020-12-04 19:39:04 -05:00
Duke Leto
a61fc6775a
Tweak WolfSSL build settings
2020-11-14 17:27:09 -05:00
miodragpop
448feb14c3
windows build fix
2020-11-04 17:41:02 +01:00
miodragpop
9ff7565901
OpenSSL replaced by WolfSSL
2020-10-28 22:13:52 +01:00
miodragpop
d740b4c601
openssl config to build support for TLS_CHACHA20_POLY1305_SHA256 cipher
2020-10-03 13:08:11 +02:00
miodragpop
3e81631dc9
openssl updated from 1.1.1a to 1.1.1h
...
Complete list of improvements and bugfixes can be found at the link below
https://www.openssl.org/news/openssl-1.1.1-notes.html
2020-09-28 15:25:42 +02:00
miodragpop
c0eb0631e2
rust reverted to version 1.32.0
2020-07-17 01:58:23 +02:00
miodragpop
b1de0a7f86
proton lib removed
2020-07-16 23:35:43 +02:00
miodragpop
9544bd0ffc
adjustments for cross build of aarch64 binaries on x86_64 linux
2020-07-12 11:47:00 +02:00
Duke Leto
0ca0637323
Use our mirror of boost, bintray is returning 403 currently
2020-06-07 17:31:27 -04:00
Charles
2bfc18b26d
Fix package dep for ccache xz to gz compression algo.
2020-04-16 16:48:58 -04:00
ca333
ec162c7d85
fix dead openssl download path
...
updates openssl 1.1.1a download path
jfyi: we are testing 1.1.1f in https://github.com/KomodoPlatform/komodo/pull/314
2020-04-05 02:38:46 +02:00
Charles
327609707f
updated deps native_ccache 3.7.7
2020-03-15 03:16:12 -04:00
Charles
d5534ef041
updated deps native_ccache 3.7.4
2020-03-15 03:11:20 -04:00
Charles
5a0c3ac22b
updated proton dep 0.26.0
2020-03-15 03:09:34 -04:00
Charles
6605434eda
upgraded dep libcurl 7.67.0
2020-03-15 02:42:30 -04:00
Charles
c7cd5d5449
boost dep upgraded to 1.72.0
2020-03-15 02:29:59 -04:00
Duke Leto
4c0aebd675
Add libgmp back
2020-01-25 08:18:40 -05:00
Duke Leto
4d965f53eb
A bunch more libsnark deletions/updates
2020-01-24 06:32:13 -05:00
Duke Leto
ec3f202942
Merge branch 'duke' into dev
...
Conflicts:
src/chainparams.cpp
src/primitives/block.h
2019-12-26 20:50:50 -05:00
Duke Leto
eba9ea99cc
depends/ lacking a clean target in Makefile causes build.sh clean to fail early, this allows it to fail a bit further along
2019-12-22 08:21:16 -05:00
Duke Leto
4f37ebbfc4
update depends docs
2019-12-17 11:32:00 -05:00
Duke Leto
b30f2064f2
Fix libsodium url
2019-12-13 14:47:12 -05:00
Duke Leto
5b98e073af
Update to libsodium 1.0.18
2019-12-13 14:29:08 -05:00
Duke Leto
a863434e24
Use our fork of libsodium
2019-12-13 12:29:57 -05:00
Duke Leto
6af01b4072
Merge branch 'duke' into danger
2019-12-13 12:17:35 -05:00
Duke Leto
2762473c5e
Use our own fork of utfcpp dep
2019-12-12 19:06:20 -05:00
Duke Leto
5b71bda7a1
Use our own fork of libsnark to fix URL
2019-12-09 09:48:06 -05:00
ca333
823208ef1d
update libsnark fetch URL
2019-12-07 16:46:13 -08:00
Jonathan "Duke" Leto
e46815f338
Sick of libsodium changing URLs. Github URLs do not change
2019-12-02 04:36:45 -08:00
Jonathan "Duke" Leto
2010b75193
Update libgmp dep URL with our own github fork
2019-12-02 04:35:28 -08:00
Jonathan "Duke" Leto
97f1e68b7d
Update libsodium url
2019-11-25 15:18:27 -08:00
Duke Leto
058f358838
add dep
2019-10-09 22:05:07 -04:00
Jonathan "Duke" Leto
a9e6edeed9
more stuff
2019-10-05 12:06:06 -04:00
Duke Leto
f6a4f17f82
Avoid downloading the 700MB sprout-groth16 file we do not need
2019-07-05 01:19:02 -04:00
ca333
43d3043d34
fix OSX
...
this fixes the faulty OSX patch
2019-05-31 03:12:33 +02:00
jl777
3070b90746
Merge branch 'FSM' into patch-osx-gcc8-static
2019-05-27 04:18:27 -11:00
DeckerSU
45aecd9c3c
osx: switch to gcc-8 static build
2019-05-24 11:36:20 +03:00
DeckerSU
6af417b990
build-mac.sh fix on latest libcurl changes
...
https://github.com/jl777/komodo/issues/1452
2019-04-25 14:24:53 +03:00
DeckerSU
c4c5746e9c
added config flags to openssl
...
to make libcurl HTTPS connections work OpenSSL needs to be built
with sock, ssl, tls and des. all other config options can be disabled,
like in ZCash.
2019-04-22 20:56:25 +03:00
DeckerSU
0930945aa0
remove debug delays in libcurl.mk
2019-04-22 20:54:49 +03:00
DeckerSU
1a9f6cb607
return OpenSSL 1.1.1a and applied patch
...
More info:
- https://github.com/openssl/openssl/issues/7350
- f725fe5b4b
Without this patch we will get following error:
```
SSL: couldn't create a context: error:00000000:lib(0):func(0):reason(0)
```
during trying to connect HTTPS.
2019-04-22 20:27:28 +03:00
DeckerSU
03794dc208
first approach to get HTTPS in libcurl work
...
1. libcurl.mk now changed to build against static openssl from deps.
2. but, it won't work with openssl 1.1.1a, bcz of SSL: couldn't create a context: error:00000000:lib(0):func(0):reason(0) ,
so, in test i decided to upgrade openssl to 1.1.1b.
3. original openssl.mk was with many disabled features, i enable all of them,
of course it's don't needed and we need to leave only SSL/TLS things enabled
in OpenSSL build.
4. probably i broke something in Windows and MacOS build.
This commit is only first approach to continue work.
2019-04-19 21:57:10 +03:00
jl777
a232b0cd76
Revert to boost 1.69
2019-02-27 04:32:43 -11:00
jl777
53e66f1170
Merge branch 'dev' into FSM
...
# Conflicts:
# depends/packages/zeromq.mk
# src/assetchains.json
2019-02-27 04:31:00 -11:00
jl777
fc0b7b15c8
Revert to boost 1.66
2019-02-22 21:16:25 -11:00
ca333
9c3581f568
update rust
2019-02-19 22:55:49 +01:00
ca333
d257da66dc
update openssl
2019-02-19 22:55:14 +01:00
ca333
85071d5d9c
update libsodium
2019-02-19 22:54:44 +01:00
ca333
fb462bf7de
update boost
2019-02-19 22:53:56 +01:00