Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=camVQhfV; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ZIHw1gSd Received: by mail.netbsd.org (Postfix, from userid 605) id 9A59184EFE; Fri, 22 Mar 2024 12:23:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711110204; bh=CHN/g6fWW0dWSyU/rNy+w7Mcd+Flir0KXyeZJqiXgOE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=camVQhfVdDHA3h/Fy5uz6+aaFMnUWzoGqqK9bnWRIMxXjMdGaLTPHjPHEl5bwbIeR N3Cvj63iGGshsQrpxqMElrMaREQ9uioavuuFq2cY+iBIlrY/X8indWzQ9jkPPUsJl6 4Mj9uSbbWyk0jrLQ3uo+YS/SGs3YoNUvej6O/N7A= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 04F8584E69 for ; Fri, 22 Mar 2024 12:10:00 +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 Dj4GyM-tcY1F for ; Fri, 22 Mar 2024 12:09:59 +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 8A52784CF2 for ; Fri, 22 Mar 2024 12:09:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711109399; bh=CHN/g6fWW0dWSyU/rNy+w7Mcd+Flir0KXyeZJqiXgOE=; h=Date:From:Subject:To:Reply-To; b=ZIHw1gSd9zgSuO9ymEk8Z7K6alTLk0lp3EsTg9V1DfwcOnaEGEtV9O8QMKzfVXFHu GSD9o0f4PqAc4CVfBloSzvFBxbvXBxDX8GFtQaJqiLSUy2cuia/epVPB03TrNT9Bx7 UCXJrmIeuJpL/kMZeVaA3sRZcVYdRse5qUMs0QrM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84A0CFA2C; Fri, 22 Mar 2024 12:09:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171110939914580" MIME-Version: 1.0 Date: Fri, 22 Mar 2024 12:09:59 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240322120959.84A0CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171110939914580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Fri Mar 22 12:09:59 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/cargo-c to 0.9.31 To generate a diff of this commit: cvs rdiff -u -r1.2014 -r1.2015 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171110939914580 Content-Disposition: inline Content-Length: 724 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.2014 pkgsrc/doc/CHANGES-2024:1.2015 --- pkgsrc/doc/CHANGES-2024:1.2014 Fri Mar 22 12:07:58 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Mar 22 12:09:59 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2014 2024/03/22 12:07:58 pin Exp $ +$NetBSD: CHANGES-2024,v 1.2015 2024/03/22 12:09:59 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3459,3 +3459,4 @@ Changes to the packages collection and i Updated devel/smake to 1.7nb4 [micha 2024-03-22] Updated sysutils/cdrtools to 3.02a10nb5 [micha 2024-03-22] Updated security/cargo-audit to 0.20.0 [pin 2024-03-22] + Updated devel/cargo-c to 0.9.31 [pin 2024-03-22] --_----------=_171110939914580--