diff --git a/component/haproxy/buildout.cfg b/component/haproxy/buildout.cfg
index 52a75e862494fc5234b5437dd9e786baa01c2020..4d41096cfff3d1bc666514ce564a56a3d7223a8d 100644
--- a/component/haproxy/buildout.cfg
+++ b/component/haproxy/buildout.cfg
@@ -12,8 +12,8 @@ parts = haproxy
 
 [haproxy]
 recipe = slapos.recipe.cmmi
-url = http://www.haproxy.org/download/1.7/src/haproxy-1.7.2.tar.gz
-md5sum = 7330b36f3764ebe409e9305803dc30e2
+url = http://www.haproxy.org/download/1.7/src/haproxy-1.7.5.tar.gz
+md5sum = ed84c80cb97852d2aa3161ed16c48a1c
 configure-command = true
 # If the system is running on Linux 2.6, we use "linux26" as the TARGET,
 # otherwise use "generic".