pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/gdal-lib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Feb 14 17:02:34 UTC 2025

Modified Files:
        pkgsrc/geography/gdal-lib: Makefile.common PLIST distinfo

Log Message:
geography/gdal*: Update to 3.10.2

Upstream NEWS: bugfixes.  Highlights:

* Fix GeodesicLength() that was quite severely broken as working only on closed
  linestrings (3.10.0 regression)

CSV driver:
 * fix parsing files with double-quote inside a field value (#11660)


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/geography/gdal-lib/Makefile.common
cvs rdiff -u -r1.26 -r1.27 pkgsrc/geography/gdal-lib/PLIST
cvs rdiff -u -r1.70 -r1.71 pkgsrc/geography/gdal-lib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/gdal-lib/Makefile.common
diff -u pkgsrc/geography/gdal-lib/Makefile.common:1.33 pkgsrc/geography/gdal-lib/Makefile.common:1.34
--- pkgsrc/geography/gdal-lib/Makefile.common:1.33      Mon Jan 13 18:40:46 2025
+++ pkgsrc/geography/gdal-lib/Makefile.common   Fri Feb 14 17:02:33 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.33 2025/01/13 18:40:46 gdt Exp $
+# $NetBSD: Makefile.common,v 1.34 2025/02/14 17:02:33 gdt Exp $
 #
 # used by geography/gdal-lib/Makefile
 # used by geography/py-gdal/Makefile
 
-VERSION_BASE=  3.10.1
+VERSION_BASE=  3.10.2
 PLIST_SUBST+=  VERSION_BASE=${VERSION_BASE}
 # Accomodate testing unreleased versions.
 #VERSION_RC=   rc1

Index: pkgsrc/geography/gdal-lib/PLIST
diff -u pkgsrc/geography/gdal-lib/PLIST:1.26 pkgsrc/geography/gdal-lib/PLIST:1.27
--- pkgsrc/geography/gdal-lib/PLIST:1.26        Mon Jan 13 18:40:46 2025
+++ pkgsrc/geography/gdal-lib/PLIST     Fri Feb 14 17:02:33 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2025/01/13 18:40:46 gdt Exp $
+@comment $NetBSD: PLIST,v 1.27 2025/02/14 17:02:33 gdt Exp $
 bin/gdal-config
 bin/gdal_contour
 bin/gdal_create
@@ -102,7 +102,7 @@ lib/cmake/gdal/GDALConfigVersion.cmake
 lib/gdalplugins/drivers.ini
 lib/libgdal.so
 lib/libgdal.so.36
-lib/libgdal.so.36.3.10.1
+lib/libgdal.so.36.3.10.2
 lib/pkgconfig/gdal.pc
 man/man1/gdal-config.1
 man/man1/gdal2tiles.1
@@ -330,6 +330,7 @@ share/gdal/s57objectclasses.csv
 share/gdal/seed_2d.dgn
 share/gdal/seed_3d.dgn
 share/gdal/stateplane.csv
+share/gdal/template_tiles.mapml
 share/gdal/tms_LINZAntarticaMapTileGrid.json
 share/gdal/tms_MapML_APSTILE.json
 share/gdal/tms_MapML_CBMTILE.json

Index: pkgsrc/geography/gdal-lib/distinfo
diff -u pkgsrc/geography/gdal-lib/distinfo:1.70 pkgsrc/geography/gdal-lib/distinfo:1.71
--- pkgsrc/geography/gdal-lib/distinfo:1.70     Mon Jan 13 18:40:46 2025
+++ pkgsrc/geography/gdal-lib/distinfo  Fri Feb 14 17:02:34 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.70 2025/01/13 18:40:46 gdt Exp $
+$NetBSD: distinfo,v 1.71 2025/02/14 17:02:34 gdt Exp $
 
-BLAKE2s (gdal-3.10.1.tar.xz) = 8f9a4d3d732da7389f993a2fb889fb697b1805d86cb13f9f10236ede7d98b52a
-SHA512 (gdal-3.10.1.tar.xz) = 0d1d82648017c651db53576d71d009f0af3f9c65db3e3579e7d4a8130f89c64e0b2486b129fb30efca8b8ba26b86ebb2884e50989c507481ec27d0bbadecba6d
-Size (gdal-3.10.1.tar.xz) = 9204640 bytes
+BLAKE2s (gdal-3.10.2.tar.xz) = ec6b49ba85c25d596246d931773aacfff076360abbc2d828b0d233533449c4cb
+SHA512 (gdal-3.10.2.tar.xz) = 1713f97fa5ef3772c8c567d0fbd24ecf3509e27e0da3e701e37f6045994c9cbaf787305722a425f6486056911b5286b9a922fa7b48bf3ce2c5d0c0bb782ecca9
+Size (gdal-3.10.2.tar.xz) = 9206880 bytes
 SHA1 (patch-frmts_grib_degrib_degrib_myutil.c) = 0e046afa236d7e0d6186fe392cb2da05fa5b42c5
 SHA1 (patch-port_cpl__port.h) = 1a8e90085b4390edb4ec2b40b68f83093fbe164d



Home | Main Index | Thread Index | Old Index