Merge branch 'update_curl'

This commit is contained in:
DJ Mountney 2017-03-07 10:25:12 -08:00
commit 38aea7179a
2 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,7 @@ omnibus-gitlab repository.
- Remove Bitbucket from templates as it does not require special settings anymore
- Fix the issue that prevents registry from starting when user and group
are not the same (O Schwede) 62b5cc
- Update curl to 7.53.0
- Setup RSA private key for OpenID Connect
- Update directory configuration structure to allow multiple settings per data directory

View File

@ -15,7 +15,7 @@
#
name 'curl'
default_version '7.52.0'
default_version '7.53.0'
# Runtime dependency
dependency 'zlib'
@ -24,8 +24,8 @@ dependency 'openssl'
license 'MIT'
license_file 'COPYING'
version '7.52.0' do
source sha256: '7ee327ca55e95ea16b27929449ba290c3881cbb24901c57dd571849741c8f2d0'
version '7.53.0' do
source sha256: 'f25e0f9a8d8229cc9003df8ea07dbf4233fa7de08cb525c4e35415192eab4046'
end
source url: "http://curl.haxx.se/download/curl-#{version}.tar.gz"