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 6E40D1A9239 for ; Sun, 16 Jan 2022 23:07:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A082F84D61; Sun, 16 Jan 2022 23:07:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D9F7B84D4C for ; Sun, 16 Jan 2022 23:07:47 +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 7bSbRAZBJOjf for ; Sun, 16 Jan 2022 23:07:47 +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 5D46284D21 for ; Sun, 16 Jan 2022 23:07:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59578FB24; Sun, 16 Jan 2022 23:07:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642374467177430" MIME-Version: 1.0 Date: Sun, 16 Jan 2022 23:07:47 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/double-conversion To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220116230747.59578FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642374467177430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 16 23:07:47 UTC 2022 Modified Files: pkgsrc/math/double-conversion: Makefile distinfo Log Message: double-conversion: update to 3.2.0. 2022-01-10: Fix quiet NANs on MIPS* and PA-RISC architectures. Update version number. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/double-conversion/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/double-conversion/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642374467177430 Content-Disposition: inline Content-Length: 1690 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/double-conversion/Makefile diff -u pkgsrc/math/double-conversion/Makefile:1.3 pkgsrc/math/double-conversion/Makefile:1.4 --- pkgsrc/math/double-conversion/Makefile:1.3 Wed Jan 5 21:42:41 2022 +++ pkgsrc/math/double-conversion/Makefile Sun Jan 16 23:07:47 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2022/01/05 21:42:41 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/16 23:07:47 wiz Exp $ -DISTNAME= double-conversion-3.1.7 +DISTNAME= double-conversion-3.2.0 CATEGORIES= math converters MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/math/double-conversion/distinfo diff -u pkgsrc/math/double-conversion/distinfo:1.5 pkgsrc/math/double-conversion/distinfo:1.6 --- pkgsrc/math/double-conversion/distinfo:1.5 Wed Jan 5 21:42:41 2022 +++ pkgsrc/math/double-conversion/distinfo Sun Jan 16 23:07:47 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/01/05 21:42:41 wiz Exp $ +$NetBSD: distinfo,v 1.6 2022/01/16 23:07:47 wiz Exp $ -BLAKE2s (double-conversion-3.1.7.tar.gz) = 633c7e2c4f7a0a02d5c2ea69c2e24cc33d883ac78fbe3ce9a0e6bd44308f66df -SHA512 (double-conversion-3.1.7.tar.gz) = 70baa0f8d5bbab433f6a3f3b6e172730f10cde5524639c7da8cb205bf95e6743a4b129b69ef09d8f121524e3d5a45d501a393e4f69f6848494e7ce87db765f37 -Size (double-conversion-3.1.7.tar.gz) = 7031619 bytes +BLAKE2s (double-conversion-3.2.0.tar.gz) = 071e9b851e0062b2a953eeb3c9843cd5bd9d3167460f840d26105aba3a729fe3 +SHA512 (double-conversion-3.2.0.tar.gz) = 0670ee70ed2662c6795ec6cf144e0915d805940ea0f49633d17500c496fb241788a0de6f0a9f8eaed5cb74a376f64fe590fa0d883d0676dc2bd2dab288b85e00 +Size (double-conversion-3.2.0.tar.gz) = 7031760 bytes --_----------=_1642374467177430--