update win64 openssl to 1.0.2o (#4564)

This commit is contained in:
M Amin 2018-06-18 11:12:01 -04:00 committed by Teddy Reed
parent 4b8d7f0c53
commit 9910f13f0f
2 changed files with 5 additions and 5 deletions

View File

@ -353,7 +353,7 @@ function Install-ThirdParty {
"glog.0.3.5",
"libarchive.3.3.1-r1",
"llvm-clang.4.0.1",
"openssl.1.0.2-k",
"openssl.1.0.2-o",
"rocksdb.5.7.1-r1",
"thrift-dev.0.11.0",
"zlib.1.2.8",

View File

@ -11,8 +11,8 @@
# $version - The version of the software package to build
# $chocoVersion - The chocolatey package version, used for incremental bumps
# without changing the version of the software package
$version = '1_0_2k'
$chocoVersion = '1.0.2-k'
$version = '1_0_2o'
$chocoVersion = '1.0.2-o'
$packageName = 'openssl'
$projectSource = 'https://github.com/apache/thrift'
$packageSourceUrl = 'https://github.com/apache/thrift'
@ -23,9 +23,9 @@ $license = 'https://github.com/openssl/openssl/blob/master/LICENSE'
$url = "https://github.com/openssl/openssl/archive/OpenSSL_$version.zip"
# Public Cert bundle we bring alonge with openssl libs
$curlCerts = "https://curl.haxx.se/ca/cacert-2016-11-02.pem"
$curlCerts = "https://curl.haxx.se/ca/cacert-2018-03-07.pem"
$curlCertsShaSum =
"cc7c9e2d259e20b72634371b146faec98df150d18dd9da9ad6ef0b2deac2a9d3"
"79ea479e9f329de7075c40154c591b51eb056d458bc4dff76d9a4b9c6c4f6d0b"
# Invoke our utilities file
. "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)\osquery_utils.ps1"