]> git.proxmox.com Git - mirror_ovs.git/commitdiff
appveyor: Bump OpenSSL version
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Thu, 13 Jul 2017 22:30:35 +0000 (22:30 +0000)
committerBen Pfaff <blp@ovn.org>
Thu, 13 Jul 2017 23:35:40 +0000 (16:35 -0700)
The URL https://slproweb.com/download/Win32OpenSSL-1_0_2k.exe is
no longer valid.

Bump the version of OpenSSL to 1_0_2l.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
appveyor.yml

index 6ca14794b5b1b9f8b84f017919e8f063e9918f36..b274374e88e225c1fb224a1cc9a85f5673a22492 100644 (file)
@@ -15,9 +15,9 @@ init:
 
     Invoke-WebRequest $source -OutFile $destination
 
-    $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2k.exe"
+    $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2l.exe"
 
-    $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2k.exe"
+    $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2l.exe"
 
     Invoke-WebRequest $source -OutFile $destination
 
@@ -27,7 +27,7 @@ init:
 
     cd C:\ovs-build-downloads
 
-    .\Win32OpenSSL-1_0_2k.exe /silent /verysilent /sp- /suppressmsgboxes
+    .\Win32OpenSSL-1_0_2l.exe /silent /verysilent /sp- /suppressmsgboxes
 
     Start-Sleep -s 30