summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-05-29 09:09:22 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-05-30 13:39:13 +0200
commit87abe5f355570e496a8d3a12cb567ef23774aaa9 (patch)
tree4908b36f0117730e7abe65f17aa07b7880a8d2f0 /src/man
parent03d7e3207a8758130d7e2431cd886bb3edfc6190 (diff)
downloadsssd-87abe5f355570e496a8d3a12cb567ef23774aaa9.tar.gz
sssd-87abe5f355570e496a8d3a12cb567ef23774aaa9.tar.xz
sssd-87abe5f355570e496a8d3a12cb567ef23774aaa9.zip
man: Substitute entity values for entity references
Validation of xml files failed with new version of libxml2 (CVE-2014-0191) make[2]: Entering directory `/builddir/build/BUILD/sssd-1.9.2/src/man' /usr/bin/xmllint --catalogs --postvalid --nonet --xinclude --noout sss_usermod.8.xml sss_usermod.8.xml:4: element reference: validity error : No declaration for element reference sss_usermod.8.xml:5: element title: validity error : No declaration for element title Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> (cherry picked from commit b772ceb6e5cdda62aa98d4fc61f4800b9779b74a)
Diffstat (limited to 'src/man')
-rw-r--r--src/man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/Makefile.am b/src/man/Makefile.am
index eb879802e..ccf1c053e 100644
--- a/src/man/Makefile.am
+++ b/src/man/Makefile.am
@@ -28,7 +28,7 @@ CONDS = with_false$(SUDO_CONDS)$(AUTOFS_CONDS)$(SSH_CONDS)$(PAC_RESPONDER_CONDS)
export SGML_CATALOG_FILES
DOCBOOK_XSLT = @DOCBOOK_XSLT@
DOCBOOK_XSLT ?= http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
-XMLLINT_FLAGS = --catalogs --postvalid --nonet --xinclude --noout
+XMLLINT_FLAGS = --catalogs --postvalid --nonet --noent --xinclude --noout
XSLTPROC_FLAGS = --catalogs --xinclude --nonet
if HAVE_PROFILE_CATALOGS