Received: by mail.netbsd.org (Postfix, from userid 605) id D300184D93; Mon, 24 Aug 2020 11:58:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A7E884D47 for ; Mon, 24 Aug 2020 11:58:39 +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 NuKy1QUi6HaF for ; Mon, 24 Aug 2020 11:58:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C1AF184CF7 for ; Mon, 24 Aug 2020 11:58:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 818E6FB28; Mon, 24 Aug 2020 11:58:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1598270318298340" MIME-Version: 1.0 Date: Mon, 24 Aug 2020 11:58:38 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/gcc10 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200824115838.818E6FB28@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. --_----------=_1598270318298340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 24 11:58:38 UTC 2020 Modified Files: pkgsrc/lang/gcc10: Makefile distinfo version.mk Log Message: gcc10: update to 10.2.0. Bugfix release. The fixed bugs are listed here: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=10.2 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/gcc10/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/gcc10/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/gcc10/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1598270318298340 Content-Disposition: inline Content-Length: 2453 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/gcc10/Makefile diff -u pkgsrc/lang/gcc10/Makefile:1.2 pkgsrc/lang/gcc10/Makefile:1.3 --- pkgsrc/lang/gcc10/Makefile:1.2 Sun May 17 19:47:19 2020 +++ pkgsrc/lang/gcc10/Makefile Mon Aug 24 11:58:38 2020 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2020/05/17 19:47:19 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2020/08/24 11:58:38 wiz Exp $ GCC_PKGNAME= gcc10 .include "version.mk" DISTNAME= gcc-${GCC10_DIST_VERSION} PKGNAME= ${GCC_PKGNAME}-${GCC10_DIST_VERSION} -PKGREVISION= 1 ## When bumping the PKGREVISION of this package the PKGREVISION of ## lang/gcc10-libs needs to be bump to be at least 1 more than the ## PKGREVISION of this package! Index: pkgsrc/lang/gcc10/distinfo diff -u pkgsrc/lang/gcc10/distinfo:1.3 pkgsrc/lang/gcc10/distinfo:1.4 --- pkgsrc/lang/gcc10/distinfo:1.3 Sun May 17 19:49:18 2020 +++ pkgsrc/lang/gcc10/distinfo Mon Aug 24 11:58:38 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2020/05/17 19:49:18 rillig Exp $ +$NetBSD: distinfo,v 1.4 2020/08/24 11:58:38 wiz Exp $ -SHA1 (gcc-10.1.0.tar.xz) = 1af8d963e4a74d05a8f2d0f795ea52d2b91f6c50 -RMD160 (gcc-10.1.0.tar.xz) = eb9c7a9c10fbe5b4ff84818b280248ab97d17769 -SHA512 (gcc-10.1.0.tar.xz) = 0cb2a74c793face751f42bc580960b00e2bfea785872a0a2155f1f1dbfaa248f9591b67f4322db0f096f8844aca9243bc02732bda106c3b6e43b02bb67eb3096 -Size (gcc-10.1.0.tar.xz) = 74591240 bytes +SHA1 (gcc-10.2.0.tar.xz) = 8de0aecd3a52bb92b43082df8a9256356d1f03be +RMD160 (gcc-10.2.0.tar.xz) = 73f182e7d40e5c2988b2b8cd80cfca601f20e9fc +SHA512 (gcc-10.2.0.tar.xz) = 42ae38928bd2e8183af445da34220964eb690b675b1892bbeb7cd5bb62be499011ec9a93397dba5e2fb681afadfc6f2767d03b9035b44ba9be807187ae6dc65e +Size (gcc-10.2.0.tar.xz) = 75004144 bytes SHA1 (isl-0.16.1.tar.bz2) = c5a2b201bf05229647e73203c0bf2d9679d4d21f RMD160 (isl-0.16.1.tar.bz2) = 5a99db3fe0d0a1f6bbac1ed4448f2403495c55b2 SHA512 (isl-0.16.1.tar.bz2) = c188667a84dc5bdddb4ab7c35f89c91bf15a8171f4fcaf41301cf285fb7328846d9a367c096012fec4cc69d244f0bc9e95d84c09ec097394cd4093076f2a041b Index: pkgsrc/lang/gcc10/version.mk diff -u pkgsrc/lang/gcc10/version.mk:1.1 pkgsrc/lang/gcc10/version.mk:1.2 --- pkgsrc/lang/gcc10/version.mk:1.1 Sun May 10 15:02:44 2020 +++ pkgsrc/lang/gcc10/version.mk Mon Aug 24 11:58:38 2020 @@ -1,2 +1,2 @@ -# $NetBSD: version.mk,v 1.1 2020/05/10 15:02:44 maya Exp $ -GCC10_DIST_VERSION:= 10.1.0 +# $NetBSD: version.mk,v 1.2 2020/08/24 11:58:38 wiz Exp $ +GCC10_DIST_VERSION:= 10.2.0 --_----------=_1598270318298340--