[ovs-dev] [PATCH] build windows: Update OpenSSL download link

Guru Shetty guru at ovn.org
Fri Feb 12 15:37:47 UTC 2016


On 10 February 2016 at 17:12, Alin Serdean <aserdean at cloudbasesolutions.com>
wrote:

> This patch updates the appveyor dowload link for OpenSSL prebuilt binaries.
>
> Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
>

Applied, thanks!


> ---
>  appveyor.yml | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/appveyor.yml b/appveyor.yml
> index de0b4a5..24a2814 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_2e.exe"
> +    $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2f.exe"
>
> -    $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2e.exe"
> +    $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2f.exe"
>
>      Invoke-WebRequest $source -OutFile $destination
>
> @@ -27,7 +27,7 @@ init:
>
>      cd C:\ovs-build-downloads
>
> -    .\Win32OpenSSL-1_0_2e.exe /silent /verysilent /sp- /suppressmsgboxes
> +    .\Win32OpenSSL-1_0_2f.exe /silent /verysilent /sp- /suppressmsgboxes
>
>      Start-Sleep -s 30
>
> --
> 1.9.5.msysgit.0
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>



More information about the dev mailing list