[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0beta1-8-g712883abe

git at osgeo.org git at osgeo.org
Sat Oct 30 12:36:13 PDT 2021


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  712883abe0d532d3642db331a2412f35a9fa552b (commit)
      from  30e191ee94f2a99964283066adfe268d71cdf15a (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 712883abe0d532d3642db331a2412f35a9fa552b
Author: leoregina <lr at pcorp.us>
Date:   Sat Oct 30 15:07:46 2021 -0400

    Up default gdal version to recently released 3.3.3 on winnie

diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index cb9b5eb98..1cb87bbb8 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -2,7 +2,7 @@
 set -e
 if  [[ "${OVERRIDE}" == '' ]] ; then
 	export GEOS_VER=3.10.0
-	export GDAL_VER=3.3.2
+	export GDAL_VER=3.3.3
 	export PROJ_VER=7.2.1
 	export SFCGAL_VER=1.4.0
 	export CGAL_VER=5.3
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index a5487248f..a9d622a23 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -17,7 +17,7 @@
 #!/usr/bin/env bash
 if  [[ "${OVERRIDE}" == '' ]] ; then
 	export GEOS_VER=3.10.0
-	export GDAL_VER=3.3.2
+	export GDAL_VER=3.3.3
 	export PROJ_VER=7.2.1
 	export SFCGAL_VER=1.4.0
 	export CGAL_VER=5.3
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index a3fdb16e5..b6115d8be 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -2,7 +2,7 @@
 set -e
 if  [[ "${OVERRIDE}" == '' ]] ; then
 	export GEOS_VER=3.10.0
-	export GDAL_VER=3.2.3
+	export GDAL_VER=3.3.3
 	export PROJ_VER=7.2.1
 	export SFCGAL_VER=1.4.0
 	export CGAL_VER=5.3.0

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

Summary of changes:
 ci/winnie/build_postgis.sh   | 2 +-
 ci/winnie/package_postgis.sh | 2 +-
 ci/winnie/regress_postgis.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list