Commit 636d8604 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

component/curl: version 7.56.0 including security fixes.

parent c9b5d6d7
...@@ -6,14 +6,15 @@ extends = ...@@ -6,14 +6,15 @@ extends =
../openssl/buildout.cfg ../openssl/buildout.cfg
../perl/buildout.cfg ../perl/buildout.cfg
../pkgconfig/buildout.cfg ../pkgconfig/buildout.cfg
../xz-utils/buildout.cfg
../zlib/buildout.cfg ../zlib/buildout.cfg
parts = parts =
curl curl
[curl] [curl]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://curl.haxx.se/download/curl-7.54.1.tar.bz2 url = http://curl.haxx.se/download/curl-7.56.0.tar.xz
md5sum = 6b6eb722f512e7a24855ff084f54fe55 md5sum = 18ebc36c5dc9317d4a0b5db94a4e12ad
configure-options = configure-options =
--disable-static --disable-static
--disable-ldap --disable-ldap
...@@ -44,6 +45,6 @@ configure-options = ...@@ -44,6 +45,6 @@ configure-options =
--without-nghttp2 --without-nghttp2
environment = environment =
PATH=${perl:location}/bin:${pkgconfig:location}/bin:%(PATH)s PATH=${perl:location}/bin:${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig
LDFLAGS=-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${openssl:location}/lib LDFLAGS=-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${openssl:location}/lib
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