Commit 1cd49f99 authored by Kirill Smelkov's avatar Kirill Smelkov

Merge branch 'master' into x/gitlab

* master:
  slapos/recipe/redis: Add support for UNIX sockets
  slapos/recipe/redis/promise: Don't create connection pool explicitly
  redis: v↑  (2.8.23)
  ruby: v↑ ruby2.1  (2.1.7)
  component/postgresql: v↑ postgresql92  (9.2.14)
  component/postgresql: Factor out common build stuff to postgresql-common
  software/postgresql: Don't build postgresql twice
  version up: HAProxy 1.5.15
parents 1b480009 cbbfd405
...@@ -11,8 +11,8 @@ parts = haproxy ...@@ -11,8 +11,8 @@ parts = haproxy
[haproxy] [haproxy]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.haproxy.org/download/1.5/src/haproxy-1.5.14.tar.gz url = http://www.haproxy.org/download/1.5/src/haproxy-1.5.15.tar.gz
md5sum = ad9d7262b96ba85a0f8c6acc6cb9edde md5sum = eeaa35744f84c92184cd735ee56dd0a3
configure-command = true configure-command = true
# If the system is running on Linux 2.6, we use "linux26" as the TARGET, # If the system is running on Linux 2.6, we use "linux26" as the TARGET,
# otherwise use "generic". # otherwise use "generic".
......
...@@ -8,7 +8,7 @@ parts = ...@@ -8,7 +8,7 @@ parts =
slapos-cookbook-develop slapos-cookbook-develop
slapos-cookbook slapos-cookbook
instance instance
postgresql92 postgresql
#---------------- #----------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment