Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 53C9184F97 for ; Fri, 25 Aug 2023 18:55:34 +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 e3zMRn6n0bUg for ; Fri, 25 Aug 2023 18:55:33 +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 C48FB84C2C for ; Fri, 25 Aug 2023 18:55:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6886FBDB; Fri, 25 Aug 2023 18:55:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169298973353770" MIME-Version: 1.0 Date: Fri, 25 Aug 2023 18:55:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/gcc13 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230825185533.B6886FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169298973353770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Aug 25 18:55:33 UTC 2023 Modified Files: pkgsrc/lang/gcc13: distinfo version.mk Log Message: gcc13*: update to 13.2.0 59 bugs fixed since 13.1: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=13.2 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/gcc13/distinfo \ pkgsrc/lang/gcc13/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169298973353770 Content-Disposition: inline Content-Length: 1677 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/gcc13/distinfo diff -u pkgsrc/lang/gcc13/distinfo:1.1 pkgsrc/lang/gcc13/distinfo:1.2 --- pkgsrc/lang/gcc13/distinfo:1.1 Wed May 3 20:03:09 2023 +++ pkgsrc/lang/gcc13/distinfo Fri Aug 25 18:55:33 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1 2023/05/03 20:03:09 wiz Exp $ +$NetBSD: distinfo,v 1.2 2023/08/25 18:55:33 wiz Exp $ -BLAKE2s (gcc-13.1.0.tar.xz) = fea51ae6811529deae1ee8159444a15dbff3db4320cb7f42b1a42b5c243eb9dd -SHA512 (gcc-13.1.0.tar.xz) = 6cf06dfc48f57f5e67f7efe3248019329a14d690c728d9f2f7ef5fa0d58f1816f309586ba7ea2eac20d0b60a2d1b701f68392e9067dd46f827ba0efd7192db33 -Size (gcc-13.1.0.tar.xz) = 87451196 bytes +BLAKE2s (gcc-13.2.0.tar.xz) = 89847ac474d00cde32fbcae20154f8aedff9c66158faf95ad7a78cc9a190d4c4 +SHA512 (gcc-13.2.0.tar.xz) = d99e4826a70db04504467e349e9fbaedaa5870766cda7c5cab50cdebedc4be755ebca5b789e1232a34a20be1a0b60097de9280efe47bdb71c73251e30b0862a2 +Size (gcc-13.2.0.tar.xz) = 87858592 bytes BLAKE2s (isl-0.24.tar.xz) = a3013b0d39b7fe68a1b3e15dc7e925b347d555348ee946a80f5319a76973cd61 SHA512 (isl-0.24.tar.xz) = ff6bdcff839e1cd473f2a0c1e4dd4a3612ec6fee4544ccbc62b530a7248db2cf93b4b99bf493a86ddf2aba00e768927265d5d411f92061ea85fd7929073428e8 Size (isl-0.24.tar.xz) = 1930956 bytes Index: pkgsrc/lang/gcc13/version.mk diff -u pkgsrc/lang/gcc13/version.mk:1.1 pkgsrc/lang/gcc13/version.mk:1.2 --- pkgsrc/lang/gcc13/version.mk:1.1 Wed May 3 20:03:09 2023 +++ pkgsrc/lang/gcc13/version.mk Fri Aug 25 18:55:33 2023 @@ -1,3 +1,3 @@ -# $NetBSD: version.mk,v 1.1 2023/05/03 20:03:09 wiz Exp $ +# $NetBSD: version.mk,v 1.2 2023/08/25 18:55:33 wiz Exp $ -GCC13_DIST_VERSION:= 13.1.0 +GCC13_DIST_VERSION:= 13.2.0 --_----------=_169298973353770--