[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.5-32-g7ebfab8b8
git at osgeo.org
git at osgeo.org
Wed Apr 13 14:10:06 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 7ebfab8b8eea91e71fe333e3cbeba48fad7f1084 (commit)
from 80079474dfdc516ec8262ecac1d708cf6322d6d3 (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 7ebfab8b8eea91e71fe333e3cbeba48fad7f1084
Author: Regina Obe <lr at pcorp.us>
Date: Wed Apr 13 17:09:57 2022 -0400
Update versions of deps for winnie
diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index dc8c61a11..35cde6e10 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -14,16 +14,16 @@ set -e
#export GCC_TYPE=gcc48 #for pre-4.8.0 compiles this is blank
if [[ "${OVERRIDE}" == '' ]] ; then
export GEOS_VER=3.8.1
-export GDAL_VER=2.2.4
+export GDAL_VER=2.4.4
export PROJ_VER=5.2.0
-export SFCGAL_VER=1.3.8
+export SFCGAL_VER=1.4.1
export PCRE_VER=8.33
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
-export CGAL_VER=4.11
-export BOOST_VER=1.53.0
+export CGAL_VER=5.3
+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
@@ -41,19 +41,19 @@ if [[ "${ZLIB_VER}" == '' ]] ; then
fi;
if [[ "${BOOST_VER}" == '' ]] ; then
- 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
fi;
#set to something even if override is on but not set
if [[ "${LIBXML_VER}" == '' ]] ; then
- export LIBXML_VER=2.7.8
+ export LIBXML_VER=2.9.9
fi;
#set to something even if override is on but not set
if [[ "${CGAL_VER}" == '' ]] ; then
- export CGAL_VER=4.11
+ export CGAL_VER=5.3
fi;
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 325dacd27..75879e1f7 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -14,21 +14,21 @@
#export GCC_TYPE=
if [[ "${OVERRIDE}" == '' ]] ; then
export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.2
-export GDAL_VER=2.2.4
-export PROJ_VER=4.9.3
-export SFCGAL_VER=1.3.2
+export GEOS_VER=3.8.1
+export GDAL_VER=2.4.4
+export PROJ_VER=5.2.0
+export SFCGAL_VER=1.4.1
export PCRE_VER=8.33
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
export CGAL_VER=4.11
-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
if [["${OS_BUILD}" == '64']] ; then
export GDAL_VER=2.4.4
- export SFCGAL_VER=1.3.8
+ export SFCGAL_VER=1.4.1
fi;
fi;
@@ -37,7 +37,7 @@ export PROTOBUFC_VER=1.2.1
export JSON_VER=0.12
export PCRE_VER=8.33
if [[ "${ICON_VER}" == '' ]] ; then
- export ICON_VER=1.15
+ export ICON_VER=1.16
fi;
echo "ICON_VER ${ICON_VER}"
@@ -48,19 +48,19 @@ if [[ "${ZLIB_VER}" == '' ]] ; then
fi;
if [[ "${BOOST_VER}" == '' ]] ; then
- 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
fi;
#set to something even if override is on but not set
if [[ "${LIBXML_VER}" == '' ]] ; then
- export LIBXML_VER=2.7.8
+ export LIBXML_VER=2.9.9
fi;
#set to something even if override is on but not set
if [[ "${CGAL_VER}" == '' ]] ; then
- export CGAL_VER=4.11
+ export CGAL_VER=5.3
fi;
if [[ "${GCC_TYPE}" == *gcc48* ]] ; then
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index f66fc6c5b..0ce5619b3 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
if [[ "${OVERRIDE}" == '' ]] ; then
-export SFCGAL_VER=1.3.8
+export SFCGAL_VER=1.4.1
export GEOS_VER=3.8.1
export GDAL_VER=2.2.4
export PROJ_VER=5.2.0
@@ -9,14 +9,14 @@ export SFCGAL_VER=1.3.2
export ICONV_VER=1.13.1
if [["${OS_BUILD}" == '64']] ; then
export GDAL_VER=2.4.4
- export SFCGAL_VER=1.3.8
- export ICONV_VER=1.15
+ export SFCGAL_VER=1.4.1
+ export ICONV_VER=1.16
fi;
export PCRE_VER=8.33
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
-export CGAL_VER=4.11
+export CGAL_VER=5.3
export BOOST_VER=1.53.0
#BOOST_VER_WU=1_49_0
export BOOST_VER_WU=1_53_0
@@ -26,7 +26,7 @@ export PROTOBUFC_VER=1.2.1
export JSON_VER=0.12
export PCRE_VER=8.33
if [[ "${ICON_VER}" == '' ]] ; then
- export ICON_VER=1.15
+ export ICON_VER=1.16
fi;
echo "ICON_VER ${ICON_VER}"
@@ -37,8 +37,8 @@ if [[ "${ZLIB_VER}" == '' ]] ; then
fi;
if [[ "${BOOST_VER}" == '' ]] ; then
- 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
fi;
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/build_postgis.sh | 18 +++++++++---------
ci/winnie/package_postgis.sh | 24 ++++++++++++------------
ci/winnie/regress_postgis.sh | 14 +++++++-------
3 files changed, 28 insertions(+), 28 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list