[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-719-g0c9659b5d
git at osgeo.org
git at osgeo.org
Wed Apr 13 13:54:34 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, master has been updated
via 0c9659b5d609be6d2f4e3884d481048e0d09e6e2 (commit)
from 724bb8a66cc78d4398c523a6d3c38cfba902cc5a (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 0c9659b5d609be6d2f4e3884d481048e0d09e6e2
Author: Regina Obe <lr at pcorp.us>
Date: Wed Apr 13 16:52:49 2022 -0400
Update default dep versions of windows build
diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index b88a9ff38..12760b45a 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
set -e
if [[ "${OVERRIDE}" == '' ]] ; then
- export GEOS_VER=3.10.0
- export GDAL_VER=3.3.3
+ export GEOS_VER=3.10.2
+ export GDAL_VER=3.4.2
export PROJ_VER=7.2.1
- export SFCGAL_VER=1.4.0
+ export SFCGAL_VER=1.4.1
export CGAL_VER=5.3
export ICON_VER=1.16
export ZLIB_VER=1.2.11
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index a9d622a23..8cf5bdb41 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -16,10 +16,10 @@
#otherwise use the ones jenkins passes thru
#!/usr/bin/env bash
if [[ "${OVERRIDE}" == '' ]] ; then
- export GEOS_VER=3.10.0
- export GDAL_VER=3.3.3
+ export GEOS_VER=3.10.2
+ export GDAL_VER=3.4.3
export PROJ_VER=7.2.1
- export SFCGAL_VER=1.4.0
+ export SFCGAL_VER=1.4.1
export CGAL_VER=5.3
export ICON_VER=1.16
export ZLIB_VER=1.2.11
@@ -181,8 +181,8 @@ fi;
if [ -n "$SFCGAL_VER" ]; then
## only copy cgal and sfcgal stuff if sfcgal is packaged
- export BOOST_VER=1.59.0
- export BOOST_VER_WU=1_59_0
+ export BOOST_VER=1.78.0
+ export BOOST_VER_WU=1_78_0
export GMP_VER=5.1.2
export MPFR_VER=3.1.2
echo "CGAL VERSION: ${CGAL_VER} http://www.cgal.org" >> $verfile
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index fcd90703a..9c8518c50 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -1,12 +1,12 @@
#!/usr/bin/env bash
set -e
if [[ "${OVERRIDE}" == '' ]] ; then
- export GEOS_VER=3.10.0
- export GDAL_VER=3.3.3
+ export GEOS_VER=3.10.2
+ export GDAL_VER=3.4.2
export PROJ_VER=7.2.1
- export SFCGAL_VER=1.4.0
- export CGAL_VER=5.3.0
- export ICON_VER=1.15
+ export SFCGAL_VER=1.4.1
+ export CGAL_VER=5.3
+ export ICON_VER=1.16
export ZLIB_VER=1.2.11
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
@@ -135,9 +135,9 @@ fi
if [ -n "$SFCGAL_VER" ]; then
##hard code versions of cgal etc. for now
#export CGAL_VER=4.11
- BOOST_VER=1.73.0
+ BOOST_VER=1.78.0
#BOOST_VER_WU=1_49_0
- export BOOST_VER_WU=1_73_0
+ export BOOST_VER_WU=1_78_0
export PATH="${PROJECTS}/CGAL/rel-cgal-${CGAL_VER}w${OS_BUILD}${GCC_TYPE}/bin:${PROJECTS}/CGAL/rel-sfcgal-${SFCGAL_VER}w${OS_BUILD}${GCC_TYPE}/bin:${PROJECTS}/boost/rel-${BOOST_VER_WU}w${OS_BUILD}${GCC_TYPE}/lib:${PATH}"
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/build_postgis.sh | 6 +++---
ci/winnie/package_postgis.sh | 10 +++++-----
ci/winnie/regress_postgis.sh | 14 +++++++-------
3 files changed, 15 insertions(+), 15 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list