From d2d364eab85d5b519b5636be2e49dbb42940541f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Feb 2024 15:02:40 +0800 Subject: [PATCH] geos: upgrade 3.12.0 -> 3.12.1 Changelog: =========== - Remove undefined behaviour in use of null PrecisionModel - Explicitly set endianness for some tests so that output matches expected - Fix IncrementalDelaunayTriangulator to ensure triangulation boundary is convex - Improve scale handling for PrecisionModel - Fix PreparedLineStringDistance for lines within envelope and polygons - Fix error in CoordinateSequence::add when disallowing repeated points - Fix InteriorPointPoint to handle empty elements - Skip over testing empty distances for mixed collections. - Fix TopologyPreservingSimplifier endpoint handling to avoid self-intersections - Build warnings with Visual Studio - Fix CMake on Windows with Visual Studio Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-navigation/geos/{geos_3.12.0.bb => geos_3.12.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-navigation/geos/{geos_3.12.0.bb => geos_3.12.1.bb} (88%) diff --git a/meta-oe/recipes-navigation/geos/geos_3.12.0.bb b/meta-oe/recipes-navigation/geos/geos_3.12.1.bb similarity index 88% rename from meta-oe/recipes-navigation/geos/geos_3.12.0.bb rename to meta-oe/recipes-navigation/geos/geos_3.12.1.bb index 0382e6bdfe..461652a5ad 100644 --- a/meta-oe/recipes-navigation/geos/geos_3.12.0.bb +++ b/meta-oe/recipes-navigation/geos/geos_3.12.1.bb @@ -6,7 +6,7 @@ LICENSE = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" SRC_URI = "http://download.osgeo.org/${BPN}/${BP}.tar.bz2" -SRC_URI[sha256sum] = "d96db96011259178a35555a0f6d6e75a739e52a495a6b2aa5efb3d75390fbc39" +SRC_URI[sha256sum] = "d6ea7e492224b51193e8244fe3ec17c4d44d0777f3c32ca4fb171140549a0d03" inherit cmake pkgconfig binconfig