Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=kMn+5p+1; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=xwHoFZYM Received: by mail.netbsd.org (Postfix, from userid 605) id DAD3184D4B; Fri, 26 Apr 2024 13:06:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714136788; bh=GEnnlRCIGqV1aVxluZEqkozza/1UdKFvS4pnTin6LzA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=kMn+5p+1E2QcvC/9ubXZhvJtK9Ljy8EuY/TWrn7OhEns2hfLuVrYjqIXVkTh/D5ov /qPdi1XKzaGm3XTcuijnCNsbQSVcNTL715d0wshphxYegh1/Q67ro1wuEsWuXaC2uA gXImxriPVhSNTaAh7K6nyy1Lv1FYf9p/arUiKlPU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C490F84E72 for ; Fri, 26 Apr 2024 13:06:26 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NLO2ZEQZ_oiX for ; Fri, 26 Apr 2024 13:06:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 14FD184D4B for ; Fri, 26 Apr 2024 13:06:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714136786; bh=GEnnlRCIGqV1aVxluZEqkozza/1UdKFvS4pnTin6LzA=; h=Date:From:Subject:To:Reply-To; b=xwHoFZYMI+X6HCr9XWLC2l3p+7svgfzwcdIHZOOIUNw8P/1wK3qH0m6qrO/a6Wfab MK6eNF3oqnESFNrTVlr9T+BTgpITotQIW5fV5FVPXcsZHIMjEMmtThnfNOHamf9Z5B UZhMoGikzp/xEG2MBsl2GV/gFdbLgpNUVseqxJEc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F3A3FA2C; Fri, 26 Apr 2024 13:06:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714136786205400" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 13:06:26 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20240426130626.0F3A3FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714136786205400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Fri Apr 26 13:06:25 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated cross/avr-gcc to 13.2.0 To generate a diff of this commit: cvs rdiff -u -r1.2709 -r1.2710 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714136786205400 Content-Disposition: inline Content-Length: 720 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.2709 pkgsrc/doc/CHANGES-2024:1.2710 --- pkgsrc/doc/CHANGES-2024:1.2709 Fri Apr 26 11:49:33 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Apr 26 13:06:25 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2709 2024/04/26 11:49:33 micha Exp $ +$NetBSD: CHANGES-2024,v 1.2710 2024/04/26 13:06:25 micha Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4462,3 +4462,4 @@ Changes to the packages collection and i Updated net/slumber to 1.0.0 [pin 2024-04-26] Updated shells/oh-my-posh to 19.24.3 [pin 2024-04-26] Updated cross/avr-binutils to 2.42 [micha 2024-04-26] + Updated cross/avr-gcc to 13.2.0 [micha 2024-04-26] --_----------=_1714136786205400--