[SCM] PostGIS branch stable-3.3 updated. 3.3.7-26-gb65e03b30
git at osgeo.org
git at osgeo.org
Thu Apr 24 06:50:47 PDT 2025
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-3.3 has been updated
via b65e03b3034ddd6fc0dfad19468f208c61cdccf1 (commit)
from 636e4777a204bf8567221c62390041f8c8512dc7 (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 b65e03b3034ddd6fc0dfad19468f208c61cdccf1
Author: Regina Obe <lr at pcorp.us>
Date: Thu Apr 24 09:49:49 2025 -0400
FIX CI issues
- upgrade geos on berries to versions they have
- get rid of obsolete copy step on winnie
- upgrade winnie default geos version to latest released geos
diff --git a/ci/berrie/configs.sh b/ci/berrie/configs.sh
index 9426fb598..5119fcccc 100644
--- a/ci/berrie/configs.sh
+++ b/ci/berrie/configs.sh
@@ -1,5 +1,5 @@
export WORKSPACE=/home/jenkins/workspace
-export GEOS_VER=3.11.1
+export GEOS_VER=3.11.6
export OS_BUILD=32
export PG_VER=15
diff --git a/ci/berrie64/configs.sh b/ci/berrie64/configs.sh
index 745b6edbd..c90f40315 100644
--- a/ci/berrie64/configs.sh
+++ b/ci/berrie64/configs.sh
@@ -1,5 +1,5 @@
export WORKSPACE=/home/jenkins/workspace
-export GEOS_VER=3.11.1
+export GEOS_VER=3.11.6
export OS_BUILD=64
export PG_VER=15
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 168e68bb3..7324ab7ee 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -184,15 +184,6 @@ for EXTNAME in postgis postgis_raster postgis_topology postgis_sfcgal postgis_ti
cp extensions/$EXTNAME/sql/${EXTNAME}_data_us--${POSTGIS_MICRO_VER}.sql ${PGPATHEDB}/share/extension
cp extensions//$EXTNAME/sql/${EXTNAME}_data_us--ANY--${POSTGIS_MICRO_VER}.sql ${PGPATHEDB}/share/extension
fi
-
- for OLD_VERSION in $UPGRADEABLE_VERSIONS; do \
- if [ "$OLD_VERSION" > "2.5" ] || [ "$OLD_VERSION" in $WIN_RELEASED_VERSIONS ]; then
- cp extensions/$EXTNAME/sql/$EXTNAME--TEMPLATED--TO--ANY.sql ${RELDIR}/${RELVERDIR}/share/extension/$EXTNAME--$OLD_VERSION--${POSTGIS_MINOR_MAX_VER}.sql; \
- if test "$EXTNAME" = "address_standardizer"; then
- cp extensions/$EXTNAME/sql/$EXTNAME--TEMPLATED--TO--ANY.sql ${RELDIR}/${RELVERDIR}/share/extension/${EXTNAME}_data_us--$OLD_VERSION--${POSTGIS_MINOR_MAX_VER}.sql; \
- fi
- fi
- done
done
#cp ${PGPATH}/share/extension/postgis*--2.5*${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
#cp ${PGPATH}/share/extension/postgis*--3*${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
diff --git a/ci/winnie/winnie_common.sh b/ci/winnie/winnie_common.sh
index 5e88528c8..244ba3287 100644
--- a/ci/winnie/winnie_common.sh
+++ b/ci/winnie/winnie_common.sh
@@ -11,7 +11,7 @@ export PROJECTS=/projects
export MSYS2_ARG_CONV_EXCL=/config/tags
if [[ "${OVERRIDE}" == '' ]] ; then
- export GEOS_VER=3.13.0
+ export GEOS_VER=3.13.1
export GDAL_VER=3.9.2
export PROJ_VER=8.2.1
export SFCGAL_VER=1.5.2
-----------------------------------------------------------------------
Summary of changes:
ci/berrie/configs.sh | 2 +-
ci/berrie64/configs.sh | 2 +-
ci/winnie/package_postgis.sh | 9 ---------
ci/winnie/winnie_common.sh | 2 +-
4 files changed, 3 insertions(+), 12 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list