Received: by mail.netbsd.org (Postfix, from userid 605) id 9754084E7E; Mon, 13 Mar 2023 18:15:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C5FF184E67 for ; Mon, 13 Mar 2023 18:15:51 +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 hIgwPmvXHPTy for ; Mon, 13 Mar 2023 18:15:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 18D1684D08 for ; Mon, 13 Mar 2023 18:15:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1679CFA90; Mon, 13 Mar 2023 18:15:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1678731351126250" MIME-Version: 1.0 Date: Mon, 13 Mar 2023 18:15:51 +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: <20230313181551.1679CFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1678731351126250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 13 18:15:50 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: doc: Updated devel/nss to 3.89 To generate a diff of this commit: cvs rdiff -u -r1.1740 -r1.1741 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.22691 -r1.22692 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1678731351126250 Content-Disposition: inline Content-Length: 1415 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.1740 pkgsrc/doc/CHANGES-2023:1.1741 --- pkgsrc/doc/CHANGES-2023:1.1740 Mon Mar 13 15:00:42 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Mar 13 18:15:50 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.1740 2023/03/13 15:00:42 fox Exp $ +$NetBSD: CHANGES-2023,v 1.1741 2023/03/13 18:15:50 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -2242,3 +2242,4 @@ Changes to the packages collection and i Added textproc/sentencepiece version 0.1.97 [wiz 2023-03-13] Added textproc/py-sentencepiece version 0.1.97 [wiz 2023-03-13] Updated audio/fasttracker2 to 1.65 [fox 2023-03-13] + Updated devel/nss to 3.89 [wiz 2023-03-13] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.22691 pkgsrc/doc/TODO:1.22692 --- pkgsrc/doc/TODO:1.22691 Mon Mar 13 16:48:02 2023 +++ pkgsrc/doc/TODO Mon Mar 13 18:15:50 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.22691 2023/03/13 16:48:02 wiz Exp $ +$NetBSD: TODO,v 1.22692 2023/03/13 18:15:50 wiz Exp $ Suggested new packages ====================== @@ -1243,7 +1243,7 @@ For possible Perl packages updates, see o py-musicbrainz-0.7.4 o py-musicbrainz-ngs-0.7.1 o py-newt-0.52.21 - o py-numpy-1.24.2 [wip, doesn't compile on NetBSD] + o py-numpy-1.24.2 [wip, https://github.com/numpy/numpy/issues/23379] o py-omniORBpy-3.7 o py-pdf-parser-0.7.4 o py-postgresql-5.1.2 --_----------=_1678731351126250--