Received: by mail.netbsd.org (Postfix, from userid 605) id 9EBB6851D9; Sat, 13 Feb 2021 15:59:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D972684DB0 for ; Sat, 13 Feb 2021 15:59:35 +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 m9RFeXjFzefj for ; Sat, 13 Feb 2021 15:59:35 +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 3C34C84C71 for ; Sat, 13 Feb 2021 15:59:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35D60FA95; Sat, 13 Feb 2021 15:59:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161323197555490" MIME-Version: 1.0 Date: Sat, 13 Feb 2021 15:59:35 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20210213155935.35D60FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161323197555490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sat Feb 13 15:59:35 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: gcc6,7,8,9,10. To generate a diff of this commit: cvs rdiff -u -r1.1047 -r1.1048 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161323197555490 Content-Disposition: inline Content-Length: 919 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.1047 pkgsrc/doc/CHANGES-2021:1.1048 --- pkgsrc/doc/CHANGES-2021:1.1047 Sat Feb 13 15:30:07 2021 +++ pkgsrc/doc/CHANGES-2021 Sat Feb 13 15:59:35 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.1047 2021/02/13 15:30:07 gdt Exp $ +$NetBSD: CHANGES-2021,v 1.1048 2021/02/13 15:59:35 maya Exp $ Changes to the packages collection and infrastructure in 2021: @@ -1415,3 +1415,8 @@ Changes to the packages collection and i Updated security/ruby-rex-core to 0.1.16 [taca 2021-02-13] Updated databases/libzdb to 3.2.2 [tnn 2021-02-13] Updated ham/chirp to 20210212 [gdt 2021-02-13] + Updated lang/gcc10 to 10.2.0nb2 [maya 2021-02-13] + Updated lang/gcc9 to 9.3.0nb6 [maya 2021-02-13] + Updated lang/gcc8 to 8.4.0nb4 [maya 2021-02-13] + Updated lang/gcc7 to 7.5.0nb4 [maya 2021-02-13] + Updated lang/gcc6 to 6.5.0nb6 [maya 2021-02-13] --_----------=_161323197555490--