[SCM] PostGIS branch stable-3.3 updated. 3.3.7-21-g86f6d9fbe

git at osgeo.org git at osgeo.org
Tue Apr 15 07:49:35 PDT 2025


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, stable-3.3 has been updated
       via  86f6d9fbe7b65e2c56360320e453a00e17a82349 (commit)
       via  e3f8415f2361cc5880569c260888ea1122f36afd (commit)
      from  27328ea4022ea19f40743ddbebe002cd51f9abc3 (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 86f6d9fbe7b65e2c56360320e453a00e17a82349
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Apr 15 10:48:16 2025 -0400

    WOODPECKER and doco changes
    
     - force woodpecker only run on linux/amd64
     - don't use deprecated woodpecker pipeline
     - expand fiels to include for run to be yml changes
     - Add note about postgis.backend being obsolete

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 0079f9a27..ef0016c4d 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -1,10 +1,16 @@
+labels:
+  platform: linux/amd64
+when:
+  event: [push, pull_request, tag]
 steps:
-  build:
-    image: docker.osgeo.org/postgis/build-test:trisquel3
+  - name: build
+    image: repo.osgeo.org/postgis/build-test:trisquel3
     when:
       - event: push
-        path: "doc/*"
+        path: 
+          include: ['doc/*', '.woodpecker/*.yaml']
     commands:
+      - export PATH=/usr/lib/postgresql/13/bin:$PATH
       - ./autogen.sh
       - mkdir -p build-docs && cd build-docs
       - ../configure
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index 15f7ef155..96c164378 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -1,3 +1,5 @@
+labels:
+  platform: linux/amd64
 when:
   event: [push, pull_request, tag]
 variables:
diff --git a/doc/reference_guc.xml b/doc/reference_guc.xml
index e73ef478a..b052efb42 100644
--- a/doc/reference_guc.xml
+++ b/doc/reference_guc.xml
@@ -18,6 +18,7 @@ These can be set globally, by database, by session or by transaction. Best set a
         <title>Description</title>
         <para>This GUC is only relevant if you compiled PostGIS with sfcgal support.  By default <varname>geos</varname> backend is used for functions where both GEOS and SFCGAL have the same named function.  This variable allows you to override and make sfcgal the backend to service the request.</para>
         <para>Availability: 2.1.0</para>
+        <warning><para>This switch does nothing as of PostGIS 3.0, DO NOT USE.</para></warning>
       </refsection>
 
       <refsection>

commit e3f8415f2361cc5880569c260888ea1122f36afd
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jan 17 22:20:26 2025 -0500

    Update winnie versions

diff --git a/ci/winnie/winnie_common.sh b/ci/winnie/winnie_common.sh
index 296712046..5e88528c8 100644
--- a/ci/winnie/winnie_common.sh
+++ b/ci/winnie/winnie_common.sh
@@ -11,11 +11,11 @@ export PROJECTS=/projects
 export MSYS2_ARG_CONV_EXCL=/config/tags
 
 if  [[ "${OVERRIDE}" == '' ]] ; then
-	export GEOS_VER=3.12.2
-	export GDAL_VER=3.8.5
+	export GEOS_VER=3.13.0
+	export GDAL_VER=3.9.2
 	export PROJ_VER=8.2.1
-	export SFCGAL_VER=1.5.1
-	export CGAL_VER=5.6
+	export SFCGAL_VER=1.5.2
+	export CGAL_VER=5.6.1
 	export ICON_VER=1.17
 	export ZLIB_VER=1.2.13
 	export PROTOBUF_VER=3.2.0
@@ -28,7 +28,7 @@ fi;
 export PROTOBUF_VER=3.2.0
 export PROTOBUFC_VER=1.2.1
 export JSON_VER=0.12
-export PCRE_VER=8.33
+export PCRE_VER=8.45
 
 
 #export OS_BUILD=64
@@ -52,16 +52,16 @@ fi;
 
 #set to something even if override is on but not set
 if  [[ "${LIBXML_VER}" == '' ]] ; then
-  export LIBXML_VER=2.9.14
+  export LIBXML_VER=2.12.5
 fi;
 
 #set to something even if override is on but not set
 if  [[ "${CGAL_VER}" == '' ]] ; then
-  export CGAL_VER=5.6
+  export CGAL_VER=5.6.1
 fi;
 
 ##hard code versions of cgal etc. for now
-export CGAL_VER=5.6
+export CGAL_VER=5.6.1
 BOOST_VER=1.84.0
 export BOOST_VER_WU=1_84_0
 

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

Summary of changes:
 .woodpecker/docs.yml       | 12 +++++++++---
 .woodpecker/regress.yml    |  2 ++
 ci/winnie/winnie_common.sh | 16 ++++++++--------
 doc/reference_guc.xml      |  1 +
 4 files changed, 20 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list