diff options
| author | 2025-08-18 19:23:28 -0400 | |
|---|---|---|
| committer | 2025-08-18 19:23:28 -0400 | |
| commit | 4aea807a167a894fd264718efc8c9fa8bced7dcb (patch) | |
| tree | a3951dbd7e395014e2cd2d92812cf8ccb29c42ff /subprojects | |
| parent | ab75884371a3545f7548498549e2faebbc465ed6 (diff) | |
| download | libnaunet-4aea807a167a894fd264718efc8c9fa8bced7dcb.tar.gz libnaunet-4aea807a167a894fd264718efc8c9fa8bced7dcb.tar.bz2 libnaunet-4aea807a167a894fd264718efc8c9fa8bced7dcb.zip | |
Add socket option for SO_REUSEADDR
- Enable it by default in multiplex.
- Update deps.
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/jansson.wrap | 4 | ||||
| -rw-r--r-- | subprojects/libalabaster.wrap | 3 | ||||
| -rw-r--r-- | subprojects/libcurl.wrap | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/subprojects/jansson.wrap b/subprojects/jansson.wrap index 3a2faa6..7fb9637 100644 --- a/subprojects/jansson.wrap +++ b/subprojects/jansson.wrap @@ -1,6 +1,6 @@ [wrap-git] -directory = jansson-96d160d +directory = jansson-154f891 url = https://github.com/akheron/jansson.git -revision = 96d160df90016066d04d493d1d69639474ba4f20 +revision = 154f8919fb0d3778282b797789ad985e3d99fdc8 depth = 1 method = cmake diff --git a/subprojects/libalabaster.wrap b/subprojects/libalabaster.wrap index 0dc9d62..c992439 100644 --- a/subprojects/libalabaster.wrap +++ b/subprojects/libalabaster.wrap @@ -1,4 +1,5 @@ [wrap-git] -url = https://git.akon.city/libalabaster +directory = libalabaster-492f4a3 +url = https://git.akon.city/libalabaster.git revision = 492f4a38f7b7f32727ab678f333eff840d968d74 depth = 1 diff --git a/subprojects/libcurl.wrap b/subprojects/libcurl.wrap index 6253f43..211ecd7 100644 --- a/subprojects/libcurl.wrap +++ b/subprojects/libcurl.wrap @@ -1,6 +1,6 @@ [wrap-git] -directory = libcurl-8.13.0 +directory = libcurl-8.15.0 url = https://github.com/curl/curl.git -revision = curl-8_13_0 +revision = curl-8_15_0 depth = 1 method = cmake |