[postgis-tickets] [SCM] PostGIS branch stable-2.3 updated. 2da103a6bffa6ae956b8929bd23b02aa158536f8

git at osgeo.org git at osgeo.org
Mon May 25 13:11:47 PDT 2020


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.3 has been updated
       via  2da103a6bffa6ae956b8929bd23b02aa158536f8 (commit)
      from  7f33134a8c23ee93bc8f20812c484f218f57decb (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 2da103a6bffa6ae956b8929bd23b02aa158536f8
Author: Regina Obe <lr at pcorp.us>
Date:   Mon May 25 16:11:40 2020 -0400

    Change to have windows build with newer versions

diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index 20872c7..ec2026e 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -13,9 +13,9 @@ set -e
 #POSTGIS_MICRO_VERSION=0SVN
 #export GCC_TYPE=gcc48  #for pre-4.8.0 compiles this is blank
 export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.1
-export GDAL_VER=2.2.4
-export PROJ_VER=4.9.3
+export GEOS_VER=3.8.1
+export GDAL_VER=2.4.4
+export PROJ_VER=5.2.0
 export SFCGAL_VER=1.3.2
 export PCRE_VER=8.33
 export PROTOBUF_VER=3.2.0
@@ -23,7 +23,7 @@ export PROTOBUFC_VER=1.2.1
 export CGAL_VER=4.11
 
 
-export LIBXML_VER=2.7.8
+export LIBXML_VER=2.9.9
 
 if [[ "${GCC_TYPE}" == *gcc48* ]] ; then
 	export PROJECTS=/projects
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 951ec26..79c74e9 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -13,9 +13,9 @@
 
 #export GCC_TYPE=
 export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.1
-export GDAL_VER=2.2.4
-export PROJ_VER=4.9.3
+export GEOS_VER=3.8.1
+export GDAL_VER=2.4.4
+export PROJ_VER=5.2.0
 export SFCGAL_VER=1.3.2
 export PCRE_VER=8.33
 export PROTOBUF_VER=3.2.0
@@ -48,7 +48,7 @@ echo PATH BEFORE: $PATH
 
 export PGPATH=${PROJECTS}/postgresql/rel/pg${PG_VER}w${OS_BUILD}${GCC_TYPE}
 export PGPATHEDB=${PGPATH}edb
-export PROJSO=libproj-9.dll
+export PROJSO=libproj-13.dll
 export POSTGIS_MINOR_VER=${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}
 export POSTGIS_MICRO_VER=${POSTGIS_MICRO_VERSION}
 
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 06a9405..fd0764d 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -1,9 +1,9 @@
 #!/bin/bash
 set -e
 export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.1
-export GDAL_VER=2.2.4
-export PROJ_VER=4.9.3
+export GEOS_VER=3.8.1
+export GDAL_VER=2.4.4
+export PROJ_VER=5.2.0
 export SFCGAL_VER=1.3.2
 export PCRE_VER=8.33
 export PROTOBUF_VER=3.2.0
@@ -44,7 +44,7 @@ else
 	#tagged version -- official release
 	export POSTGIS_SRC=${PROJECTS}/postgis/tags/${POSTGIS_VER}.${POSTGIS_MICRO_VERSION}
 fi;
-export LIBXML_VER=2.7.8
+export LIBXML_VER=2.9.9
 #export POSTGIS_SRC=${PROJECTS}/postgis/trunk
 export GDAL_DATA="${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/share/gdal"
 

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list