[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-498-g813f796d3

git at osgeo.org git at osgeo.org
Wed Sep 13 00:50:57 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  813f796d33279cfc756c8584afcddb8b179e69fa (commit)
      from  42a513fa1b37c753a8c21af6f3cba5cd7f21f2eb (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 813f796d33279cfc756c8584afcddb8b179e69fa
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Sep 13 09:18:13 2023 +0200

    Add code to fix the kind of broken URI as found with 42a513fa1b

diff --git a/doc/po/fix_broken_xml.sh b/doc/po/fix_broken_xml.sh
index 44f151865..d62d6373d 100755
--- a/doc/po/fix_broken_xml.sh
+++ b/doc/po/fix_broken_xml.sh
@@ -6,3 +6,6 @@ perl -pi -e 's/&([#a-z_0-9]+)[^#a-z0-9;]+;/&\1;/g' $@
 # Fix malformed CDATA
 perl -pi -e 's/<[^[>\\]*!\[CDATA\[/<!\[CDATA\[/g' $@
 
+# Fix malformed URIs (-C is for unicode)
+perl -C -pi -e 's/(https?)[[:blank:]]*:/\1:/g' $@
+

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

Summary of changes:
 doc/po/fix_broken_xml.sh | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list