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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Łukasz Nowak
slapos
Commits
93669dd6
Commit
93669dd6
authored
Oct 22, 2021
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/curl: Version up
parent
f4163b5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
component/curl/buildout.cfg
component/curl/buildout.cfg
+2
-3
software/caddy-frontend/test/test.py
software/caddy-frontend/test/test.py
+1
-1
No files found.
component/curl/buildout.cfg
View file @
93669dd6
...
...
@@ -16,8 +16,8 @@ parts =
[curl]
recipe = slapos.recipe.cmmi
shared = true
url = http://curl.haxx.se/download/curl-7.7
6.0
.tar.xz
md5sum =
41178ceea57c863f883b6fe2c3ac276f
url = http://curl.haxx.se/download/curl-7.7
9.1
.tar.xz
md5sum =
74d3c4ca8aaa6c0619806d6e246e65fb
configure-options =
--disable-static
--disable-ech
...
...
@@ -45,7 +45,6 @@ configure-options =
--without-nss
--without-libpsl
--without-libgsasl
--without-libmetalink
--without-libssh2
--without-libssh
--without-librtmp
...
...
software/caddy-frontend/test/test.py
View file @
93669dd6
...
...
@@ -286,7 +286,7 @@ def isHTTP2(domain):
out, err = prc.communicate()
assert prc.returncode == 0, "Problem running %r. Output:
\
n
%s
\
n
Error:
\
n
%s" % (
curl_command, out, err)
return '
Using
HTTP2
,
server
supports
multi
-
use
' in err
return '
Using
HTTP2
,
server
supports
' in err
class TestDataMixin(object):
...
...
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