diff --git a/recipes/cpprestsdk/all/conandata.yml b/recipes/cpprestsdk/all/conandata.yml index 04039b622a547..201f62ca8fad0 100644 --- a/recipes/cpprestsdk/all/conandata.yml +++ b/recipes/cpprestsdk/all/conandata.yml @@ -5,6 +5,9 @@ sources: "2.10.16": url: https://github.com/Microsoft/cpprestsdk/archive/v2.10.16.tar.gz sha256: 3d75e17c7d79131320438f2a15331f7ca6281c38c0e2daa27f051e290eeb8681 + "2.10.17": + url: https://github.com/Microsoft/cpprestsdk/archive/2.10.17.tar.gz + sha256: a2d9dae3ae10cdf7e41caf3dd0fa52f0b9c5012a24ba123901f686cfc484c043 patches: "2.10.15": - patch_file: "patches/0001-find-cmake-targets.patch" @@ -16,3 +19,8 @@ patches: base_path: "source_subfolder" - patch_file: "patches/0002-remove-wconversion.patch" base_path: "source_subfolder" + "2.10.17": + - patch_file: "patches/0003-find-cmake-targets.patch" + base_path: "source_subfolder" + - patch_file: "patches/0002-remove-wconversion.patch" + base_path: "source_subfolder" diff --git a/recipes/cpprestsdk/all/conanfile.py b/recipes/cpprestsdk/all/conanfile.py index 4190c07bdfe83..e372ecd9e8438 100644 --- a/recipes/cpprestsdk/all/conanfile.py +++ b/recipes/cpprestsdk/all/conanfile.py @@ -55,8 +55,8 @@ def configure(self): del self.options.fPIC def requirements(self): - self.requires("boost/1.73.0") - self.requires("openssl/1.1.1g") + self.requires("boost/1.75.0") + self.requires("openssl/1.1.1i") if self.options.with_compression: self.requires("zlib/1.2.11") if self.options.with_websockets: diff --git a/recipes/cpprestsdk/config.yml b/recipes/cpprestsdk/config.yml index da053830b4694..cb16204b6c694 100644 --- a/recipes/cpprestsdk/config.yml +++ b/recipes/cpprestsdk/config.yml @@ -3,3 +3,5 @@ versions: folder: "all" "2.10.16": folder: "all" + "2.10.17": + folder: "all"