From 6e428ec15b3139764119cff659ad17a61f6d793d Mon Sep 17 00:00:00 2001 From: eao197 Date: Wed, 7 Sep 2022 22:16:23 +0300 Subject: [PATCH] [restinio] Update to 0.6.17 (#26701) * RESTinio updated to 0.6.17. * RESTinio-0.6.17 added to baseline. --- ports/restinio/portfile.cmake | 4 ++-- ports/restinio/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/r-/restinio.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/restinio/portfile.cmake b/ports/restinio/portfile.cmake index 4c7ec25b73..5b8feba268 100644 --- a/ports/restinio/portfile.cmake +++ b/ports/restinio/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO stiffstream/restinio - REF 03e69fe720c91c65b8cfe93f463dc6063ab287bd # v.0.6.16 - SHA512 fc333181b4d9c25d8b759663af2e8e805a2a9eb81c0808e950d949e67c15b268e3c2a230fb34ffd4e4c4571004e1aa2136749f7d5ce92c43288089b171637390 + REF a5b668560138da42158511880470b19988566568 # v.0.6.17 + SHA512 fc3cdab9c240ba30b5f4b800ec452442a38db93936d3f7557255e6e7e3176217413fa421afec8b155cfb498df5ca9fc48a74a8e9bf1903aa31c9824d26d9618c ) vcpkg_cmake_configure( diff --git a/ports/restinio/vcpkg.json b/ports/restinio/vcpkg.json index 93751f4101..41353f5e21 100644 --- a/ports/restinio/vcpkg.json +++ b/ports/restinio/vcpkg.json @@ -1,6 +1,6 @@ { "name": "restinio", - "version": "0.6.16", + "version": "0.6.17", "description": "A header-only C++14 library that gives you an embedded HTTP/Websocket server targeted primarily for asynchronous processing of HTTP-requests.", "homepage": "https://github.com/Stiffstream/restinio", "license": "BSD-3-Clause", diff --git a/versions/baseline.json b/versions/baseline.json index 69e15f14e2..36fb5cd07f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6389,7 +6389,7 @@ "port-version": 0 }, "restinio": { - "baseline": "0.6.16", + "baseline": "0.6.17", "port-version": 0 }, "rexo": { diff --git a/versions/r-/restinio.json b/versions/r-/restinio.json index 191e9cca50..8e177cb717 100644 --- a/versions/r-/restinio.json +++ b/versions/r-/restinio.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7b285cfa0e43e1964ca4a91d2375516aa8121d79", + "version": "0.6.17", + "port-version": 0 + }, { "git-tree": "d203c65a6c07e890c752ab69d981546bc208763e", "version": "0.6.16",