Received: by mail.netbsd.org (Postfix, from userid 605) id E468784D28; Sun, 26 Jul 2020 19:21:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 703E684CEF for ; Sun, 26 Jul 2020 19:21: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 jvmjuu6CR3rA for ; Sun, 26 Jul 2020 19:21:46 +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 AB6D484CE8 for ; Sun, 26 Jul 2020 19:21:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A09ABFB28; Sun, 26 Jul 2020 19:21:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15957913063570" MIME-Version: 1.0 Date: Sun, 26 Jul 2020 19:21:46 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200726192146.A09ABFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15957913063570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Jul 26 19:21:46 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 Log Message: Updated lang/llvm To generate a diff of this commit: cvs rdiff -u -r1.4131 -r1.4132 pkgsrc/doc/CHANGES-2020 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15957913063570 Content-Disposition: inline Content-Length: 1243 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.4131 pkgsrc/doc/CHANGES-2020:1.4132 --- pkgsrc/doc/CHANGES-2020:1.4131 Sun Jul 26 07:55:03 2020 +++ pkgsrc/doc/CHANGES-2020 Sun Jul 26 19:21:46 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.4131 2020/07/26 07:55:03 maya Exp $ +$NetBSD: CHANGES-2020,v 1.4132 2020/07/26 19:21:46 adam Exp $ Changes to the packages collection and infrastructure in 2020: @@ -6548,3 +6548,14 @@ Changes to the packages collection and i Added devel/zeal version 0.6.1 [scole 2020-07-26] Added games/endless-sky version 0.9.12 [dholland 2020-07-26] Updated fonts/woff2 to 1.0.2nb1 [maya 2020-07-26] + Updated lang/llvm to 10.0.1 [adam 2020-07-26] + Updated devel/lld to 10.0.1 [adam 2020-07-26] + Updated devel/lldb to 10.0.1 [adam 2020-07-26] + Updated devel/polly to 10.0.1 [adam 2020-07-26] + Updated lang/clang to 10.0.1 [adam 2020-07-26] + Updated lang/clang-tools-extra to 10.0.1 [adam 2020-07-26] + Updated lang/compiler-rt to 10.0.1 [adam 2020-07-26] + Updated lang/libcxx to 10.0.1 [adam 2020-07-26] + Updated lang/libcxxabi to 10.0.1 [adam 2020-07-26] + Updated lang/libunwind to 10.0.1 [adam 2020-07-26] + Updated parallel/openmp to 10.0.1 [adam 2020-07-26] --_----------=_15957913063570--