From a9402f40d14cf1d2e8ef61a59bea7d5092cf0b7b Mon Sep 17 00:00:00 2001 From: vidyasagarnimmagaddi <160703874+vidyasagarnimmagaddi@users.noreply.github.com> Date: Wed, 12 Feb 2025 23:40:45 +0530 Subject: [PATCH] [Windows] Updated the EdgeDriver, vcRedis signature and Openssl version to 3.4.1 in Windows 25 (#11584) * [Windows] Updated the EdgeDriver signature thumbprint * [Windows] Updated Edge-drvier , vcRedis Signature and Updated Openssl version to 3.4.1 --- images/windows/scripts/build/Install-EdgeDriver.ps1 | 2 +- images/windows/toolsets/toolset-2019.json | 2 +- images/windows/toolsets/toolset-2022.json | 2 +- images/windows/toolsets/toolset-2025.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/images/windows/scripts/build/Install-EdgeDriver.ps1 b/images/windows/scripts/build/Install-EdgeDriver.ps1 index e8f07b7de..6d10d6e5d 100644 --- a/images/windows/scripts/build/Install-EdgeDriver.ps1 +++ b/images/windows/scripts/build/Install-EdgeDriver.ps1 @@ -27,7 +27,7 @@ Write-Host "Expand Microsoft Edge WebDriver archive..." Expand-7ZipArchive -Path $archivePath -DestinationPath $edgeDriverPath #Validate the EdgeDriver signature -$signatureThumbprint = "7920AC8FB05E0FFFE21E8FF4B4F03093BA6AC16E" +$signatureThumbprint = "0BD8C56733FDCC06F8CB919FF5A200E39B1ACF71" Test-FileSignature -Path "$edgeDriverPath\msedgedriver.exe" -ExpectedThumbprint $signatureThumbprint Write-Host "Setting the environment variables..." diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index 2994939c2..a9dca0bba 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -467,7 +467,7 @@ "postgresql": { "signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9", "version": "14", - "vcRedistSignature": "245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D", + "vcRedistSignature": "8F985BE8FD256085C90A95D3C74580511A1DB975", "installVcRedist": true }, "kotlin": { diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index cd68d0d97..6657f5f9e 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -383,7 +383,7 @@ "postgresql": { "signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9", "version": "14", - "vcRedistSignature": "245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D", + "vcRedistSignature": "8F985BE8FD256085C90A95D3C74580511A1DB975", "installVcRedist": true }, "kotlin": { diff --git a/images/windows/toolsets/toolset-2025.json b/images/windows/toolsets/toolset-2025.json index 22e3b5ef5..426190039 100644 --- a/images/windows/toolsets/toolset-2025.json +++ b/images/windows/toolsets/toolset-2025.json @@ -324,7 +324,7 @@ "version": "latest" }, "openssl": { - "version": "3.4.0", + "version": "3.4.1", "pinnedDetails": { "link": "https://github.com/actions/runner-images-internal/pull/6702", "reason": "Meaningful reason must be added at next update.",