[ovs-dev] [PATCH] appveyor: Renew SSL link.

Alin Serdean aserdean at cloudbasesolutions.com
Fri Aug 28 21:11:21 UTC 2015


1_0_2a version not available for download.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
---
 appveyor.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 370de3f..d3d87b3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,9 +15,9 @@ init:
 
     Invoke-WebRequest $source -OutFile $destination
 
-    $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2a.exe"
+    $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2d.exe"
 
-    $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2a.exe"
+    $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2d.exe"
 
     Invoke-WebRequest $source -OutFile $destination
 
@@ -27,7 +27,7 @@ init:
 
     cd C:\ovs-build-downloads
 
-    .\Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes
+    .\Win32OpenSSL-1_0_2d.exe /silent /verysilent /sp- /suppressmsgboxes
 
     Start-Sleep -s 30
 
-- 
1.9.5.msysgit.0



More information about the dev mailing list