mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
[reproc] update to 14.2.5 (#41630)
This commit is contained in:
parent
0945e17e79
commit
49540ed0c7
@ -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;
|
@ -2,10 +2,8 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO DaanDeMeyer/reproc
|
||||
REF "v${VERSION}"
|
||||
SHA512 c592521960f1950d626261738091d25efdf764ee1a0c72a58c28c66eaebf6073b2c978f1dc2c8dbe89b0be7ec1629a3a45cb1fafa0ebe21b5df8d4d27c992675
|
||||
SHA512 d6c8abfc4fbef894310f4ad6250ddf269279bce13954ba6bc0147e0bf7e08f5a5e924ba079205881d6bf1dfe865e5f4389517d6d3bbafdede24ed328c549a991
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
fix-gcc13-build-error.patch #Please remove it in the next release version
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "reproc",
|
||||
"version": "14.2.4",
|
||||
"port-version": 2,
|
||||
"version": "14.2.5",
|
||||
"description": "Cross-platform (C99/C++11) process library",
|
||||
"homepage": "https://github.com/DaanDeMeyer/reproc",
|
||||
"supports": "!uwp",
|
||||
|
@ -7865,8 +7865,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"reproc": {
|
||||
"baseline": "14.2.4",
|
||||
"port-version": 2
|
||||
"baseline": "14.2.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"rest-rpc": {
|
||||
"baseline": "0.12",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b844bd7e62dcad31cd5a38a38416f1d03a017e08",
|
||||
"version": "14.2.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "6fc63b3c029742441d22a288db9f37f5e016abbe",
|
||||
"version": "14.2.4",
|
||||
|
Loading…
Reference in New Issue
Block a user