Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
103
Merge Requests
103
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
2440cb2b
Commit
2440cb2b
authored
Dec 11, 2019
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version up: curl 7.67.0, including security fixes.
parent
30e7a795
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
component/curl/buildout.cfg
component/curl/buildout.cfg
+12
-5
No files found.
component/curl/buildout.cfg
View file @
2440cb2b
...
@@ -15,10 +15,11 @@ parts =
...
@@ -15,10 +15,11 @@ parts =
[curl]
[curl]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
shared = true
url = http://curl.haxx.se/download/curl-7.6
0
.0.tar.xz
url = http://curl.haxx.se/download/curl-7.6
7
.0.tar.xz
md5sum =
a889cd11b4ae8794b7030472cb4df0a0
md5sum =
d55351b88dec558dd3a24dabb2c2d899
configure-options =
configure-options =
--disable-static
--disable-static
--disable-esni
--disable-ldap
--disable-ldap
--disable-ldaps
--disable-ldaps
--disable-rtsp
--disable-rtsp
...
@@ -29,22 +30,28 @@ configure-options =
...
@@ -29,22 +30,28 @@ configure-options =
--disable-imap
--disable-imap
--disable-smtp
--disable-smtp
--disable-gopher
--disable-gopher
--disable-manual
--enable-ipv6
--enable-ipv6
--disable-sspi
--disable-sspi
--disable-alt-svc
--with-zlib=${zlib:location}
--with-zlib=${zlib:location}
--with-ssl=${openssl:location}
--with-ssl=${openssl:location}
--without-gnutls
--without-gnutls
--without-polarssl
--without-polarssl
--without-mbedtls
--without-mbedtls
--without-
cyassl
--without-
mesalink
--without-nss
--without-nss
--without-axtls
--without-libpsl
--without-libpsl
--without-libmetalink
--without-libmetalink
--without-libssh2
--without-libssh2
--without-librtmp
--without-librtmp
--without-libidn
--without-libidn
2
--with-nghttp2=${nghttp2:location}
--with-nghttp2=${nghttp2:location}
--without-ngtcp2
--without-nghttp3
--without-quiche
--without-zsh-functions-dir
--without-fish-functions-dir
environment =
environment =
PATH=${perl:location}/bin:${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s
PATH=${perl:location}/bin:${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment