[SCM] PostGIS branch master updated. 3.5.0-337-g48ae03a49
git at osgeo.org
git at osgeo.org
Mon May 19 06:40:49 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, master has been updated
via 48ae03a49c32d0bccab2d7578dfaef70d22e1f41 (commit)
from eb35c954fb90b780b24b4a5776e0cbf73eefa920 (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 48ae03a49c32d0bccab2d7578dfaef70d22e1f41
Author: Loïc Bartoletti <loic.bartoletti at oslandia.com>
Date: Fri May 16 09:16:43 2025 +0200
ci(FreeBSD): Bump PostgreSQL version to 17
diff --git a/.cirrus.yml b/.cirrus.yml
index d6eafbf66..25feb7449 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -24,11 +24,11 @@ task:
pkg_cache:
folder: /var/cache/pkg
populate_script:
- pkg fetch -udy autoconf automake bison cunit docbook gdal geos gmake iconv json-c libtool libxml2 libxslt pcre2 pkgconf postgresql13-contrib postgresql13-server proj protobuf-c sfcgal
+ pkg fetch -udy autoconf automake bison cunit docbook gdal geos gmake iconv json-c libtool libxml2 libxslt pcre2 pkgconf postgresql17-contrib postgresql17-server proj protobuf-c sfcgal
install_pkgs_script:
- |
env IGNORE_OSVERSION=yes pkg update -f
- env IGNORE_OSVERSION=yes pkg install -y autoconf automake bison cunit docbook gdal geos gmake iconv json-c libtool libxml2 libxslt pcre2 pkgconf postgresql13-contrib postgresql13-server proj protobuf-c sfcgal
+ env IGNORE_OSVERSION=yes pkg install -y autoconf automake bison cunit docbook gdal geos gmake iconv json-c libtool libxml2 libxslt pcre2 pkgconf postgresql17-contrib postgresql17-server proj protobuf-c sfcgal
projsync --system-directory --source-id us_noaa
projsync --system-directory --source-id ch_swisstopo
ccache_setup_script:
-----------------------------------------------------------------------
Summary of changes:
.cirrus.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list