Commit 04d1df83 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

version up : curl 7.47.0, fixing CVE-2016-0754 and CVE-2016-0755.

parent 2a40fcfa
...@@ -12,8 +12,8 @@ parts = ...@@ -12,8 +12,8 @@ parts =
[curl] [curl]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://curl.haxx.se/download/curl-7.44.0.tar.bz2 url = http://curl.haxx.se/download/curl-7.47.0.tar.bz2
md5sum = 6b952ca00e5473b16a11f05f06aa8dae md5sum = 85c58a00412476993050cb242a3f365d
configure-options = configure-options =
--disable-static --disable-static
--disable-ldap --disable-ldap
...@@ -28,11 +28,15 @@ configure-options = ...@@ -28,11 +28,15 @@ configure-options =
--disable-gopher --disable-gopher
--enable-ipv6 --enable-ipv6
--disable-sspi --disable-sspi
--without-gnutls
--without-spnego
--with-ssl=${openssl:location}
--with-zlib=${zlib:location} --with-zlib=${zlib:location}
--with-ssl=${openssl:location}
--without-gnutls
--without-polarssl
--without-mbedtls
--without-cyassl
--without-nss --without-nss
--without-axtls
--without-libpsl
--without-libmetalink --without-libmetalink
--without-libssh2 --without-libssh2
--without-librtmp --without-librtmp
......
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