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 B8AC91A923A for ; Tue, 7 Dec 2021 18:16:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E6A6584ECB; Tue, 7 Dec 2021 18:16:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C3B984D93 for ; Tue, 7 Dec 2021 18:16:10 +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 DYWSrPGXsWxu for ; Tue, 7 Dec 2021 18:16:09 +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 74B6084D0F for ; Tue, 7 Dec 2021 18:16:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 724BAFAEC; Tue, 7 Dec 2021 18:16:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163890096967670" MIME-Version: 1.0 Date: Tue, 7 Dec 2021 18:16:09 +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: <20211207181609.724BAFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163890096967670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Dec 7 18:16:09 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Updated math/gsl to 2.7.1 To generate a diff of this commit: cvs rdiff -u -r1.6025 -r1.6026 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.21326 -r1.21327 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163890096967670 Content-Disposition: inline Content-Length: 1296 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.6025 pkgsrc/doc/CHANGES-2021:1.6026 --- pkgsrc/doc/CHANGES-2021:1.6025 Tue Dec 7 18:11:13 2021 +++ pkgsrc/doc/CHANGES-2021 Tue Dec 7 18:16:08 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.6025 2021/12/07 18:11:13 wiz Exp $ +$NetBSD: CHANGES-2021,v 1.6026 2021/12/07 18:16:08 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -9081,3 +9081,4 @@ Changes to the packages collection and i Added security/py-cyclonedx-python-lib version 0.11.1 [wiz 2021-12-07] Added security/py-cyclonedx-bom version 1.5.3 [wiz 2021-12-07] Updated math/double-conversion to 3.1.6 [wiz 2021-12-07] + Updated math/gsl to 2.7.1 [wiz 2021-12-07] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21326 pkgsrc/doc/TODO:1.21327 --- pkgsrc/doc/TODO:1.21326 Tue Dec 7 18:11:13 2021 +++ pkgsrc/doc/TODO Tue Dec 7 18:16:08 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21326 2021/12/07 18:11:13 wiz Exp $ +$NetBSD: TODO,v 1.21327 2021/12/07 18:16:08 wiz Exp $ Suggested new packages ====================== @@ -851,7 +851,6 @@ For possible Perl packages updates, see o gromacs-2021.1 o groonga-11.0.1 o grub2-2.06 - o gsl-2.7.1 o gss-1.0.3 o gst-plugins1-omx-1.10.0 o gst-rtsp-server-1.18.5 --_----------=_163890096967670--