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 D6A571A9239 for ; Sun, 16 Jan 2022 23:07:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1A8B484E5A; Sun, 16 Jan 2022 23:07:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 551B884E56 for ; Sun, 16 Jan 2022 23:07: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 rHahDZyz5hdG for ; Sun, 16 Jan 2022 23:07:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3FA1C84D21 for ; Sun, 16 Jan 2022 23:07:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3BCCFFB24; Sun, 16 Jan 2022 23:07:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642374477229590" MIME-Version: 1.0 Date: Sun, 16 Jan 2022 23:07:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220116230757.3BCCFFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642374477229590 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:57 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO Log Message: doc: Updated math/double-conversion to 3.2.0 To generate a diff of this commit: cvs rdiff -u -r1.268 -r1.269 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.21425 -r1.21426 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642374477229590 Content-Disposition: inline Content-Length: 1266 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.268 pkgsrc/doc/CHANGES-2022:1.269 --- pkgsrc/doc/CHANGES-2022:1.268 Sun Jan 16 23:06:39 2022 +++ pkgsrc/doc/CHANGES-2022 Sun Jan 16 23:07:56 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.268 2022/01/16 23:06:39 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.269 2022/01/16 23:07:56 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -376,3 +376,4 @@ Changes to the packages collection and i Updated devel/libuv to 1.43.0 [wiz 2022-01-16] Updated devel/readline to 8.1.2 [wiz 2022-01-16] Updated security/py-pip-audit to 1.1.2 [wiz 2022-01-16] + Updated math/double-conversion to 3.2.0 [wiz 2022-01-16] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21425 pkgsrc/doc/TODO:1.21426 --- pkgsrc/doc/TODO:1.21425 Sun Jan 16 23:06:39 2022 +++ pkgsrc/doc/TODO Sun Jan 16 23:07:56 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21425 2022/01/16 23:06:39 wiz Exp $ +$NetBSD: TODO,v 1.21426 2022/01/16 23:07:56 wiz Exp $ Suggested new packages ====================== @@ -630,7 +630,6 @@ For possible Perl packages updates, see o doclifter-2.19 o dolphin-5.0 o dosbox-x-0.83.12 - o double-conversion-3.2.0 o drawpile-2.1.20 o drivel-3.0.5 o drupal-9.2.2 --_----------=_1642374477229590--