summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-08-31 09:06:43 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-09-01 10:27:39 -0700
commit237d9d0fd0fd8454743a7dac27a655101fbbe714 (patch)
treeeb50c36a4a8370beebeb69fd43fe37557ce2c768
parentcc394d527b7718d0b2070daef2a490d2d859a651 (diff)
downloadchef-237d9d0fd0fd8454743a7dac27a655101fbbe714.tar.gz
use 1.0.1h and rebase omnibus-software to master
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--omnibus/Gemfile2
-rw-r--r--omnibus/Gemfile.lock19
-rw-r--r--version_policy.rb2
3 files changed, 12 insertions, 11 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 12b6171271..2f2df4126f 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -1,7 +1,7 @@
source "https://rubygems.org"
gem "omnibus", github: "chef/omnibus", branch: "sersut/ff-ksubrama/gcc_investigate"
-gem "omnibus-software", github: "chef/omnibus-software", branch: "sersut/ff-ksubrama/ruby23"
+gem "omnibus-software", github: "chef/omnibus-software", branch: "lcg/ruby23"
gem "license_scout", github: "chef/license_scout"
# pedump pessimistically pins multipart-post to a version from 2013 which makes
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index 0912895e80..4340325792 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -1,15 +1,16 @@
GIT
remote: git://github.com/chef/license_scout.git
- revision: bd8e0da834e45c51e3957598d8a9238ca19187d5
+ revision: dfbf29902b32121a48cec6e8eecb06ec8fdb3ff4
specs:
license_scout (0.1.0)
+ berkshelf (~> 4.3)
ffi-yajl (~> 2.2)
mixlib-shellout (~> 2.2)
GIT
remote: git://github.com/chef/omnibus-software.git
- revision: 676b89e48a213f34567f847c1c2aa20f08d5a2b7
- branch: sersut/ff-ksubrama/ruby23
+ revision: b377584c65146e68fa1b48d8f3ce54bb2401dada
+ branch: lcg/ruby23
specs:
omnibus-software (4.0.0)
chef-sugar (>= 3.4.0)
@@ -50,12 +51,12 @@ GEM
addressable (2.4.0)
artifactory (2.3.3)
awesome_print (1.7.0)
- aws-sdk (2.5.5)
- aws-sdk-resources (= 2.5.5)
- aws-sdk-core (2.5.5)
+ aws-sdk (2.5.7)
+ aws-sdk-resources (= 2.5.7)
+ aws-sdk-core (2.5.7)
jmespath (~> 1.0)
- aws-sdk-resources (2.5.5)
- aws-sdk-core (= 2.5.5)
+ aws-sdk-resources (2.5.7)
+ aws-sdk-core (= 2.5.7)
berkshelf (4.3.5)
addressable (~> 2.3, >= 2.3.4)
berkshelf-api-client (~> 2.0, >= 2.0.2)
@@ -137,7 +138,7 @@ GEM
mixlib-authentication (1.4.1)
mixlib-log
mixlib-cli (1.7.0)
- mixlib-config (2.2.2)
+ mixlib-config (2.2.3)
mixlib-install (1.1.0)
artifactory
mixlib-shellout
diff --git a/version_policy.rb b/version_policy.rb
index 2c780d498a..cd909d8ffb 100644
--- a/version_policy.rb
+++ b/version_policy.rb
@@ -44,7 +44,7 @@ OMNIBUS_OVERRIDES = {
## These can float as they are frequently updated in a way that works for us
#override "cacerts" =>"???",
- "openssl" => "1.0.2g",
+ "openssl" => "1.0.2h",
}
#