[SCM] PostGIS branch master updated. 3.7.0beta1-266-ga269ced55c

git at osgeo.org git at osgeo.org
Sun Aug 9 07:36:03 PDT 2026


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  a269ced55cc38f5114b17d59e2cc874d6c4a60c1 (commit)
       via  8a793ed85bf60af106844691ca75bc51227227b9 (commit)
      from  e5a87ff8789b744bcdc8dfda2d22cde3d62b1fd5 (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 a269ced55cc38f5114b17d59e2cc874d6c4a60c1
Merge: e5a87ff878 8a793ed85b
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date:   Sun Aug 9 07:35:59 2026 -0700

    Merge pull request 'NEWS: credit FlatGeobuf property decoder reporter' (!673) from Komzpa/postgis:fix/flatgeobuf-mehmet-credit-20260809 into master
    
    ## Summary
    
    - credit Mehmet Ince in the GT-669 FlatGeobuf security NEWS item
    - map the disclosure spelling Mehmet D. INCE to Mehmet Ince in .mailmap
    - add Mehmet Ince to manual contributor credits
    
    This follows up the already-merged FlatGeobuf input validation fix in https://gitea.osgeo.org/postgis/postgis/pulls/669, whose patch covers the ST_FromFlatGeobuf property-length out-of-bounds read reported on 2026-07-10.
    
    ## Validation
    
    - python3 -B utils/docs/tests/test_check_contributor_credits.py
    - python3 -B utils/docs/check_contributor_credits.py --repo .
    - python3 -B utils/docs/tests/test_check_news.py
    - utils/docs/check_news.sh --base-ref gitea/master .
    - git diff --check
    
    Reviewed-on: https://gitea.osgeo.org/postgis/postgis/pulls/673


commit 8a793ed85bf60af106844691ca75bc51227227b9
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Sun Aug 9 17:40:49 2026 +0400

    NEWS: credit FlatGeobuf property decoder reporter

diff --git a/.mailmap b/.mailmap
index 4508bcf05b..7fe3926ab0 100644
--- a/.mailmap
+++ b/.mailmap
@@ -36,6 +36,8 @@ Dave Blasby <dblasby at gmail.com> David Blasby <dblasby at gmail.com>
 Dennis Tighe <dtighe at google.com>
 Devrim Gündüz <devrim at gunduz.org> Devrim GÜNDÜZ <devrim at gunduz.org>
 
+Mehmet Ince <mehmet at mehmetince.net> Mehmet D. INCE <mehmet at mehmetince.net>
+
 Edouard Choinière <echoix at users.noreply.weblate.osgeo.org> Edouard Choiniere <echoix at users.noreply.weblate.osgeo.org>
 
 Esteban Zimányi <estebanzimanyi at gmail.com> Esteban ZIMANYI <ezimanyi at xinu8.ulb.ac.be>
diff --git a/NEWS b/NEWS
index e2db01d0d2..320f9e7ab2 100644
--- a/NEWS
+++ b/NEWS
@@ -16,7 +16,8 @@ These are only changes since 3.7.0beta1.
           in fuzzer round trips (Darafei Praliaskouski)
  - GT-669, Validate FlatGeobuf size-prefixed buffers and variable-length
           property values before decoding
-          (reported by Sarath Kumar, IITM Pravartak Security Team;
+          (reported by Mehmet Ince;
+          reported by Sarath Kumar, IITM Pravartak Security Team;
           fixed by Darafei Praliaskouski)
  - Stop the extension upgrade script running ANALYZE inside its transaction,
           where it could deadlock with autovacuum (Darafei Praliaskouski)
diff --git a/doc/credits.xml b/doc/credits.xml
index baf46ede69..86f75f71d1 100644
--- a/doc/credits.xml
+++ b/doc/credits.xml
@@ -394,6 +394,7 @@
 					<member>Maxime van Noppen</member>
 					<member>Maxime Schoemans</member>
 					<member>Megan Ma</member>
+					<member>Mehmet Ince</member>
 					<member>Michael Fuhr</member>
 					<member>Michal Páleník</member>
 					<member>Mike Toews</member>

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

Summary of changes:
 .mailmap        | 2 ++
 NEWS            | 3 ++-
 doc/credits.xml | 1 +
 3 files changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list