[reproc] update to 14.2.5 (#41630)

This commit is contained in:
Jia Yue Hua 2024-10-18 13:46:42 +08:00 committed by GitHub
parent 0945e17e79
commit 49540ed0c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 35 deletions

View File

@ -1,28 +0,0 @@
diff --git a/reproc++/include/reproc++/reproc.hpp b/reproc++/include/reproc++/reproc.hpp
index ab6f139..d4b370f 100644
--- a/reproc++/include/reproc++/reproc.hpp
+++ b/reproc++/include/reproc++/reproc.hpp
@@ -88,18 +88,18 @@ struct redirect {
struct options {
struct {
- env::type behavior;
+ reproc::env::type behavior;
/*! Implicitly converts from any STL container of string pairs to the
environment format expected by `reproc_start`. */
- class env extra;
+ reproc::env extra;
} env = {};
const char *working_directory = nullptr;
struct {
- redirect in;
- redirect out;
- redirect err;
+ struct redirect in;
+ struct redirect out;
+ struct redirect err;
bool parent;
bool discard;
FILE *file;

View File

@ -2,10 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO DaanDeMeyer/reproc REPO DaanDeMeyer/reproc
REF "v${VERSION}" REF "v${VERSION}"
SHA512 c592521960f1950d626261738091d25efdf764ee1a0c72a58c28c66eaebf6073b2c978f1dc2c8dbe89b0be7ec1629a3a45cb1fafa0ebe21b5df8d4d27c992675 SHA512 d6c8abfc4fbef894310f4ad6250ddf269279bce13954ba6bc0147e0bf7e08f5a5e924ba079205881d6bf1dfe865e5f4389517d6d3bbafdede24ed328c549a991
HEAD_REF main HEAD_REF main
PATCHES
fix-gcc13-build-error.patch #Please remove it in the next release version
) )
vcpkg_cmake_configure( vcpkg_cmake_configure(

View File

@ -1,7 +1,6 @@
{ {
"name": "reproc", "name": "reproc",
"version": "14.2.4", "version": "14.2.5",
"port-version": 2,
"description": "Cross-platform (C99/C++11) process library", "description": "Cross-platform (C99/C++11) process library",
"homepage": "https://github.com/DaanDeMeyer/reproc", "homepage": "https://github.com/DaanDeMeyer/reproc",
"supports": "!uwp", "supports": "!uwp",

View File

@ -7865,8 +7865,8 @@
"port-version": 1 "port-version": 1
}, },
"reproc": { "reproc": {
"baseline": "14.2.4", "baseline": "14.2.5",
"port-version": 2 "port-version": 0
}, },
"rest-rpc": { "rest-rpc": {
"baseline": "0.12", "baseline": "0.12",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "b844bd7e62dcad31cd5a38a38416f1d03a017e08",
"version": "14.2.5",
"port-version": 0
},
{ {
"git-tree": "6fc63b3c029742441d22a288db9f37f5e016abbe", "git-tree": "6fc63b3c029742441d22a288db9f37f5e016abbe",
"version": "14.2.4", "version": "14.2.4",