[Openvpn-devel] vcpkg: bump baseline version

Message ID 20220820112755.285-1-lstipakov@gmail.com
State Accepted
Headers show
Series [Openvpn-devel] vcpkg: bump baseline version | expand

Commit Message

Lev Stipakov Aug. 20, 2022, 1:27 a.m. UTC
From: Lev Stipakov <lev@openvpn.net>

This allows us to use newer versions of
dependencies, such as openssl 3.0.2 -> 3.0.5.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
---
 .github/workflows/build.yaml | 2 +-
 src/openvpn/vcpkg.json       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Gert Doering Aug. 20, 2022, 4:40 a.m. UTC | #1
Acked-by: Gert Doering <gert@greenie.muc.de>

As usually, I have no idea what this stuff does, but it's not changing
code and it seems to make Github happy :-)

Your patch has been applied to the master branch.

commit 734de8f9aa2df56bcb45ebab7cfa799a23f36403
Author: Lev Stipakov
Date:   Sat Aug 20 14:27:55 2022 +0300

     vcpkg: bump baseline version

     Signed-off-by: Lev Stipakov <lev@openvpn.net>
     Acked-by: Gert Doering <gert@greenie.muc.de>
     Message-Id: <20220820112755.285-1-lstipakov@gmail.com>
     URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25042.html
     Signed-off-by: Gert Doering <gert@greenie.muc.de>


--
kind regards,

Gert Doering

Patch

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 49b7d6d1..f42469af 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -335,7 +335,7 @@  jobs:
       - name: Restore artifacts, or setup vcpkg (do not install any package)
         uses: lukka/run-vcpkg@v10
         with:
-          vcpkgGitCommitId: '4b766c1cd17205e1b768c4fadfd5f867c1d0510e'
+          vcpkgGitCommitId: '9259a0719d94c402aae2ab7975bc096afdec15df'
           appendedCacheKey: '${{matrix.triplet}}'
 
       - name: Run MSBuild consuming vcpkg.json
diff --git a/src/openvpn/vcpkg.json b/src/openvpn/vcpkg.json
index 5489d146..40db1fd2 100644
--- a/src/openvpn/vcpkg.json
+++ b/src/openvpn/vcpkg.json
@@ -9,5 +9,5 @@ 
     "lz4",
     "pkcs11-helper"
   ],
-  "builtin-baseline": "4b766c1cd17205e1b768c4fadfd5f867c1d0510e"
+  "builtin-baseline": "9259a0719d94c402aae2ab7975bc096afdec15df"
 }