summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--curl/manifest2
-rw-r--r--curl/tests/https.testscript10
-rw-r--r--libcurl/manifest2
3 files changed, 7 insertions, 7 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
}
diff --git a/libcurl/manifest b/libcurl/manifest
index bfc15c4..0bcd4ee 100644
--- a/libcurl/manifest
+++ b/libcurl/manifest
@@ -1,6 +1,6 @@
: 1
name: libcurl
-version: 7.67.0
+version: 7.67.0+1
project: curl
summary: C library for transferring data with URLs
license: cURL ; MIT/X derivate license.