a08fb7085a- Update gdal to version 3.11.3; changes below are combined for 3.11.1, .2 and .3 * Remove gdal-backport-commit-b11cad7.patch since the backported commit is included in the 3.11.1 release * Fixes various build related issues, for example missing includes * Fixes various potential or actual integer overflows, nullptr derefrences and memory leaks * Fixes crashes when using the MEM driver, caused by wrong usage of a function * Fixes crashes when using the VRT driver with empty mappings * Fixes segfault in gdal vector grid that occurred when the first feature had no geometry * Readds Golden Software Surfer Binary Grid 6.0 (GSBG) driver * Readds GSAG driver * Various bug and regression fixes * Full changelog is avaiable at https://github.com/OSGeo/gdal/blob/v3.11.3/NEWS.md - Changes from superseded request: * Fixed spelling of the removed patch in gdal.changes : )
devel
Bruno Friedmann2025-07-27 11:29:09 +00:00
2cc15de656Accepting request 1288980 from Application:GeoAna Guerrero2025-06-30 11:05:34 +00:00
b76e9dddd9- Update gdal to version 3.11.0 * Add muparser as a new dependency, used by GDAL for C++ VRT expressions * Disable frmts/libertiff by removing it from frmts/CMakeLists.txt, since it has a hard dependency on the bundled tiff libraries that we remove * Add gdal-backport-commit-b11cad7.patch to backport the fix for gdal issue #4742 (upstream commit b11cad7) * Full Changelog at github.com/OSGeo/gdal/releases/tag/v3.11.0 * Add GDAL Streamed Algorithm Format (GDALG) driver, enabling streamed vector dataset replay of compatible gdal command lines * RFC 100 - Support float16 * RFC 102 - Embed resource files into libgdal * RFC 103 - Add OGR_SCHEMA option to select OGR drivers * RFC 104 - Add new gdal front-end cli * RFC 105 - Add safe path manipulation functions * RFC 106 - Metadata for driver update capabilties * RFC 107 - Add OGRLayer::I{GetExtent,SetSpatialFilter}() functions * RFC 108 - Remove various raster and vector drivers, make other drivers read-only See github.com/OSGeo/gdal/releases/tag/v3.11.0 for the removed/changed drivers * Add (read-only) Arrow Database Connectivity (OGR ADBC) driver * Add libertiff driver (NOTE: Disabled, see second entry) * Add (read-only) Radarsat Constellation Mission raster driver * Add (read-only) Artificial intelligence powered vector driver * Add function evaluate arbitrary VRT Pixel Function expressions * Improve ZARR driver, adding Kerchunk JHSON and Parquet reference stores * Set GPKG default version to 1.4 on creation * Remove OpenCL warper * OGR Memory driver has been deprecated in favour of and aliased to the MEM driver * Various other fixesBenjamin Greiner2025-06-28 19:42:04 +00:00
2ec9e6b5e1Accepting request 1266401 from Application:GeoAna Guerrero2025-04-02 15:17:37 +00:00
b5e17989fd- Drop libzstd-devel-static again: this was only a workaround to unblock Factory while waiting on the proper fix on zstd (boo#1240043).Bruno Friedmann2025-04-02 07:55:22 +00:00
5fb7447cbdAccepting request 1264699 from Application:GeoAna Guerrero2025-03-28 06:36:17 +00:00
30677d6c0a### Port * Fix read heap-buffer-overflow on nested /vsitar/ calls (ossfuzz #388868487) * fix cppcheck nullPointerOutOfMemory ### Core * GDALGCPsToGeoTransform(): return FALSE when invalid geotransform is generated (#11618) ### Utilities * gdal_rasterize: Also accept doubles for -ts (#11829) ### Raster drivers #### PLMOSAIC driver: * Use a unique user-agent string to isolate usage of driver #### SNAP_TIFF driver: * third_party/libertiff: avoid issue with invalid offline tags with value offset at zero (ossfuzz #388571282) #### STACIT driver: * add STAC 1.1 support (#11753) * Identify(): accept if at least 2 of 'proj:transform', 'proj:bbox' or 'proj:shape' are present #### WMS driver: * Update ESRI WMS links in documentation - OGR 3.10.2 ### Core * Fix GeodesicLength() that was quite severely broken as working only on closed linestrings (3.10.0 regression) ### Vector utilities * ogr2ogr: fix -clipsrc/-clipdst when a input geometry is within the envelope of a non-rectangle clip geometry, but doesn't intersect it (3.10.0 regression) (#11652, #10341) * ogrtindex: fix error message when specifying incorrect outputBenjamin Greiner2025-02-16 15:46:34 +00:00
3f666591d0Accepting request 1238189 from Application:GeoAna Guerrero2025-01-16 17:34:16 +00:00
da98a288e5- Update to bugfix release version 3.10.1 + CMake: FindDotnet.cmake: remove obsolete cmake_minimum_required() + CMake: fix swig/csharp/CMakeLists.txt compatibility with CMake 3.31 + CMake: use add_compile_options() instead of setting CMAKE_CXX_FLAGS for -fno-finite-math-only (#11286) + Set GDAL_DEV_SUFFIX to the pre-release suffix if a corresponding Git tag was found. + PDF: fix build issue on CondaForge build infrastructure (gcc 13.3) + Fix issues in cpl_vsil_win32.cpp with latest mingw64 - Remove merged upstream 19ba2562.patchBenjamin Greiner2025-01-16 09:01:30 +00:00
dfe543dbd8Accepting request 1235085 from Application:GeoAna Guerrero2025-01-06 15:05:36 +00:00
e4ecad46d4- Add upstream patch 19ba2562.patch to support newer poppler. fix boo#1235083Benjamin Greiner2025-01-05 23:59:39 +00:00
0f92c30ff2Accepting request 1222598 from Application:GeoAna Guerrero2024-11-08 11:00:30 +00:00
a35e17727fAccepting request 1204678 from Application:GeoAna Guerrero2024-09-30 13:41:32 +00:00
5de93e49cc- Fix SLE/Leap 15.6 build * Move to SLE/Leap python311 module: Old Python 3.6 is no longer supported by qgis * use gcc13-c++ (gcc7-c++ does not provide <charconv>) * Update build dependencies according to cmake defintions in order to make clear what is missing for SLE/LeapBruno Friedmann2024-09-30 07:20:04 +00:00
ef73b4b003Accepting request 1196155 from Application:GeoAna Guerrero2024-08-27 17:39:13 +00:00
ef6baa1faf- update to bugfix release 3.9.1 https://github.com/OSGeo/gdal/blob/v3.9.2/NEWS.md + Fix issue compiling with openssl 3.2.2 and libarchive 3.3.3 + Fix -Wnull-dereference warnings of gcc 14.2
Martin Pluskal
2024-08-27 05:52:31 +00:00
72f2c486f5Accepting request 1186804 from Application:GeoAna Guerrero2024-07-11 18:33:16 +00:00
bfdbcc6d80Accepting request 1185886 from home:bruno_friedmann:branches:Application:GeoAna Guerrero2024-07-11 09:17:11 +00:00
53408cd63dAccepting request 1165446 from Application:GeoAna Guerrero2024-04-05 18:27:58 +00:00
6b92a1f72cAccepting request 1165415 from home:bruno_friedmann:branches:Application:Geo
Martin Pluskal
2024-04-05 08:30:15 +00:00
0fe44eba49Accepting request 1157893 from Application:GeoAna Guerrero2024-03-14 16:45:18 +00:00
8cc679b555Accepting request 1157887 from home:bruno_friedmann:branches:Application:GeoDirk Stoecker2024-03-14 08:58:37 +00:00
371299aaa4Accepting request 1138068 from Application:GeoAna Guerrero2024-01-11 20:05:16 +00:00
7742a9ff28Accepting request 1137766 from home:bruno_friedmann:branches:Application:Geo
Martin Pluskal
2024-01-11 08:17:06 +00:00
e09ffb089dAccepting request 1134509 from Application:GeoAna Guerrero2023-12-21 22:39:45 +00:00
4f05d10f7aAccepting request 1134481 from home:bruno_friedmann:branches:Application:GeoDirk Stoecker2023-12-21 16:37:44 +00:00
f735b7a15fAccepting request 1133462 from Application:GeoAna Guerrero2023-12-15 20:50:39 +00:00
e5ae8617baAccepting request 1132945 from home:bruno_friedmann:branches:Application:Geo
Martin Pluskal
2023-12-15 15:09:18 +00:00
f7874b9f78Accepting request 1130090 from Application:GeoAna Guerrero2023-12-01 20:25:13 +00:00
a931850a23Accepting request 1130042 from home:bruno_friedmann:branches:Application:Geo
Martin Pluskal
2023-11-30 18:37:09 +00:00
b28add7d0fAccepting request 1114938 from Application:GeoAna Guerrero2023-10-04 20:31:13 +00:00
947a77383aAccepting request 1114590 from home:dirkmueller:Factory
Martin Pluskal
2023-10-03 08:18:02 +00:00