3eb20f8926
- Fix build with Poppler 26.02.0: * Add gdal-pr13850-poppler26_02.patch
Bruno Friedmann2026-02-19 08:13:57 +00:00
f679c8c01d
Accepting request 1333736 from Application:Geo
Ana Guerrero2026-02-18 16:11:54 +00:00
b5731719cc
- Make dependency on NetCDF optional and set the default for s390x, s390, armv7l and i586 to "off". - Update to 3.12.2
Bruno Friedmann2026-02-18 12:02:28 +00:00
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 : )
Bruno Friedmann2025-07-27 11:29:09 +00:00
1698ea5fa4
Accepting request 1295942 from home:tenno:branches:Application:Geo
Bruno Friedmann2025-07-27 11:29:09 +00:00
2cc15de656
Accepting request 1288980 from Application:Geo
Ana Guerrero2025-06-30 11:05:34 +00:00
c32c8b47a4
Accepting request 1288980 from Application:Geo
Ana 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 fixes
Benjamin Greiner2025-06-28 19:42:04 +00:00
5d670d7410
Accepting request 1288977 from home:tenno:branches:Application:Geo
Benjamin Greiner2025-06-28 19:42:04 +00:00
3f2ea73b5e
Accepting request 1267722 from home:bruno_friedmann:branches:Application:Geo
Benjamin Greiner2025-04-07 16:13:31 +00:00
2ec9e6b5e1
Accepting request 1266401 from Application:Geo
Ana Guerrero2025-04-02 15:17:37 +00:00
f1d136b6c7
Accepting request 1266401 from Application:Geo
Ana 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
116fd29b59
Accepting request 1266399 from home:dimstar:Factory
Bruno Friedmann2025-04-02 07:55:22 +00:00
5fb7447cbd
Accepting request 1264699 from Application:Geo
Ana Guerrero2025-03-28 06:36:17 +00:00
88162593b2
Accepting request 1264699 from Application:Geo
Ana 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 output
Benjamin Greiner2025-02-16 15:46:34 +00:00
26db91d759
### 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 output
Benjamin Greiner2025-02-16 15:46:34 +00:00
49f8f4d404
Accepting request 1246245 from home:bruno_friedmann:branches:Application:Geo
Benjamin Greiner2025-02-16 15:41:46 +00:00
3f666591d0
Accepting request 1238189 from Application:Geo
Ana Guerrero2025-01-16 17:34:16 +00:00
3cad61ab17
Accepting request 1238189 from Application:Geo
Ana 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.patch
Benjamin Greiner2025-01-16 09:01:30 +00:00
d32ca67abe
Accepting request 1238183 from home:bruno_friedmann:branches:Application:Geo
Benjamin Greiner2025-01-16 09:01:30 +00:00
dfe543dbd8
Accepting request 1235085 from Application:Geo
Ana Guerrero2025-01-06 15:05:36 +00:00
e791c94554
Accepting request 1235085 from Application:Geo
Ana Guerrero2025-01-06 15:05:36 +00:00
e4ecad46d4
- Add upstream patch 19ba2562.patch to support newer poppler. fix boo#1235083
Benjamin Greiner2025-01-05 23:59:39 +00:00
0f1a3be39d
Accepting request 1234990 from home:bruno_friedmann:branches:Application:Geo
Benjamin Greiner2025-01-05 23:59:39 +00:00
0f92c30ff2
Accepting request 1222598 from Application:Geo
Ana Guerrero2024-11-08 11:00:30 +00:00
e8443abd0e
Accepting request 1222598 from Application:Geo
Ana Guerrero2024-11-08 11:00:30 +00:00
c1e0632ad9
Accepting request 1218595 from home:tenno:branches:Application:Geo
Bruno Friedmann2024-10-26 19:17:30 +00:00
a35e17727f
Accepting request 1204678 from Application:Geo
Ana Guerrero2024-09-30 13:41:32 +00:00
1f0bf341c4
Accepting request 1204678 from Application:Geo
Ana 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/Leap
Bruno Friedmann2024-09-30 07:20:04 +00:00
c7d19f5ad0
Accepting request 1204517 from home:bnavigator:branches:Application:Geo
Bruno Friedmann2024-09-30 07:20:04 +00:00
ef73b4b003
Accepting request 1196155 from Application:Geo
Ana Guerrero2024-08-27 17:39:13 +00:00
526a2f7e75
Accepting request 1196155 from Application:Geo
Ana Guerrero2024-08-27 17:39:13 +00:00