[SCM] PostGIS branch master updated. 3.6.0rc2-134-g5dc95f1bc

git at osgeo.org git at osgeo.org
Sat Oct 11 16:12:04 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  5dc95f1bc3047b048128616d4543b603b8bbdca7 (commit)
      from  d1c28c62c4c5de585a11c6b07cd34e7576546d09 (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 5dc95f1bc3047b048128616d4543b603b8bbdca7
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Oct 11 19:11:57 2025 -0400

    Winnie upgrade default json and pcre2 versions

diff --git a/ci/winnie/winnie_common.sh b/ci/winnie/winnie_common.sh
index d375cbec6..e9876a684 100644
--- a/ci/winnie/winnie_common.sh
+++ b/ci/winnie/winnie_common.sh
@@ -21,18 +21,21 @@ if  [[ "${OVERRIDE}" == '' ]] ; then
 	export ZLIB_VER=1.2.13
 	export PROTOBUF_VER=3.2.0
 	export PROTOBUFC_VER=1.2.1
-	export JSON_VER=0.12
+	export JSON_VER=0.16
 	export PROJSO=libproj_8_2.dll
 	export LZ4_VER=1.9.3
 fi;
 
 if [[ ${PCRE_VER} == '' ]]; then
-	PCRE_VER=10.40
+	PCRE_VER=10.42
 fi;
 
 export PROTOBUF_VER=3.2.0
 export PROTOBUFC_VER=1.2.1
-export JSON_VER=0.12
+
+if [[ ${JSON_VER} == '' ]]; then
+	export JSON_VER=0.16
+fi;
 
 
 

-----------------------------------------------------------------------

Summary of changes:
 ci/winnie/winnie_common.sh | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list