From 4c210e898589f6c8b26497677bfec7d2600a72a3 Mon Sep 17 00:00:00 2001 From: Raul Metsma Date: Fri, 3 Jul 2026 08:48:46 +0300 Subject: [PATCH] Update OpenSSL to 3.5.7 IB-8991 Signed-off-by: Raul Metsma --- .github/workflows/build.yml | 4 +--- vcpkg.json | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c48e10c..1b0f0561 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: container: ubuntu:${{ matrix.container }} strategy: matrix: - container: ['22.04', '24.04', '25.10', '26.04'] + container: ['22.04', '24.04', '26.04'] arch: ['amd64', 'arm64'] env: DEBIAN_FRONTEND: noninteractive @@ -63,8 +63,6 @@ jobs: echo "ANDROID_NDK_HOME=$ANDROID_NDK_LATEST_HOME" >> "$GITHUB_ENV" echo "ANDROID_NDK_ROOT=$ANDROID_NDK_LATEST_HOME" >> "$GITHUB_ENV" echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> "$GITHUB_ENV" - git -C $VCPKG_INSTALLATION_ROOT fetch origin f77737496dabd44c63ecc599dc0f4d6cff30d0d5 - git -C $VCPKG_INSTALLATION_ROOT reset --hard f77737496dabd44c63ecc599dc0f4d6cff30d0d5 - name: Cache vcpkg uses: actions/cache@v5 with: diff --git a/vcpkg.json b/vcpkg.json index a0c2d3e8..9c354efb 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -21,7 +21,7 @@ "features": { "tests": { "description": "Build tests", "dependencies": ["boost-test"] } }, - "builtin-baseline": "f77737496dabd44c63ecc599dc0f4d6cff30d0d5", + "builtin-baseline": "67b5ee32c608c87971eed243d4bff140568ebe53", "vcpkg-configuration": { "overlay-triplets": ["./vcpkg-triplets"], "registries": [ @@ -29,7 +29,7 @@ "kind": "git", "repository": "https://github.com/open-eid/vcpkg-ports", "reference": "vcpkg-registry", - "baseline": "e841c32c534b9db3130a824992f4bacd79fae1bc", + "baseline": "408ae35659d383cf5563a8d9ea943a81bba5c008", "packages": ["openssl"] } ]