diff mbox

[ovs-dev] appveyor: Bump OpenSSL version

Message ID 20170713223024.14248-1-aserdean@cloudbasesolutions.com
State Accepted
Headers show

Commit Message

Alin Serdean July 13, 2017, 10:30 p.m. UTC
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>
---
 appveyor.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Ben Pfaff July 13, 2017, 11:36 p.m. UTC | #1
On Thu, Jul 13, 2017 at 10:30:35PM +0000, Alin Serdean wrote:
> 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>

Thanks, I applied this to master and branch-2.7.
diff mbox

Patch

diff --git a/appveyor.yml b/appveyor.yml
index 6ca1479..b274374 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_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