diff options
| author | 2025-11-30 13:51:19 -0500 | |
|---|---|---|
| committer | 2025-11-30 13:55:55 -0500 | |
| commit | 1e0f60341192c79bf49e84e6b187ffb7bfded252 (patch) | |
| tree | 35e02f466e553e01f0421c391c16af918efd6098 /subprojects | |
| parent | 5edcdda9efadd7c6ff5a47bef2897c0eb995057f (diff) | |
| download | libnaunet-1e0f60341192c79bf49e84e6b187ffb7bfded252.tar.gz libnaunet-1e0f60341192c79bf49e84e6b187ffb7bfded252.tar.bz2 libnaunet-1e0f60341192c79bf49e84e6b187ffb7bfded252.zip | |
Build fixes, socket_cleanup()
- Make packet_cache_send() 3 steps, lock -> send -> unlock.
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/libalabaster.wrap | 4 | ||||
| -rw-r--r-- | subprojects/libcurl.wrap | 4 | ||||
| -rw-r--r-- | subprojects/zlib.wrap | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/subprojects/libalabaster.wrap b/subprojects/libalabaster.wrap index c992439..3f7a977 100644 --- a/subprojects/libalabaster.wrap +++ b/subprojects/libalabaster.wrap @@ -1,5 +1,5 @@ [wrap-git] -directory = libalabaster-492f4a3 +directory = libalabaster-dd7a1d1 url = https://git.akon.city/libalabaster.git -revision = 492f4a38f7b7f32727ab678f333eff840d968d74 +revision = dd7a1d1afb8b3e93ab1005abdc21edb6efca840a depth = 1 diff --git a/subprojects/libcurl.wrap b/subprojects/libcurl.wrap index 211ecd7..d1bf82a 100644 --- a/subprojects/libcurl.wrap +++ b/subprojects/libcurl.wrap @@ -1,6 +1,6 @@ [wrap-git] -directory = libcurl-8.15.0 +directory = libcurl-8.17.0 url = https://github.com/curl/curl.git -revision = curl-8_15_0 +revision = curl-8_17_0 depth = 1 method = cmake diff --git a/subprojects/zlib.wrap b/subprojects/zlib.wrap new file mode 100644 index 0000000..4e3b24b --- /dev/null +++ b/subprojects/zlib.wrap @@ -0,0 +1,6 @@ +[wrap-git] +directory = zlib-1.3.1 +url = https://github.com/madler/zlib.git +revision = v1.3.1 +depth = 1 +method = cmake |