Skip to content

Commit c6ddb3d

Browse files
authored
Upgrade CPR to v1.14.1 (#11)
See: https://github.com/libcpr/cpr/releases/tag/1.14.1 Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent af9f2c5 commit c6ddb3d

File tree

10 files changed

+319
-69
lines changed

10 files changed

+319
-69
lines changed

DEPENDENCIES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ mbedtls https://github.com/Mbed-TLS/mbedtls v3.6.5
33
zlib https://github.com/madler/zlib v1.3.1
44
curl https://github.com/curl/curl curl-8_17_0
55
nghttp2 https://github.com/nghttp2/nghttp2 v1.67.1
6-
cpr https://github.com/libcpr/cpr 1.13.0
6+
cpr https://github.com/libcpr/cpr 1.14.1
77
c-ares https://github.com/c-ares/c-ares v1.34.5
88
libpsl https://github.com/rockdaboot/libpsl 0.21.5

cmake/FindCPR.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ if(NOT CPR_FOUND)
4545
"${CPR_DIR}/include/cpr/secure_string.h"
4646
"${CPR_DIR}/include/cpr/session.h"
4747
"${CPR_DIR}/include/cpr/singleton.h"
48+
"${CPR_DIR}/include/cpr/sse.h"
4849
"${CPR_DIR}/include/cpr/ssl_ctx.h"
4950
"${CPR_DIR}/include/cpr/ssl_options.h"
5051
"${CPR_DIR}/include/cpr/status_codes.h"
@@ -81,6 +82,7 @@ if(NOT CPR_FOUND)
8182
"${CPR_DIR}/cpr/redirect.cpp"
8283
"${CPR_DIR}/cpr/response.cpp"
8384
"${CPR_DIR}/cpr/session.cpp"
85+
"${CPR_DIR}/cpr/sse.cpp"
8486
"${CPR_DIR}/cpr/ssl_ctx.cpp"
8587
"${CPR_DIR}/cpr/threadpool.cpp"
8688
"${CPR_DIR}/cpr/timeout.cpp"

vendor/cpr/cpr/session.cpp

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cpr/cpr/sse.cpp

Lines changed: 122 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cpr/cpr/util.cpp

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cpr/include/cpr/cpr.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)