Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 659D81A923B for ; Sun, 24 Jan 2021 15:05:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 94B5085104; Sun, 24 Jan 2021 15:05:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD44B84D47 for ; Sun, 24 Jan 2021 15:05:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 5Qo_NO8beSoV for ; Sun, 24 Jan 2021 15:05:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4078484D25 for ; Sun, 24 Jan 2021 15:05:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 32D2DFA9D; Sun, 24 Jan 2021 15:05:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161150070513900" MIME-Version: 1.0 Date: Sun, 24 Jan 2021 15:05:05 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/geography/gama To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210124150505.32D2DFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161150070513900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sun Jan 24 15:05:05 UTC 2021 Modified Files: pkgsrc/geography/gama: Makefile distinfo Added Files: pkgsrc/geography/gama/patches: patch-lib_gnu__gama_g3_g3__model.cpp Log Message: geography/gama: Add patch fixing use of uninitialized variable (Patch has been sent upstream and almost certainly this will be fixed in the next release.) To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/geography/gama/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/geography/gama/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/geography/gama/patches/patch-lib_gnu__gama_g3_g3__model.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161150070513900 Content-Disposition: inline Content-Length: 2123 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/gama/Makefile diff -u pkgsrc/geography/gama/Makefile:1.42 pkgsrc/geography/gama/Makefile:1.43 --- pkgsrc/geography/gama/Makefile:1.42 Sun Jan 24 14:52:25 2021 +++ pkgsrc/geography/gama/Makefile Sun Jan 24 15:05:04 2021 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2021/01/24 14:52:25 gdt Exp $ +# $NetBSD: Makefile,v 1.43 2021/01/24 15:05:04 gdt Exp $ # DISTNAME= gama-2.13 +PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNU:=gama/} Index: pkgsrc/geography/gama/distinfo diff -u pkgsrc/geography/gama/distinfo:1.19 pkgsrc/geography/gama/distinfo:1.20 --- pkgsrc/geography/gama/distinfo:1.19 Sun Jan 24 14:52:25 2021 +++ pkgsrc/geography/gama/distinfo Sun Jan 24 15:05:04 2021 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.19 2021/01/24 14:52:25 gdt Exp $ +$NetBSD: distinfo,v 1.20 2021/01/24 15:05:04 gdt Exp $ SHA1 (gama-2.13.tar.gz) = cdf41c511d10bb4e6253828b1f9809ce4dcbc8e3 RMD160 (gama-2.13.tar.gz) = 37921c03ac243f9b0d5e51402bc238b9d34d7957 SHA512 (gama-2.13.tar.gz) = 431221c8a6316ab38e10f09ff9764165b25ee63da3f1f3ca68d2189a84c4cb38343d7085c43d683e31b4aaaf320787292cb5c36f6c1b8c5ebab713f01ce40604 Size (gama-2.13.tar.gz) = 14697638 bytes +SHA1 (patch-lib_gnu__gama_g3_g3__model.cpp) = c6ad931ca118fa0b0ab9dc4f101fc66effe9120b Added files: Index: pkgsrc/geography/gama/patches/patch-lib_gnu__gama_g3_g3__model.cpp diff -u /dev/null pkgsrc/geography/gama/patches/patch-lib_gnu__gama_g3_g3__model.cpp:1.1 --- /dev/null Sun Jan 24 15:05:05 2021 +++ pkgsrc/geography/gama/patches/patch-lib_gnu__gama_g3_g3__model.cpp Sun Jan 24 15:05:05 2021 @@ -0,0 +1,17 @@ +$NetBSD: patch-lib_gnu__gama_g3_g3__model.cpp,v 1.1 2021/01/24 15:05:05 gdt Exp $ + +Initialize class member to avoid later uninitialized use. + +Sent to upstream maintainer via email 2020-01-24. + +--- lib/gnu_gama/g3/g3_model.cpp.orig 2020-11-28 19:50:40.000000000 +0000 ++++ lib/gnu_gama/g3/g3_model.cpp +@@ -40,6 +40,8 @@ Model::Model() + adj = new Adj; + adj_input_data = 0; + ++ A = NULL; ++ + points->set_common_data(this); + set(&ellipsoid, ellipsoid_wgs84); + --_----------=_161150070513900--