[restinio] Update to 0.7.9 (#49267)

This commit is contained in:
eao197
2026-01-07 11:08:11 +03:00
committed by GitHub
parent 2cf2bcc60a
commit 10b5aa55cf
5 changed files with 8 additions and 18 deletions

View File

@@ -2,8 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/restinio
REF "v${VERSION}"
SHA512 66b1b2109258179685e2daa7f08d6684c2900a65a7e427e2c9ff7671571eafff102d19da7c1a9ac76cefa21d5cfce66b88ea0ed0ee4be614392e6fccb6d07bf4
PATCHES "restinio_cmake_file.patch"
SHA512 a1bc51d4c29afbb7a3f04e731f0f06674ad581b021462d6b96b424b2203e4e3b6bd2176810d8e3dc344c4a852ef1651d90f1a96717c71da4cddaf19aeabf06c0
)
set(VCPKG_BUILD_TYPE release) # header-only

View File

@@ -1,14 +0,0 @@
diff --git a/dev/restinio/CMakeLists.txt b/dev/restinio/CMakeLists.txt
index 4a5b4803..f622a87d 100644
--- a/dev/restinio/CMakeLists.txt
+++ b/dev/restinio/CMakeLists.txt
@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 3.10)
-cmake_policy(SET CMP0177 NEW)
+if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.31.0")
+ cmake_policy(SET CMP0177 NEW)
+endif()
if(NOT RESTINIO_LIBRARY_NAME)
# That must be the case when RESTinio is used as a dependency.

View File

@@ -1,6 +1,6 @@
{
"name": "restinio",
"version": "0.7.8",
"version": "0.7.9",
"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",

View File

@@ -8521,7 +8521,7 @@
"port-version": 0
},
"restinio": {
"baseline": "0.7.8",
"baseline": "0.7.9",
"port-version": 0
},
"resultlib": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8e647a994a3ed2894bec673fe668fe04eb80e597",
"version": "0.7.9",
"port-version": 0
},
{
"git-tree": "4835d83fef0d6f8a2a3af55da5bfda18c30bd812",
"version": "0.7.8",