diff --git a/component/curl/buildout.cfg b/component/curl/buildout.cfg
index 1973bc7c6b746ad8681740fd37c1257e25804c11..f93d237926180f9b7e64bc8426ba7f375ec7d033 100644
--- a/component/curl/buildout.cfg
+++ b/component/curl/buildout.cfg
@@ -12,8 +12,8 @@ parts =
 
 [curl]
 recipe = slapos.recipe.cmmi
-url = http://curl.haxx.se/download/curl-7.44.0.tar.bz2
-md5sum = 6b952ca00e5473b16a11f05f06aa8dae
+url = http://curl.haxx.se/download/curl-7.47.0.tar.bz2
+md5sum = 85c58a00412476993050cb242a3f365d
 configure-options =
   --disable-static
   --disable-ldap
@@ -28,11 +28,15 @@ configure-options =
   --disable-gopher
   --enable-ipv6
   --disable-sspi
-  --without-gnutls
-  --without-spnego
-  --with-ssl=${openssl:location}
   --with-zlib=${zlib:location}
+  --with-ssl=${openssl:location}
+  --without-gnutls
+  --without-polarssl
+  --without-mbedtls
+  --without-cyassl
   --without-nss
+  --without-axtls
+  --without-libpsl
   --without-libmetalink
   --without-libssh2
   --without-librtmp