Received: by mail.netbsd.org (Postfix, from userid 605) id 6D5AD84F19; Fri, 8 Jul 2022 13:22:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A832884F12 for ; Fri, 8 Jul 2022 13:22:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NBysA4M9n6jS for ; Fri, 8 Jul 2022 13:22:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2736284D41 for ; Fri, 8 Jul 2022 13:22:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1E862FB1A; Fri, 8 Jul 2022 13:22:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657286578195980" MIME-Version: 1.0 Date: Fri, 8 Jul 2022 13:22:58 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/geography/gdal-lib To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20220708132258.1E862FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657286578195980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Fri Jul 8 13:22:58 UTC 2022 Modified Files: pkgsrc/geography/gdal-lib: Makefile.common distinfo Log Message: geography/gdal*: Update to 3.5.1 Upstream changes are bug fixes and minor improvements. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/geography/gdal-lib/Makefile.common cvs rdiff -u -r1.56 -r1.57 pkgsrc/geography/gdal-lib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657286578195980 Content-Disposition: inline Content-Length: 1769 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/gdal-lib/Makefile.common diff -u pkgsrc/geography/gdal-lib/Makefile.common:1.19 pkgsrc/geography/gdal-lib/Makefile.common:1.20 --- pkgsrc/geography/gdal-lib/Makefile.common:1.19 Fri May 13 13:28:52 2022 +++ pkgsrc/geography/gdal-lib/Makefile.common Fri Jul 8 13:22:57 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.19 2022/05/13 13:28:52 gdt Exp $ +# $NetBSD: Makefile.common,v 1.20 2022/07/08 13:22:57 gdt Exp $ # # used by geography/gdal-lib/Makefile # used by geography/py-gdal/Makefile -VERSION_BASE= 3.5.0 +VERSION_BASE= 3.5.1 # Accomodate testing unreleased versions. #VERSION_RC= rc1 VERSION= ${VERSION_BASE}${VERSION_RC} Index: pkgsrc/geography/gdal-lib/distinfo diff -u pkgsrc/geography/gdal-lib/distinfo:1.56 pkgsrc/geography/gdal-lib/distinfo:1.57 --- pkgsrc/geography/gdal-lib/distinfo:1.56 Mon May 16 09:10:31 2022 +++ pkgsrc/geography/gdal-lib/distinfo Fri Jul 8 13:22:57 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.56 2022/05/16 09:10:31 jperkin Exp $ +$NetBSD: distinfo,v 1.57 2022/07/08 13:22:57 gdt Exp $ -BLAKE2s (gdal-3.5.0.tar.xz) = 4763d468461795c27b5f7d55215586b467ce7845b8a939c90c025e04f2518fa3 -SHA512 (gdal-3.5.0.tar.xz) = 15d9675ffe5e76fdcb431bef1dce0ed8c23695f418186f37c63f4c7274322924095662bbbc95232d5b4d700704c1c4922d52b419cef5bb67f3bb64ee59654d8b -Size (gdal-3.5.0.tar.xz) = 8826500 bytes +BLAKE2s (gdal-3.5.1.tar.xz) = c84b17844c99ee83fe1946b5dced2f0e15763775f577ba3d36a86d5ebdf80e99 +SHA512 (gdal-3.5.1.tar.xz) = d731b2b2bd5d300786e2e0eca296d302fda8bc9c76b41d7e78b728f82bb857c55a0d0ba65ae0ccd3b03c6b5812d0afee07940e4133b4b2c852a384c9fe00a8bc +Size (gdal-3.5.1.tar.xz) = 8844808 bytes SHA1 (patch-frmts_grib_degrib_degrib_myutil.c) = 0e046afa236d7e0d6186fe392cb2da05fa5b42c5 --_----------=_1657286578195980--