Skip to content

Commit b04db82

Browse files
HADOOP-19563. Upgrade libopenssl to 3.1.2 on Windows (#7680)
* The current libopenssl 3.1.1 isn't available for download from the repo.msys2.org website. * This PR upgrades the same to 3.1.2.
1 parent 9c05d96 commit b04db82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-support/docker/Dockerfile_windows_10

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ RUN powershell Expand-Archive -Path $Env:TEMP\zstd-v1.5.4-win64.zip -Destination
7575
RUN setx PATH "%PATH%;C:\ZStd"
7676

7777
# Install libopenssl 3.1.1 needed for rsync 3.2.7.
78-
RUN powershell Invoke-WebRequest -Uri https://repo.msys2.org/msys/x86_64/libopenssl-3.1.1-1-x86_64.pkg.tar.zst -OutFile $Env:TEMP\libopenssl-3.1.1-1-x86_64.pkg.tar.zst
79-
RUN powershell zstd -d $Env:TEMP\libopenssl-3.1.1-1-x86_64.pkg.tar.zst -o $Env:TEMP\libopenssl-3.1.1-1-x86_64.pkg.tar
78+
RUN powershell Invoke-WebRequest -Uri https://repo.msys2.org/msys/x86_64/libopenssl-3.1.2-1-x86_64.pkg.tar.zst -OutFile $Env:TEMP\libopenssl-3.1.2-1-x86_64.pkg.tar.zst
79+
RUN powershell zstd -d $Env:TEMP\libopenssl-3.1.2-1-x86_64.pkg.tar.zst -o $Env:TEMP\libopenssl-3.1.1-1-x86_64.pkg.tar
8080
RUN powershell mkdir "C:\LibOpenSSL"
8181
RUN powershell tar -xvf $Env:TEMP\libopenssl-3.1.1-1-x86_64.pkg.tar -C "C:\LibOpenSSL"
8282

0 commit comments

Comments
 (0)