Commit 83f5929e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

component/curl: version up 7.76.0, including security fixes.

parent d4e8d9e1
......@@ -7,6 +7,7 @@ extends =
../perl/buildout.cfg
../pkgconfig/buildout.cfg
../xz-utils/buildout.cfg
../zstd/buildout.cfg
../zlib/buildout.cfg
../nghttp2/buildout.cfg
parts =
......@@ -15,11 +16,11 @@ parts =
[curl]
recipe = slapos.recipe.cmmi
shared = true
url = http://curl.haxx.se/download/curl-7.67.0.tar.xz
md5sum = d55351b88dec558dd3a24dabb2c2d899
url = http://curl.haxx.se/download/curl-7.76.0.tar.xz
md5sum = 41178ceea57c863f883b6fe2c3ac276f
configure-options =
--disable-static
--disable-esni
--disable-ech
--disable-ldap
--disable-ldaps
--disable-rtsp
......@@ -30,6 +31,7 @@ configure-options =
--disable-imap
--disable-smtp
--disable-gopher
--disable-mqtt
--disable-manual
--enable-ipv6
--disable-sspi
......@@ -42,8 +44,10 @@ configure-options =
--without-mesalink
--without-nss
--without-libpsl
--without-libgsasl
--without-libmetalink
--without-libssh2
--without-libssh
--without-librtmp
--without-libidn2
--with-nghttp2=${nghttp2:location}
......@@ -52,8 +56,11 @@ configure-options =
--without-quiche
--without-zsh-functions-dir
--without-fish-functions-dir
--without-brotli
--with-zstd=${zstd:location}
--without-gssapi
environment =
PATH=${perl:location}/bin:${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig:${nghttp2:location}/lib/pkgconfig
LDFLAGS=-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${openssl:location}/lib -Wl,-rpath=${nghttp2:location}/lib
LDFLAGS=-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${openssl:location}/lib -Wl,-rpath=${nghttp2:location}/lib -Wl,-rpath=${zstd: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