summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-04 20:19:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-04 20:19:53 +0300
commitbf6b07cad2ecea53ac41838d7aeddc7e247c66bc (patch)
tree449ffee025b504a689737673a69ec1da656e3f72
parentd134ead0e12b259875d69b1fca31f739e80045f1 (diff)
Release version 7.67.0+4v7.67.0+4
Revert curl's HTTPS URL query test
-rw-r--r--curl/manifest2
-rw-r--r--curl/tests/https.testscript9
-rw-r--r--libcurl/manifest2
3 files changed, 3 insertions, 10 deletions
diff --git a/curl/manifest b/curl/manifest
index a34f839..7e16819 100644
--- a/curl/manifest
+++ b/curl/manifest
@@ -1,6 +1,6 @@
: 1
name: curl
-version: 7.67.0+3
+version: 7.67.0+4
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 34574d0..ae621ac 100644
--- a/curl/tests/https.testscript
+++ b/curl/tests/https.testscript
@@ -1,7 +1,7 @@
# file : tests/https.testscript
# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : cURL License; see accompanying COPYING file
-#\
+
: default
:
{
@@ -20,10 +20,3 @@
{
$* -s 'https://www.example.com' --capath "$src_base/empty.pem" == 60
}
-#\
-
-: verbose
-:
-{
- $* -v --no-tcp-nodelay 'https://www.example.com' >! 2>&1
-}
diff --git a/libcurl/manifest b/libcurl/manifest
index 06e6165..beb576c 100644
--- a/libcurl/manifest
+++ b/libcurl/manifest
@@ -1,6 +1,6 @@
: 1
name: libcurl
-version: 7.67.0+3
+version: 7.67.0+4
project: curl
summary: C library for transferring data with URLs
license: cURL ; MIT/X derivate license.