You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2019/06/04 17:12:27 UTC

[geode-native] branch develop updated: Update Windows Openssl download version for Packer - 'b' version started giving a 404 error a couple days ago - correct URL is now for 'c' version

This is an automated email from the ASF dual-hosted git repository.

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new b63a942  Update Windows Openssl download version for Packer - 'b' version started giving a 404 error a couple days ago - correct URL is now for 'c' version
b63a942 is described below

commit b63a94256c25cf4667173e01c1120f633184419c
Author: Blake Bender <bb...@pivotal.io>
AuthorDate: Tue Jun 4 10:10:41 2019 -0700

    Update Windows Openssl download version for Packer
    - 'b' version started giving a 404 error a couple days ago
    - correct URL is now for 'c' version
    
    Co-authored-by: Ivan Godwin <ig...@pivotal.io>
---
 packer/windows/install-openssl.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packer/windows/install-openssl.ps1 b/packer/windows/install-openssl.ps1
index ef69b6f..9fcabf7 100644
--- a/packer/windows/install-openssl.ps1
+++ b/packer/windows/install-openssl.ps1
@@ -16,4 +16,4 @@
 $ErrorActionPreference = "Stop"
 Import-Module Packer -Force
 
-Install-Package https://slproweb.com/download/Win64OpenSSL-1_1_1b.exe -ArgumentList /silent
+Install-Package https://slproweb.com/download/Win64OpenSSL-1_1_1c.exe -ArgumentList /silent