diff mbox

[ovs-dev] appveyor: Update OpenSSL version

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

Commit Message

Alin Serdean Oct. 4, 2016, 2:47 p.m. UTC
OpenSSL version changed from 1.0.2h to 1.0.2j.

This patch bumps the version for the appveyor config.

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

Comments

Gurucharan Shetty Oct. 4, 2016, 3:50 p.m. UTC | #1
On 4 October 2016 at 07:47, Alin Serdean <aserdean@cloudbasesolutions.com>
wrote:

> OpenSSL version changed from 1.0.2h to 1.0.2j.
>
> This patch bumps the version for the appveyor config.
>
> Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
>
Applied, thanks.


> ---
>  appveyor.yml | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/appveyor.yml b/appveyor.yml
> index 0fd003b..8a6694b 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_2h.exe"
> +    $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2j.exe"
>
> -    $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2h.exe"
> +    $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2j.exe"
>
>      Invoke-WebRequest $source -OutFile $destination
>
> @@ -27,7 +27,7 @@ init:
>
>      cd C:\ovs-build-downloads
>
> -    .\Win32OpenSSL-1_0_2h.exe /silent /verysilent /sp- /suppressmsgboxes
> +    .\Win32OpenSSL-1_0_2j.exe /silent /verysilent /sp- /suppressmsgboxes
>
>      Start-Sleep -s 30
>
> --
> 2.9.2.windows.1
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>
diff mbox

Patch

diff --git a/appveyor.yml b/appveyor.yml
index 0fd003b..8a6694b 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_2h.exe"
+    $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2j.exe"
 
-    $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2h.exe"
+    $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2j.exe"
 
     Invoke-WebRequest $source -OutFile $destination
 
@@ -27,7 +27,7 @@  init:
 
     cd C:\ovs-build-downloads
 
-    .\Win32OpenSSL-1_0_2h.exe /silent /verysilent /sp- /suppressmsgboxes
+    .\Win32OpenSSL-1_0_2j.exe /silent /verysilent /sp- /suppressmsgboxes
 
     Start-Sleep -s 30