Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl - update from 8.3.0 to 8.4.0 (r151038) #3373

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading