Skip to content

Commit

Permalink
Merge pull request #3373 from citrus-it/curlr38
Browse files Browse the repository at this point in the history
curl - update from 8.3.0 to 8.4.0 (r151038)
  • Loading branch information
hadfl authored Oct 11, 2023
2 parents c276cd3 + 9ba7c15 commit e6dce54
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/functions.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 '--exclude=*.orig' a~/tests/data/test1004 a/tests/data/test1004
+++ 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 '--exclude=*.orig' a~/tests/data/test355 a/tests/data/test355
+++ 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: 1419 tests were considered during 422 seconds.
TESTDONE: 1120 tests out of 1121 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 e6dce54

Please sign in to comment.