-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cpprestsdk] Update to v2.10.8 and add brotli feature. (#4617)
The brotli feature is on by default for Windows only. We think it'll probably work on other platforms but haven't tested that extensively.
- Loading branch information
1 parent
8346836
commit 8dd8bc1
Showing
2 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
Source: cpprestsdk | ||
Version: 2.10.6-3 | ||
Version: 2.10.7 | ||
Build-Depends: zlib, openssl (!uwp&!windows), boost-system (!uwp&!windows), boost-date-time (!uwp&!windows), boost-regex (!uwp&!windows), boost-thread (!uwp&!windows), boost-filesystem (!uwp&!windows), boost-random (!uwp&!windows), boost-chrono (!uwp&!windows) | ||
Description: C++11 JSON, REST, and OAuth library | ||
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. | ||
Default-Features: websockets | ||
Default-Features: default-features | ||
|
||
Feature: default-features | ||
Build-Depends: cpprestsdk[brotli] (windows), cpprestsdk[websockets] | ||
Description: Features installed by default | ||
|
||
Feature: websockets | ||
Build-Depends: websocketpp (!uwp), openssl (!uwp), boost-system (!uwp), boost-date-time (!uwp), boost-regex (!uwp) | ||
Description: Websockets support | ||
|
||
Feature: brotli | ||
Build-Depends: brotli | ||
Description: Brotli compression support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8dd8bc1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version in CONTROL file (2.10.7) does not match Version in portfile.cmake (REF v2.10.8). Ist this intended?