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/build/root.build | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libxerces-c/build') diff --git a/libxerces-c/build/root.build b/libxerces-c/build/root.build index 92eb1cb..85934ec 100644 --- a/libxerces-c/build/root.build +++ b/libxerces-c/build/root.build @@ -1,6 +1,13 @@ # file : build/root.build # license : Apache License 2.0; see accompanying LICENSE file +# Enable network support so that the parser can download remote resources +# (schemas, DTDs, etc). +# +# If enabled, then the libcurl library is used to access network resources. +# +config [bool] config.libxerces_c.network ?= false + # We rely on C99 in macro deductions (see xercesc/config.h and # xercesc/util/Xerces_autoconf_config.hpp for details). # -- cgit v1.1