[SCM] PostGIS branch master updated. 3.4.0rc1-725-gfe2757cc2

git at osgeo.org git at osgeo.org
Mon Oct 30 16:47:36 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  fe2757cc2db3b390570032e312bc15aa7d6d872e (commit)
      from  a5e9fc1124d0de4d6994e5572fd66b1c78fc7af9 (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 fe2757cc2db3b390570032e312bc15aa7d6d872e
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Oct 30 19:47:32 2023 -0400

    Update to new home of sfcgal. References #5600 for PostGIS 3.5.0

diff --git a/README.postgis b/README.postgis
index 04cc4557d..03c81667a 100644
--- a/README.postgis
+++ b/README.postgis
@@ -108,7 +108,7 @@ For apt-based systems you can run this command to install the below dependencies
 * SFCGAL 1.4.1+ is requires for additional functionality ST_AlphaShape, ST_OptimalAlphaShape,
   and ST_3DConvexhull
 
-  https://gitlab.com/Oslandia/SFCGAL
+  https://gitlab.com/sfcgal/SFCGAL
 
 * protobuf-c (Optional, Version 1.1.0 or higher)
 
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index d9ec230b8..459917f74 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -212,7 +212,7 @@ echo "LIBICONV VERSION: ${ICON_VER} http://ftp.gnu.org/gnu/libiconv/libiconv-${I
 if [ -n "$SFCGAL_VER"  ]; then
     echo "CGAL VERSION: ${CGAL_VER} http://www.cgal.org" >> $verfile
     echo "BOOST VERSION: ${BOOST_VER} http://www.boost.org" >> $verfile
-    echo "SFCGAL VERSION: ${SFCGAL_VER} http://www.sfcgal.org https://github.com/Oslandia/SFCGAL" >> $verfile
+    echo "SFCGAL VERSION: ${SFCGAL_VER} http://www.sfcgal.org https://gitlab.com/sfcgal/SFCGAL" >> $verfile
 fi;
 
 if [ -f ${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/gdal_depends.txt ]; then
diff --git a/doc/installation.xml b/doc/installation.xml
index 0c48c821c..fdbda0cef 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -246,9 +246,9 @@ sh autogen.sh
 
 	  <listitem>
 		<para>
-			SFCGAL, version 1.3.1 (or higher), 1.4.1 or higher is recommended and required to be able to use all functionality. SFCGAL can be used to provide additional 2D and 3D advanced analysis functions to PostGIS cf <xref linkend="reference_sfcgal"/>. And also allow to use SFCGAL rather than GEOS for some 2D functions provided by both backends (like ST_Intersection or ST_Area, for instance). A PostgreSQL configuration variable <code>postgis.backend</code> allow end user to control which backend he want to use if SFCGAL is installed (GEOS by default). Nota: SFCGAL 1.2 require at least CGAL 4.3 and Boost 1.54 (cf: <link xlink:href="https://oslandia.gitlab.io/SFCGAL/dev.html">https://oslandia.gitlab.io/SFCGAL/dev.html</link>)
+			SFCGAL, version 1.3.1 (or higher), 1.4.1 or higher is recommended and required to be able to use all functionality. SFCGAL can be used to provide additional 2D and 3D advanced analysis functions to PostGIS cf <xref linkend="reference_sfcgal"/>. And also allow to use SFCGAL rather than GEOS for some 2D functions provided by both backends (like ST_Intersection or ST_Area, for instance). A PostgreSQL configuration variable <code>postgis.backend</code> allow end user to control which backend he want to use if SFCGAL is installed (GEOS by default). Nota: SFCGAL 1.2 require at least CGAL 4.3 and Boost 1.54 (cf: <link xlink:href="https://sfcgal.org">https://sfcgal.org</link>)
 
-		  <link xlink:href="https://gitlab.com/Oslandia/SFCGAL/">https://gitlab.com/Oslandia/SFCGAL/</link>.
+		  <link xlink:href="https://gitlab.com/sfcgal/SFCGAL/">https://gitlab.com/sfcgal/SFCGAL/</link>.
 		</para>
 	  </listitem>
 

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

Summary of changes:
 README.postgis               | 2 +-
 ci/winnie/package_postgis.sh | 2 +-
 doc/installation.xml         | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list