From 5493eb4296b84e53e8036d4084deee2b596512a4 Mon Sep 17 00:00:00 2001 From: sdcb Date: Fri, 21 Oct 2016 17:12:48 +0800 Subject: Upgrade cpprestsdk to 2.9.0 --- ports/cpprestsdk/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/cpprestsdk/CONTROL') diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index eca83755b..4c55c7060 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,4 +1,4 @@ Source: cpprestsdk -Version: 2.8 +Version: 2.9.0 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. \ No newline at end of file -- cgit v1.2.3 From 3e22b5164b8694b62cff85da05476a989c2f0413 Mon Sep 17 00:00:00 2001 From: sdcb Date: Tue, 25 Oct 2016 09:55:25 +0800 Subject: [cpprestsdk] Add websocket support. --- ports/cpprestsdk/CONTROL | 1 + 1 file changed, 1 insertion(+) (limited to 'ports/cpprestsdk/CONTROL') diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index 4c55c7060..9ed939516 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,4 +1,5 @@ Source: cpprestsdk Version: 2.9.0 +Build-Depends: zlib, openssl, boost 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. \ No newline at end of file -- cgit v1.2.3 From d1849efe943ffc05c8b49c44e59e138a46ac4684 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Mon, 24 Oct 2016 20:31:16 -0700 Subject: [cpprestsdk] Bump version to 2.9.0-1 to indicate change in configuration --- ports/cpprestsdk/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/cpprestsdk/CONTROL') diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index 9ed939516..db1c9038e 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,5 +1,5 @@ Source: cpprestsdk -Version: 2.9.0 +Version: 2.9.0-1 Build-Depends: zlib, openssl, boost 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. \ No newline at end of file -- cgit v1.2.3 From 8b95900a7e232addb7fb593ebc305610be7ba928 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Sat, 5 Nov 2016 01:04:45 -0700 Subject: [cpprestsdk] Qualify all dependencies as not needed for uwp. --- ports/cpprestsdk/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/cpprestsdk/CONTROL') diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index db1c9038e..b3438026f 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,5 +1,5 @@ Source: cpprestsdk Version: 2.9.0-1 -Build-Depends: zlib, openssl, boost +Build-Depends: zlib [windows], openssl [windows], boost [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. \ No newline at end of file -- cgit v1.2.3 From bfc7a36e923434b000f9d16c621d850444c7125b Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 3 Feb 2017 14:38:49 -0800 Subject: [cpprestsdk] Use websocketpp from vcpkg instead of cpprest's copy --- ports/cpprestsdk/CONTROL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ports/cpprestsdk/CONTROL') diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index b3438026f..f284f2b53 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,5 +1,5 @@ Source: cpprestsdk -Version: 2.9.0-1 -Build-Depends: zlib [windows], openssl [windows], boost [windows] +Version: 2.9.0-2 +Build-Depends: zlib [windows], openssl [windows], boost [windows], websocketpp [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. \ No newline at end of file -- cgit v1.2.3