From b8be2e2c5d19e8aee2ac4d1b76171d822b63da63 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 3 Feb 2020 22:19:07 +0300 Subject: Release version 7.67.0+1 Use build2.org instead of example.com for HTTPS URL query test --- curl/manifest | 2 +- curl/tests/https.testscript | 10 +++++----- libcurl/manifest | 2 +- 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% + %% + %.+ + 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. -- cgit v1.1