[SCM] PostGIS branch master updated. 3.4.0rc1-1009-g4b1f87175
git at osgeo.org
git at osgeo.org
Tue Mar 12 03:30:50 PDT 2024
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 4b1f8717530450a4b7a99cf1b701e2642c7e3e92 (commit)
via fc3a8531b89a1c06cb0c2c9028fad5326096b388 (commit)
from bd63102e05c5df317cb631efe782cc79e3e053db (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 4b1f8717530450a4b7a99cf1b701e2642c7e3e92
Author: Regina Obe <lr at pcorp.us>
Date: Tue Mar 12 06:30:18 2024 -0400
Upgrade default version of SFCGAL , CGAL for winnie to SFCGAL 1.5.1, CGAL 5.6.1
diff --git a/ci/winnie/winnie_common.sh b/ci/winnie/winnie_common.sh
index b7e52e5ad..70cacdad7 100644
--- a/ci/winnie/winnie_common.sh
+++ b/ci/winnie/winnie_common.sh
@@ -15,8 +15,8 @@ if [[ "${OVERRIDE}" == '' ]] ; then
export GEOS_VER=3.13
export GDAL_VER=3.7.1
export PROJ_VER=8.2.1
- export SFCGAL_VER=1.5.0
- export CGAL_VER=5.6
+ export SFCGAL_VER=1.5.1
+ export CGAL_VER=5.6.1
export ICON_VER=1.17
export ZLIB_VER=1.2.13
export PROTOBUF_VER=3.2.0
@@ -58,11 +58,11 @@ fi;
#set to something even if override is on but not set
if [[ "${CGAL_VER}" == '' ]] ; then
- export CGAL_VER=5.3
+ export CGAL_VER=5.6.1
fi;
##hard code versions of cgal etc. for now
-export CGAL_VER=5.3
+export CGAL_VER=5.6.1
BOOST_VER=1.78.0
export BOOST_VER_WU=1_78_0
commit fc3a8531b89a1c06cb0c2c9028fad5326096b388
Author: Regina Obe <lr at pcorp.us>
Date: Tue Mar 12 06:27:23 2024 -0400
Add 3.4.2 target
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index dd0b8dc0e..894a64a53 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -101,4 +101,5 @@ UPGRADEABLE_VERSIONS = \
3.3.6 \
3.4.0 \
3.4.1 \
- 3.4.2dev
+ 3.4.2 \
+ 3.4.3dev
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/winnie_common.sh | 8 ++++----
extensions/upgradeable_versions.mk | 3 ++-
2 files changed, 6 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list