PostGIS upgrade from 2.5.5 to 3.2.2 fails with CVE-2022-2625
Similar issue to topology because of the CVEE patch:
https://lists.osgeo.org/pipermail/postgis-users/2022-August/045605.html
I've now upgraded to 3.2.2 and the issue remains. When building and running make installcheck-upgrade against a 14.5 postgres cluster it fails with:
NOTICE: Packaging extension postgis
ERROR: function _postgis_deprecate(text,text,text) is not a member of extension "postgis"
DETAIL: An extension is not allowed to replace an object that it does not own.
CONTEXT: SQL statement "CREATE EXTENSION postgis SCHEMA public VERSION unpackaged;ALTER EXTENSION postgis UPDATE TO "3.2.2""
PL/pgSQL function postgis_extensions_upgrade() line 71 at EXECUTE
Am I doing something wrong or is this a fallout from CVE-2022-2625?
To clarify from my previous email, I'm not upgrading from 2.5.5, I'm bulding
3.2.2 in isolation and running its tests.
Change History
(3)
Summary: |
PostGIS upgrade from 2.5.5 to 3.2.2 fails → PostGIS upgrade from 2.5.5 to 3.2.2 fails with CVE-2022-2625
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Milestone: |
PostGIS 3.0.7 → PostGIS 2.5.8
|
In 8c63bb6/git: