From 08015a5208b1eb8273bf4ca9dd8779188fdb8a82 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 25 Feb 2021 11:08:35 +0300 Subject: Release version 3.2.3+2 Use caret version constraint for depends manifest values Add config.libxerces_c.network project configuration variable Fix use-after-free error (CVE-2018-1311) Add symlink attribute for symbolic links that refer to upstream subdirectories Fix MinGW GCC's 'redeclared without dllimport attribute' warnings --- libxerces-c/tests/net-accessor/testscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libxerces-c/tests/net-accessor/testscript') diff --git a/libxerces-c/tests/net-accessor/testscript b/libxerces-c/tests/net-accessor/testscript index 993423b..55a810a 100644 --- a/libxerces-c/tests/net-accessor/testscript +++ b/libxerces-c/tests/net-accessor/testscript @@ -15,7 +15,8 @@ $* 'http://www.example.com' >>~%EOO% : : Test that an HTTPS URL is queried successfully using libcurl via the system : SSL backend on Windows and MacOS/Clang and fails for other targets that use -: the OpenSSL backend by default. +: the OpenSSL backend by default, since the CA certificates can not be +: located. : if ($cxx.target.class == 'windows' || \ $cxx.target.class == 'macos' && $cxx.id == 'clang-apple') -- cgit v1.1