Received: by mail.netbsd.org (Postfix, from userid 605) id 7385284E83; Thu, 29 Feb 2024 14:24:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709216659; bh=qYgIW8XgDZUMDjyFj0iEyvXj2b14SARgKxPz5pL7ZOo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=vMFViQ2wP/42ZhRyGctvJ4Wdbzr1h0awWlltULMYkokq3IB3AQVuuqR1h5KzFvGqJ IzrgH5rO6e32wNpegBaUHSjqZn6asW58nz/2LHBU3+ykkbKf42WJHOhulC8cilas2s CnNDF/GUG6kstTS1xm4HDZnydENX67foBE6d4D1s= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61D8D84D3E for ; Thu, 29 Feb 2024 14:24:18 +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 wacjm1eYhrKx for ; Thu, 29 Feb 2024 14:24:18 +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 E6A1684CFC for ; Thu, 29 Feb 2024 14:24:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709216658; bh=qYgIW8XgDZUMDjyFj0iEyvXj2b14SARgKxPz5pL7ZOo=; h=Date:From:Subject:To:Reply-To; b=I/VRiQMwYm5hp5WSyGpO5OFMoTtTew7ajzlBgVYa6riBSg5GUc3bT2/C/ddv2jCFv EttQqM72ZidUU8KCkk/O7y3/73VS/m7HcjBUSdB5qg8td0MrnWEH/+/2KIhDvtQ73P Y0OCdJtmPh7aYe8KYv5ZME29YLLRtQcXchNe2fLc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id DFF19FA27; Thu, 29 Feb 2024 14:24:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709216657225720" MIME-Version: 1.0 Date: Thu, 29 Feb 2024 14:24:17 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240229142417.DFF19FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709216657225720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Thu Feb 29 14:24:17 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/rust-bindgen to 0.69.4 To generate a diff of this commit: cvs rdiff -u -r1.1590 -r1.1591 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709216657225720 Content-Disposition: inline Content-Length: 714 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.1590 pkgsrc/doc/CHANGES-2024:1.1591 --- pkgsrc/doc/CHANGES-2024:1.1590 Thu Feb 29 14:21:54 2024 +++ pkgsrc/doc/CHANGES-2024 Thu Feb 29 14:24:17 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1590 2024/02/29 14:21:54 pin Exp $ +$NetBSD: CHANGES-2024,v 1.1591 2024/02/29 14:24:17 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2810,3 +2810,4 @@ Changes to the packages collection and i Updated net/haproxy to 2.9.6 [adam 2024-02-29] Added audio/pcaudiolib version 1.2 [bsiegert 2024-02-29] Updated net/gping to 1.16.1 [pin 2024-02-29] + Updated devel/rust-bindgen to 0.69.4 [pin 2024-02-29] --_----------=_1709216657225720--