Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: update libraries #8308

Merged
merged 3 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 3 additions & 4 deletions cmake/libraries.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ set(FLB_PATH_LIB_CHUNKIO "lib/chunkio")
set(FLB_PATH_LIB_LUAJIT "lib/luajit-3065c9")
set(FLB_PATH_LIB_MONKEY "lib/monkey")
set(FLB_PATH_LIB_JSMN "lib/jsmn")
set(FLB_PATH_LIB_MBEDTLS "lib/mbedtls-2.28.0")
set(FLB_PATH_LIB_SQLITE "lib/sqlite-amalgamation-3390300")
set(FLB_PATH_LIB_SQLITE "lib/sqlite-amalgamation-3440200")
set(FLB_PATH_LIB_JANSSON "lib/jansson-e23f558")
set(FLB_PATH_LIB_ONIGMO "lib/onigmo")
set(FLB_PATH_LIB_MPACK "lib/mpack-amalgamation-1.1")
set(FLB_PATH_LIB_MPACK "lib/mpack-amalgamation-1.1.1")
set(FLB_PATH_LIB_MINIZ "lib/miniz")
set(FLB_PATH_LIB_TUTF8E "lib/tutf8e")
set(FLB_PATH_LIB_CARES "lib/c-ares-1.24.0")
set(FLB_PATH_LIB_SNAPPY "lib/snappy-fef67ac")
set(FLB_PATH_LIB_RDKAFKA "lib/librdkafka-2.1.0")
set(FLB_PATH_LIB_RDKAFKA "lib/librdkafka-2.3.0")
set(FLB_PATH_LIB_RING_BUFFER "lib/lwrb")
set(FLB_PATH_LIB_WASM_MICRO_RUNTIME "lib/wasm-micro-runtime-WAMR-1.2.2")
2 changes: 0 additions & 2 deletions lib/librdkafka-2.1.0/debian/watch

This file was deleted.

2 changes: 0 additions & 2 deletions lib/librdkafka-2.1.0/packaging/debian/watch

This file was deleted.

212 changes: 0 additions & 212 deletions lib/librdkafka-2.1.0/src/rdkafka_assignor.h

This file was deleted.

138 changes: 0 additions & 138 deletions lib/librdkafka-2.1.0/src/rdkafka_range_assignor.c

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ
Read the FAQ first: https://github.com/confluentinc/librdkafka/wiki/FAQ

Do NOT create issues for questions, use the discussion forum: https://github.com/edenhill/librdkafka/discussions
Do NOT create issues for questions, use the discussion forum: https://github.com/confluentinc/librdkafka/discussions



Expand All @@ -14,7 +14,7 @@ How to reproduce
<your steps how to reproduce goes here, or remove section if not relevant>


**IMPORTANT**: Always try to reproduce the issue on the latest released version (see https://github.com/edenhill/librdkafka/releases), if it can't be reproduced on the latest version the issue has been fixed.
**IMPORTANT**: Always try to reproduce the issue on the latest released version (see https://github.com/confluentinc/librdkafka/releases), if it can't be reproduced on the latest version the issue has been fixed.


Checklist
Expand Down
File renamed without changes.
Loading
Loading