diff options
| author | 2023-12-31 17:29:19 -0500 | |
|---|---|---|
| committer | 2023-12-31 17:29:19 -0500 | |
| commit | 842fed76fdb6762e10d1571255229a80c8505b04 (patch) | |
| tree | a2d46bc3ba63a91cf6ca00d285716a084cd4da8b /subprojects | |
| parent | b0f53d634813af0a038d4faf6fa71d90d9aa0845 (diff) | |
| download | libnaunet-842fed76fdb6762e10d1571255229a80c8505b04.tar.gz libnaunet-842fed76fdb6762e10d1571255229a80c8505b04.tar.bz2 libnaunet-842fed76fdb6762e10d1571255229a80c8505b04.zip | |
Update
- Add aki_poll and aki_fs_event
- Various aki_file improvments
- Add grow mode to aki_packet_pool
- aki_packet_stream_pause/resume -> cork
- Misc fixes and improvments
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/curl.wrap | 4 | ||||
| -rw-r--r-- | subprojects/jansson.wrap | 4 | ||||
| -rw-r--r-- | subprojects/libev.wrap | 1 |
3 files changed, 8 insertions, 1 deletions
diff --git a/subprojects/curl.wrap b/subprojects/curl.wrap new file mode 100644 index 0000000..245b709 --- /dev/null +++ b/subprojects/curl.wrap @@ -0,0 +1,4 @@ +[wrap-git] +url = https://github.com/curl/curl.git +revision = curl-8_4_0 +depth = 1 diff --git a/subprojects/jansson.wrap b/subprojects/jansson.wrap new file mode 100644 index 0000000..23114ba --- /dev/null +++ b/subprojects/jansson.wrap @@ -0,0 +1,4 @@ +[wrap-git] +url = https://github.com/akheron/jansson.git +revision = v2.14 +depth = 1 diff --git a/subprojects/libev.wrap b/subprojects/libev.wrap index 21430df..22fed20 100644 --- a/subprojects/libev.wrap +++ b/subprojects/libev.wrap @@ -6,7 +6,6 @@ source_filename = libev-4.33.tar.gz source_hash = 507eb7b8d1015fbec5b935f34ebed15bf346bed04a11ab82b8eee848c4205aea patch_directory = libev - diff_files = libev/libev_aki_sleep.diff [provide] |