Accepting request 1246249 from Application:Geo
- Update to bugfix release version 3.10.2 https://github.com/OSGeo/gdal/blob/v3.10.2/NEWS.md ### 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 OBS-URL: https://build.opensuse.org/request/show/1246249 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=94
This commit is contained in:
commit
e5a820bb0a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9211eac72b53f5f85d23cf6d83ee20245c6d818733405024e71f2af41e5c5f91
|
|
||||||
size 9204640
|
|
@ -1 +0,0 @@
|
|||||||
fba2a0e5d33fdefbe745a3577e156139 gdal-3.10.1.tar.xz
|
|
3
gdal-3.10.2.tar.xz
Normal file
3
gdal-3.10.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:67b4e08acd1cc4b6bd67b97d580be5a8118b586ad6a426b09d5853898deeada5
|
||||||
|
size 9206880
|
1
gdal-3.10.2.tar.xz.md5
Normal file
1
gdal-3.10.2.tar.xz.md5
Normal file
@ -0,0 +1 @@
|
|||||||
|
87e926d2b8bf8341b6aba964250eeb58 gdal-3.10.2.tar.xz
|
64
gdal.changes
64
gdal.changes
@ -1,3 +1,67 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 16 08:34:35 UTC 2025 - Bruno Friedmann <bruno@ioda-net.ch>
|
||||||
|
|
||||||
|
- Update to bugfix release version 3.10.2
|
||||||
|
https://github.com/OSGeo/gdal/blob/v3.10.2/NEWS.md
|
||||||
|
### 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
|
||||||
|
driver
|
||||||
|
* ogrlineref: make -f LIBKML to work without warning (#11719)
|
||||||
|
### Vector drivers
|
||||||
|
#### CSV driver:
|
||||||
|
* fix parsing files with double-quote inside a field value
|
||||||
|
(#11660)
|
||||||
|
#### DXF driver:
|
||||||
|
* interpret INSERT blocks with row count or column count equal
|
||||||
|
to 0 as 1 (#11591)
|
||||||
|
#### Geoconcept driver:
|
||||||
|
* fix potential double-free on creation error code
|
||||||
|
#### GML driver:
|
||||||
|
* gml:CircleByCenterPoint(): return a 5-point CIRCULARSTRING for
|
||||||
|
compliance with ISO/IEC 13249-3:2011 (#11750)
|
||||||
|
#### MiraMonVector driver:
|
||||||
|
* Fix memory leak with oss-fuzz #393742177 scenario
|
||||||
|
#### MVT driver:
|
||||||
|
* allow generating tilesets with more than 1 tile at zoom level
|
||||||
|
0 (#11749)
|
||||||
|
* avoid infinite recursion on opening on hostile file (ossfuzz
|
||||||
|
#391974926)
|
||||||
|
#### Parquet driver:
|
||||||
|
* fix compiler deprecation warning with libarrow 19.0
|
||||||
|
## Python bindings
|
||||||
|
* fix wrong comment in documentation (#11631)
|
||||||
|
* on Debian, fix install target with non-Debian provided python
|
||||||
|
version (#11636)
|
||||||
|
* Avoid losing error message (#11795)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 15 19:50:51 UTC 2025 - Bruno Friedmann <bruno@ioda-net.ch>
|
Wed Jan 15 19:50:51 UTC 2025 - Bruno Friedmann <bruno@ioda-net.ch>
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
%define mypython_sitearch %{expand:%%%{mypython}_sitearch}
|
%define mypython_sitearch %{expand:%%%{mypython}_sitearch}
|
||||||
|
|
||||||
Name: gdal
|
Name: gdal
|
||||||
Version: 3.10.1
|
Version: 3.10.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GDAL/OGR - a translator library for raster and vector geospatial data formats
|
Summary: GDAL/OGR - a translator library for raster and vector geospatial data formats
|
||||||
License: BSD-3-Clause AND MIT AND SUSE-Public-Domain
|
License: BSD-3-Clause AND MIT AND SUSE-Public-Domain
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d1d1a549920113d13119fd1105dd2481e6fbb5741211a1708aa9a64b6ae4050
|
|
||||||
size 17693127
|
|
3
gdalautotest-3.10.2.tar.gz
Normal file
3
gdalautotest-3.10.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6b9247de19cc82ba66dc7d8751ffaa1d95ce9681eff418c8657d3ca7df5a5ee4
|
||||||
|
size 17694051
|
Loading…
x
Reference in New Issue
Block a user