Skip to content

Commit

Permalink
Enable additional authentication mechanisms in librdkafka (microsoft#…
Browse files Browse the repository at this point in the history
…39184)

The main reasons from what I can tell for enabling SSL or CURL is to
also be able to enabled additional authentication mechanisms
  • Loading branch information
rockwood-openai authored Jun 12, 2024
1 parent b64343a commit 638daad
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ports/librdkafka/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" RDKAFKA_BUILD_STATIC)
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
ssl WITH_SSL
ssl WITH_SASL_OAUTHBEARER
ssl WITH_SASL_SCRAM
zlib WITH_ZLIB
zstd WITH_ZSTD
snappy WITH_SNAPPY
curl WITH_CURL
curl WITH_OAUTHBEARER_OIDC
)

vcpkg_cmake_configure(
Expand Down
1 change: 1 addition & 0 deletions ports/librdkafka/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "librdkafka",
"version": "2.3.0",
"port-version": 1,
"description": "The Apache Kafka C/C++ library",
"homepage": "https://github.com/edenhill/librdkafka",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4894,7 +4894,7 @@
},
"librdkafka": {
"baseline": "2.3.0",
"port-version": 0
"port-version": 1
},
"libredwg": {
"baseline": "0.13.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/librdkafka.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "420acc8b75e00d2fec12c4b991f63d909b69e022",
"version": "2.3.0",
"port-version": 1
},
{
"git-tree": "a84ea0202e606993c8377b34bdbea3c84e08d792",
"version": "2.3.0",
Expand Down

0 comments on commit 638daad

Please sign in to comment.