summaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorTony Sarajarvi <tony.sarajarvi@digia.com>2013-03-18 12:04:01 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-17 10:06:22 +0100
commit59cee51a54fb667c6fa4753cf010f1de97f3807d (patch)
tree0fd8e5aca410e703a26a45a23c6f45cc6f1476d5 /puppet
parent41870e69538d5167392f87846df76705b146b91c (diff)
Update OpenSSL to 1.0.1f in Puppet manifest
Change-Id: Ib773ac8022ebe305ea7a5530e1c06032722598f0 Reviewed-by: Heikki Halmet <heikki.halmet@digia.com>
Diffstat (limited to 'puppet')
-rw-r--r--puppet/modules/openssl/manifests/windows.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/openssl/manifests/windows.pp b/puppet/modules/openssl/manifests/windows.pp
index 84006c0..87ceda5 100644
--- a/puppet/modules/openssl/manifests/windows.pp
+++ b/puppet/modules/openssl/manifests/windows.pp
@@ -3,7 +3,7 @@
#
# Note installing OpenSSL has dependency to VCRedist package which is not currently managed by puppet
class openssl::windows(
- $version = '1.0.1e',
+ $version = '1.0.1f',
$path = 'C:\openssl'
) {
# Version number with underscores, for example '0_9_8x'