[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.5-33-g38579816f

git at osgeo.org git at osgeo.org
Sat Apr 16 02:44:51 PDT 2022


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-2.5 has been updated
       via  38579816fbb178604001d8a89fa98018ca6c6b7e (commit)
      from  7ebfab8b8eea91e71fe333e3cbeba48fad7f1084 (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 38579816fbb178604001d8a89fa98018ca6c6b7e
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Apr 16 03:09:04 2022 -0400

    Flip back to dev, not ready for release yet.  Update winnie geos version

diff --git a/Version.config b/Version.config
index 5955e973e..b1e18525c 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=6
+POSTGIS_MICRO_VERSION=6dev
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index 35cde6e10..a7470f555 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -13,7 +13,7 @@ set -e
 #POSTGIS_MICRO_VERSION=0SVN
 #export GCC_TYPE=gcc48  #for pre-4.8.0 compiles this is blank
 if  [[ "${OVERRIDE}" == '' ]] ; then
-export GEOS_VER=3.8.1
+export GEOS_VER=3.8.2
 export GDAL_VER=2.4.4
 export PROJ_VER=5.2.0
 export SFCGAL_VER=1.4.1
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 75879e1f7..5928a6be8 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -13,8 +13,7 @@
 
 #export GCC_TYPE=
 if  [[ "${OVERRIDE}" == '' ]] ; then
-export SFCGAL_VER=1.3.2
-export GEOS_VER=3.8.1
+export GEOS_VER=3.8.2
 export GDAL_VER=2.4.4
 export PROJ_VER=5.2.0
 export SFCGAL_VER=1.4.1
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 0ce5619b3..623bd8529 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -1,11 +1,10 @@
 #!/bin/bash
 set -e
 if  [[ "${OVERRIDE}" == '' ]] ; then
-export SFCGAL_VER=1.4.1
-export GEOS_VER=3.8.1
+export GEOS_VER=3.8.2
 export GDAL_VER=2.2.4
 export PROJ_VER=5.2.0
-export SFCGAL_VER=1.3.2
+export SFCGAL_VER=1.4.1
 export ICONV_VER=1.13.1
 if [["${OS_BUILD}" == '64']] ; then
   export GDAL_VER=2.4.4
@@ -17,9 +16,9 @@ export PCRE_VER=8.33
 export PROTOBUF_VER=3.2.0
 export PROTOBUFC_VER=1.2.1
 export CGAL_VER=5.3
-export BOOST_VER=1.53.0
+export BOOST_VER=1.78.0
 	#BOOST_VER_WU=1_49_0
-export BOOST_VER_WU=1_53_0
+export BOOST_VER_WU=1_78_0
 fi;
 export PROTOBUF_VER=3.2.0
 export PROTOBUFC_VER=1.2.1

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list