Commit cac1b43c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

component/curl: version up 8.12.0.

and revert : component/curl: backport a fix for ".netrc parse error" with git
parent c3a2ab35
......@@ -4,7 +4,6 @@
[buildout]
extends =
../openssl/buildout.cfg
../patch/buildout.cfg
../perl/buildout.cfg
../pkgconfig/buildout.cfg
../xz-utils/buildout.cfg
......@@ -21,8 +20,8 @@ parts =
[curl]
recipe = slapos.recipe.cmmi
shared = true
url = https://curl.se/download/curl-8.11.0.tar.xz
md5sum = 49dd886ac84ed3de693464f78f1ee926
url = https://curl.se/download/curl-8.12.0.tar.xz
md5sum = 3005f775ce65b301a27f8d43a8c85511
configure-options =
--disable-static
--disable-ech
......@@ -78,10 +77,6 @@ environment =
PATH=${perl:location}/bin:${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${:pkgconfig}
LDFLAGS=-Wl,-rpath=${libidn2:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${:OPENSSL}/lib -Wl,-rpath=${nghttp2:location}/lib -Wl,-rpath=${zstd:location}/lib ${:LDFLAGS}
patch-options = -p1
patch-binary = ${patch:location}/bin/patch
patches =
https://github.com/curl/curl/commit/f5c616930b5cf148b1b2632da4f5963ff48bdf88.patch?full_index=1#e6ebcd491dd9d105c26287fe830fd557
[curl-http3]
<= curl
......
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