Merge branch 'update_curl' into 'master'

Update curl to 7.50.3.



See merge request !993
This commit is contained in:
Marin Jankovski 2016-09-14 09:27:45 +00:00
commit 7848b55064
2 changed files with 6 additions and 1 deletions

View File

@ -16,6 +16,7 @@ omnibus-gitlab repository.
- Bundle jemalloc and allow optional enable 1381ba
- Use single db_host when multi postgresql::listen_adresses
- Add gitlab-ctl registry-garbage-collect command
- Update curl to version 7.50.3
8.11.4

View File

@ -15,7 +15,7 @@
#
name "curl"
default_version "7.47.1"
default_version "7.50.3"
dependency "zlib"
dependency "openssl"
@ -27,6 +27,10 @@ version "7.47.1" do
source md5: "3f9d1be7bf33ca4b8c8602820525302b"
end
version "7.50.3" do
source sha256: "3991c2234986178af3b3f693e5afa35d49da2ab4ba61292e3817222446dca7e1"
end
source url: "http://curl.haxx.se/download/curl-#{version}.tar.gz"
relative_path "curl-#{version}"