Skip to content

Commit

Permalink
Revert "Merge pull request puppetlabs#665 from puppetlabs/revert-659-…
Browse files Browse the repository at this point in the history
…tickets/master/re-7221-update-openssl"

This reverts commit 4b09ae0, reversing
changes made to 6719e02.

This reverts the revert of the openssl update to 1.0.1h.
  • Loading branch information
Rob Braden committed May 10, 2016
1 parent 5c75ef6 commit 38e618a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/windows-env.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $mingwVer = "${mingwArch}_mingw-w64_${mingwVerNum}_${mingwThreads}_${mingwExcept

$rubyPkg = "ruby-2.1.8-${rubyArch}-mingw32"

$opensslPkg = "openssl-1.0.2g-${opensslArch}-windows"
$opensslPkg = "openssl-1.0.2h-${opensslArch}-windows"

$curlVer = "curl-7.42.1"
$curlPkg = "${curlVer}-${mingwVer}"
Expand Down
4 changes: 2 additions & 2 deletions configs/components/openssl.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
component "openssl" do |pkg, settings, platform|
pkg.version "1.0.2g"
pkg.md5sum "f3c710c045cdee5fd114feb69feba7aa"
pkg.version "1.0.2h"
pkg.md5sum "9392e65072ce4b614c1392eefc1f23d0"
pkg.url "http://buildsources.delivery.puppetlabs.net/openssl-#{pkg.get_version}.tar.gz"

pkg.replaces 'pe-openssl'
Expand Down
4 changes: 2 additions & 2 deletions configs/components/windows_ruby.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"url": "git://github.delivery.puppetlabs.net/puppetlabs-puppet-win32-ruby.git",
"ref": {
"x86": "refs/tags/2.1.8.2-x86",
"x64": "refs/tags/2.1.8.2-x64"
"x86": "refs/tags/2.1.8.3-x86",
"x64": "refs/tags/2.1.8.3-x64"
}
}

0 comments on commit 38e618a

Please sign in to comment.