Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=eFNHbEv3; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=25VlSy5r Received: by mail.netbsd.org (Postfix, from userid 605) id AB40784D4D; Fri, 26 Apr 2024 11:49:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714132175; bh=zkpjpjVdClOO2j/BHeSJl5VS5en106BWjAbZnBxI9z8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=eFNHbEv3Xwpud2IXDyy4KLrKrLhiSD6ehWyq202hlhXUb3DOqEJwfmiowlh1ZVrtH Aap+CMh+oPm2M5OIuah5u5Tqrf8luR9y8vKeOeI8M0nl2jIE7s3nI0glZ9h6ThimxM Ex7jbbnr44OG8Y809DsL742GZEpJcyrBf6itS0ow= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9E16284D3A for ; Fri, 26 Apr 2024 11:49:34 +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 bpJbFqp_wuuz for ; Fri, 26 Apr 2024 11:49:34 +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 DD50484D14 for ; Fri, 26 Apr 2024 11:49:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714132174; bh=zkpjpjVdClOO2j/BHeSJl5VS5en106BWjAbZnBxI9z8=; h=Date:From:Subject:To:Reply-To; b=25VlSy5rckapKO2M15yNoLzSu6glFgW9gviFDJayvbV01eet0+i2WR9UGMiCZXumD TQi3LcBaTx7xvkmE8uNSI6kxWB37yU+0bqEJAh1bQtQT/c5gN+FtUjcFRRUNdbLcgx fG1h9WqUfUJDBiEC3pDNBpdMSxZJ+m2CznECQzM0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3D64FA2C; Fri, 26 Apr 2024 11:49:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171413217340760" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 11:49:33 +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: <20240426114933.D3D64FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171413217340760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Fri Apr 26 11:49:33 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated cross/avr-binutils to 2.42 To generate a diff of this commit: cvs rdiff -u -r1.2708 -r1.2709 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171413217340760 Content-Disposition: inline Content-Length: 717 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.2708 pkgsrc/doc/CHANGES-2024:1.2709 --- pkgsrc/doc/CHANGES-2024:1.2708 Fri Apr 26 09:44:49 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Apr 26 11:49:33 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2708 2024/04/26 09:44:49 pin Exp $ +$NetBSD: CHANGES-2024,v 1.2709 2024/04/26 11:49:33 micha Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4461,3 +4461,4 @@ Changes to the packages collection and i Updated devel/ast-grep to 0.21.1 [pin 2024-04-26] 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] --_----------=_171413217340760--