Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump GEOS 3.9.1 #345

Merged
merged 5 commits into from
Apr 23, 2021
Merged

Bump GEOS 3.9.1 #345

merged 5 commits into from
Apr 23, 2021

Conversation

TomPohys
Copy link
Member

Bump GEOS 3.9.1

postgres=# select postgis_full_version();
                                                                                  postgis_full_version                                                                                  
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 POSTGIS="3.1.1 aaf4c79" [EXTENSION] PGSQL="96" GEOS="3.9.1-CAPI-1.14.2" PROJ="Rel. 4.9.3, 15 August 2016" LIBXML="2.9.4" LIBJSON="0.12.1" LIBPROTOBUF="1.2.1" WAGYU="0.5.0 (Internal)"

docker/postgis/Dockerfile Outdated Show resolved Hide resolved
@TomPohys TomPohys requested a review from nyurik April 16, 2021 10:32
@TomPohys
Copy link
Member Author

Some function of GEOS 3.9.1 will not be applicable (postgis/docker-postgis#233 (comment))

@nyurik
Copy link
Member

nyurik commented Apr 17, 2021

Sigh, this is really beginning to feel like a hack - postgis is compiled against the old version, but then we swap geoslib to a new version underneath it, hoping that the lib is perfectly backwards compatible, which might not be the case... at the same time, manual compilation of postgis itself is even worse...

So let's continue with this patch for testing, but only keep it in master, or maybe release it as a side branch, but let's try to work with @ImreSamu on the upstream postgis docker image, and use that for releases

@TomPohys
Copy link
Member Author

Yes, I agree to keep it in the master branch for just the latest docker image. After release Debian Bullseye with GEOS 3.9.0 we can remove the force GEOS update.

@TomPohys TomPohys requested a review from lazaa32 April 20, 2021 06:45
@TomPohys TomPohys merged commit 28edcfe into master Apr 23, 2021
@TomPohys TomPohys deleted the geos branch August 25, 2021 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants