Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=IytfgSsn; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=f8XibcyV Received: by mail.netbsd.org (Postfix, from userid 605) id AFC6084E80; Wed, 15 May 2024 12:23:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715775803; bh=1YkVyfRoDN1bwYTPwZBxUYCmBFfSC9OPymoHRwVfWwI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=IytfgSsnJwj+eJ6GAgmk/CB2FR9lQLfdHLYhtaXPzmDg3h85/C0+OX61DLcT+p4WU XyTDEBPgkjs83zXk1B5FlYYeQGgJQGA64y+hOw4mW1PBKQ49ihChqKRbQgkTeb18nZ Nk1cg/rEBJ3vKODeqH0S0MPH/jwWaBhx2hzz2Ok0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A0F7F84D27 for ; Wed, 15 May 2024 12:23:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 uL0elmmKoqMX for ; Wed, 15 May 2024 12:23:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 019D284CD7 for ; Wed, 15 May 2024 12:23:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715775802; bh=1YkVyfRoDN1bwYTPwZBxUYCmBFfSC9OPymoHRwVfWwI=; h=Date:From:Subject:To:Reply-To; b=f8XibcyV0cqHOvFS0RH8sfOe3UjLs3a943zZiN0vFOiR4UQaQFS5KEjtVuAmctUZz gQ9K4gsB0C3OYhRchKLzb6Rw5XBZF9NSZ2O0w52S2cRWA+2cYq6T3F9THmkHZAQbBp y9mZ4c1T7DXx2znIBxLqVz339JaWg+cACATaIABo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id EF3CFFA2C; Wed, 15 May 2024 12:23:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715775801249030" MIME-Version: 1.0 Date: Wed, 15 May 2024 12:23:21 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240515122321.EF3CFFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715775801249030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed May 15 12:23:21 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated lang/gcc12-libs to 12.3.0nb2 To generate a diff of this commit: cvs rdiff -u -r1.3438 -r1.3439 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715775801249030 Content-Disposition: inline Content-Length: 721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.3438 pkgsrc/doc/CHANGES-2024:1.3439 --- pkgsrc/doc/CHANGES-2024:1.3438 Wed May 15 12:22:33 2024 +++ pkgsrc/doc/CHANGES-2024 Wed May 15 12:23:21 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3438 2024/05/15 12:22:33 ryoon Exp $ +$NetBSD: CHANGES-2024,v 1.3439 2024/05/15 12:23:21 ryoon Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5384,3 +5384,4 @@ Changes to the packages collection and i Updated chat/swirc to 3.4.7 [wiz 2024-05-15] Updated shells/oh-my-posh to 19.29.1 [pin 2024-05-15] Updated lang/gcc12 to 12.3.0nb1 [ryoon 2024-05-15] + Updated lang/gcc12-libs to 12.3.0nb2 [ryoon 2024-05-15] --_----------=_1715775801249030--