-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gdal: Autospec creation for update from version 3.8.2 to version 3.8.3
Even Rouault (21): CI: macosx: fix issue with lxml infback9: fix various build issues with clang 17 autotest: updates to support libpng 1.6.40 and other library updates of fedora:rawhide gdalbuildvrt: in -separate mode, only use ComplexSource if needed OGRArrowArrayHelper::SetBoolOn(): fix wrong bit shift computation (affects ogr2ogr from GPKG/FlatGeoBuf to something else) (fixes #8998) Add specific documentation section about AWS IMDS (and fix typo) AWS S3: add explicit error message when IMDS fails and we know we are on EC2 CoordinateTransformation::TransformBounds(): fix polar stereographic (including pole) to Web Mercator (fixes #8996) VRTDerivedRasterBand::IRasterIO(): fix potential multiplication overflow HOWTO-RELEASE: add signing Prepare for GDAL 3.8.3 NEWS.md: fix version numbers VRTDerivedRasterBand::IRasterIO(): fix warning on 32-bit builds ogr2ogr: do not use ArrowArray interface if -clipsrc, -clipdst, -gcp or -wrapdateline are specified (fixes #9013) GPKG: disable by default multi-threaded ArrowArray interface. Make it opt-in with the OGR_GPKG_NUM_THREADS config option GPKG: fix build with sqlite 3.36.x (fixes #9021) Prepare for GDAL 3.8.3 RC2 Internal libjson: resync random_seed.c with upstream, and use getrandom() implementation when available (fixes #9024) GPKG: fix multi-threaded ArrowArray interface and re-enable it by default jpegxl.py: make test pass with latest libjxl master Prepare for GDAL 3.8.3 RC3 Martin Daly (1): gdal2ogr.c: added missing close bracket
- Loading branch information
Showing
8 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PKG_NAME := gdal | ||
URL = https://download.osgeo.org/gdal/3.8.2/gdal-3.8.2.tar.xz | ||
URL = https://download.osgeo.org/gdal/CURRENT/gdal-3.8.3.tar.xz | ||
ARCHIVES = | ||
|
||
include ../common/Makefile.common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
3.8.2 | ||
3.8.3 | ||
pcre-dev | ||
pcre2-dev | ||
pkgconfig(libpng) | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
110 | ||
111 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9f36a7949961e17e6b7eac827b586505932065cd/gdal-3.8.2.tar.xz | ||
2d8f815c92d93c914838181e2d656f224fea3411/gdal-3.8.3.tar.xz |