Skip to content

Commit

Permalink
Merge pull request #3376 from citrus-it/curlr48
Browse files Browse the repository at this point in the history
curl - update from 8.3.0 to 8.4.0 (r151048)
  • Loading branch information
hadfl authored Oct 11, 2023
2 parents 2aaaaa9 + b5a3891 commit c78447f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/curl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=curl
VER=8.3.0
VER=8.4.0
PKG=web/curl
SUMMARY="Command line tool for transferring data with URL syntax"
DESC="Curl is a command line tool for transferring data with URL syntax, "
Expand Down
8 changes: 4 additions & 4 deletions build/curl/patches/tests.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/tests/data/test1004 a/tests/d
+++ a/tests/data/test1004 1970-01-01 00:00:00
@@ -39,7 +39,7 @@ http
HTTP GET with empty proxy
</name>
<command>
</name>
<command>
-http://%HOSTIP:%HTTPPORT/%TESTNUMBER --proxy ""
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER --proxy "''"
</command>
Expand Down Expand Up @@ -45,8 +45,8 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/tests/data/test355 a/tests/da
+++ a/tests/data/test355 1970-01-01 00:00:00
@@ -34,7 +34,7 @@ http
load Alt-Svc from file and use
</name>
<command>
</name>
<command>
-http://%HOSTIP:%HTTPPORT/%TESTNUMBER --alt-svc ""
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER --alt-svc "''"
</command>
Expand Down
4 changes: 2 additions & 2 deletions build/curl/testsuite.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TESTDONE: 1635 tests were considered during 463 seconds.
TESTDONE: 1316 tests out of 1317 reported OK: 99%
TESTDONE: 1646 tests were considered during 514 seconds.
TESTDONE: 1327 tests out of 1328 reported OK: 99%
TESTFAIL: These test cases failed: 1004

0 comments on commit c78447f

Please sign in to comment.