summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-03 22:19:07 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-04 10:08:44 +0300
commitb8be2e2c5d19e8aee2ac4d1b76171d822b63da63 (patch)
tree89d5491cd57cf3f07a8f4fc4c2adf824f0171ed4 /curl
parent6a3a8ee9b4d2cd963be400902fa9a60da6625be3 (diff)
Release version 7.67.0+1v7.67.0+1
Use build2.org instead of example.com for HTTPS URL query test
Diffstat (limited to 'curl')
-rw-r--r--curl/manifest2
-rw-r--r--curl/tests/https.testscript10
2 files changed, 6 insertions, 6 deletions
diff --git a/curl/manifest b/curl/manifest
index 7a8a146..9227ac6 100644
--- a/curl/manifest
+++ b/curl/manifest
@@ -1,6 +1,6 @@
: 1
name: curl
-version: 7.67.0
+version: 7.67.0+1
summary: Command line tool for transferring data with URLs
license: cURL ; MIT/X derivate license.
topics: HTTP, FTP, URL, data transfer
diff --git a/curl/tests/https.testscript b/curl/tests/https.testscript
index ae621ac..63d7830 100644
--- a/curl/tests/https.testscript
+++ b/curl/tests/https.testscript
@@ -5,10 +5,10 @@
: default
:
{
- test.options += -sS
-
- $* 'http://www.example.com' | set s;
- $* 'https://www.example.com' >"$s"
+ $* -sS 'https://www.build2.org' >>~%EOO%
+ %<!DOCTYPE .*>%
+ %.+
+ EOO
}
: override
@@ -18,5 +18,5 @@
: certificates' exit code.
:
{
- $* -s 'https://www.example.com' --capath "$src_base/empty.pem" == 60
+ $* -s 'https://www.build2.org' --capath "$src_base/empty.pem" == 60
}