[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-405-g94922de5c

git at osgeo.org git at osgeo.org
Tue Sep 12 00:13:41 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  94922de5cacf6ea3adb85274e55eade713f05699 (commit)
      from  e7b81349bcb2dc51a77eef2275e71fd3ad91239c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 94922de5cacf6ea3adb85274e55eade713f05699
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Sep 12 09:09:28 2023 +0200

    Refuse hitting network for downloading dtd
    
    Closes #2792

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 6ea419b9f..e85467ceb 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -576,7 +576,7 @@ check-xml: requirements_not_met_xmllint
 check-cheatsheets: requirements_not_met_xmllint
 else
 check-xml: postgis-out.xml
-	$(XMLLINT) --loaddtd $(XSLTPROC_PATH_OPT) --xinclude --valid postgis-out.xml --noout
+	$(XMLLINT) --loaddtd $(XSLTPROC_PATH_OPT) --xinclude --valid postgis-out.xml --noout --nonet
 
 check-cheatsheets: cheatsheets
 	for f in $(html_builddir)/*_cheatsheet-en.html; do \

-----------------------------------------------------------------------

Summary of changes:
 doc/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list