[librdkafka] upgrade version up to 2.0.2 (#29651)

* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* [librdkafka] upgrade version up to 2.0.2

* [librdkafka] upgrade version up to 2.0.2

* fix remarks

* fix remarks

---------

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
This commit is contained in:
Alexander Smyslov 2023-02-16 19:23:09 +01:00 committed by GitHub
parent c1f00045e9
commit 6d16cb553a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 6 deletions

View File

@ -1,8 +1,8 @@
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e911c28..bbeb99b 100644
index 37b43c4..106fe38 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -206,6 +206,11 @@ if(WITH_ZLIB)
@@ -213,6 +213,11 @@ if(WITH_ZLIB)
target_link_libraries(rdkafka PUBLIC ZLIB::ZLIB)
endif()
@ -14,3 +14,12 @@ index e911c28..bbeb99b 100644
if(WITH_ZSTD)
target_link_libraries(rdkafka PRIVATE ${ZSTD_LIBRARY})
target_include_directories(rdkafka PRIVATE ${ZSTD_INCLUDE_DIR})
@@ -296,7 +301,7 @@ if(NOT RDKAFKA_BUILD_STATIC)
set(PKG_CONFIG_DESCRIPTION "The Apache Kafka C/C++ library")
if(WITH_CURL)
- string(APPEND PKG_CONFIG_REQUIRES "curl ")
+ string(APPEND PKG_CONFIG_REQUIRES "libcurl ")
endif()
if(WITH_ZLIB)

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO edenhill/librdkafka
REF v1.9.2
SHA512 f067b227bc784e1dee61261d540632e54a4e5849934d1f55571979fea6b3c6858c27bcd397cf33fbee2409df12b149bb78f201f33646d14b5288a33147a9c9dc
REF v2.0.2
SHA512 b1f5bc7bb998051275f1bfa43b67dd3d830349a87906828a90149375ac66c2a04e769454d0eb0ec91f712132814bcc328c49c4247872977272932849de83d98e
HEAD_REF master
PATCHES
lz4.patch

View File

@ -1,6 +1,6 @@
{
"name": "librdkafka",
"version": "1.9.2",
"version": "2.0.2",
"description": "The Apache Kafka C/C++ library",
"homepage": "https://github.com/edenhill/librdkafka",
"license": null,

View File

@ -4301,7 +4301,7 @@
"port-version": 10
},
"librdkafka": {
"baseline": "1.9.2",
"baseline": "2.0.2",
"port-version": 0
},
"libressl": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d5396e9968358ea9b99e1204b37dd8cba68fef6b",
"version": "2.0.2",
"port-version": 0
},
{
"git-tree": "ec1e8bdb3b0474f51cb416593474395c97ace7e2",
"version": "1.9.2",