From eea9506c7edafbb6069677e4e5d18279a9b3bd15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=D0=B5x=D0=B0nder=20Lysik=D0=BEv?= <alexander.lysikov@demlabs.net> Date: Fri, 21 Feb 2020 22:07:29 +0500 Subject: [PATCH] updated submodules --- CMakeLists.txt | 2 +- libdap-chain-cli | 2 +- libdap-chain-global-db | 2 +- libdap-chain-net | 2 +- libdap-client | 2 +- libdap-crypto | 2 +- libdap-server | 2 +- libdap-server-core | 2 +- sources/main.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dafe6831a..b4566477d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ SET( CPACK_GENERATOR "DEB") SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}") SET( CPACK_PACKAGE_VERSION_MAJOR 2) SET( CPACK_PACKAGE_VERSION_MINOR 11) -SET( CPACK_PACKAGE_VERSION_PATCH 2) +SET( CPACK_PACKAGE_VERSION_PATCH 3) SET( CPACK_SYSTEM_TYPE "debian") SET( CPACK_SYSTEM_VERSION "10.0") diff --git a/libdap-chain-cli b/libdap-chain-cli index 864b70f22..2838682b9 160000 --- a/libdap-chain-cli +++ b/libdap-chain-cli @@ -1 +1 @@ -Subproject commit 864b70f22116cecd80df479cd2b1508536e0613d +Subproject commit 2838682b96e477d3767b263d1db303e11ef4b7fa diff --git a/libdap-chain-global-db b/libdap-chain-global-db index ed828cf15..97673bc82 160000 --- a/libdap-chain-global-db +++ b/libdap-chain-global-db @@ -1 +1 @@ -Subproject commit ed828cf1519ce0f2d77ef691a5cf3a909397d82a +Subproject commit 97673bc82ffa19d4297ad30eb71efbc9d756bc59 diff --git a/libdap-chain-net b/libdap-chain-net index 038bc87d1..2535fd519 160000 --- a/libdap-chain-net +++ b/libdap-chain-net @@ -1 +1 @@ -Subproject commit 038bc87d14b1f65c13baac8648e695b5f84d1618 +Subproject commit 2535fd5199a2e5b89c47eb96be643444c6e6201c diff --git a/libdap-client b/libdap-client index 802517a9c..d8713a616 160000 --- a/libdap-client +++ b/libdap-client @@ -1 +1 @@ -Subproject commit 802517a9cce864cf5b55eaf1e2c70bb97f4dbec7 +Subproject commit d8713a616f0824ff40236ec43cfc50c3d1220a94 diff --git a/libdap-crypto b/libdap-crypto index 1688d6922..77f0dd9d1 160000 --- a/libdap-crypto +++ b/libdap-crypto @@ -1 +1 @@ -Subproject commit 1688d69223b19de929eed4f8dc61332aaec8dd46 +Subproject commit 77f0dd9d161ac902f28d5d64b3451d7ab50fe186 diff --git a/libdap-server b/libdap-server index e2902a5cc..e0a801fa1 160000 --- a/libdap-server +++ b/libdap-server @@ -1 +1 @@ -Subproject commit e2902a5cc17f517fd27bf31640c9ef2e08a2968b +Subproject commit e0a801fa196542d57ef7482b4aba0ac82e7eecd3 diff --git a/libdap-server-core b/libdap-server-core index 686c334f3..dd803b2e0 160000 --- a/libdap-server-core +++ b/libdap-server-core @@ -1 +1 @@ -Subproject commit 686c334f320154c2abb1faedacfd8a60be6ae5e4 +Subproject commit dd803b2e03007c74c792b35a319fd7f9b6e73078 diff --git a/sources/main.c b/sources/main.c index e0c6adb02..e5474d4ec 100755 --- a/sources/main.c +++ b/sources/main.c @@ -239,7 +239,7 @@ int main( int argc, const char **argv ) dap_client_init(); - dap_http_client_simple_init( ); + //dap_http_client_simple_init( ); if ( dap_datum_mempool_init() ) { log_it( L_CRITICAL, "Can't init mempool module" ); -- GitLab