Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=CVWosWVx; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=vx5Q47bq Received: by mail.netbsd.org (Postfix, from userid 605) id 1429E84E55; Tue, 16 Apr 2024 04:32:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713241922; bh=rxIxItKWtVPlj82Og+hbhGwgXyzKOj9FRCEk0OYKfMs=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=CVWosWVxvVIeqkybq0VgwqHivssCb5tvczYBwmWFKNJTxjuBUe6Ti/1BN8UKPA+x4 tV+p5rTEA8PXrrJOBjNykpFkm7bJD68BnTpUrp2HEd/pBg/ERGo+2O7fmy1Xo83AaV nZUerhjgBnbt4Pp6GwIlXrPTAahde8x/yebAts6Y= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 03F2184D9B for ; Tue, 16 Apr 2024 04:32:01 +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 N6Isr-LlB_dd for ; Tue, 16 Apr 2024 04:32:00 +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 599F084CFD for ; Tue, 16 Apr 2024 04:32:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713241920; bh=rxIxItKWtVPlj82Og+hbhGwgXyzKOj9FRCEk0OYKfMs=; h=Date:From:Subject:To:Reply-To; b=vx5Q47bqBgj9ZdKm7Jg9HLlP/5Lpi4nEpWSDYRlgD900+kynXUAhqODfC8aOziz06 2hrNR/EZ/qw/fQhcnQ4mSp4hu6bbOyu0bWc8W9AWgHSTlDq64rbVjUvi2TviLQ9/pJ 9Dz6XDNWs3edQWWa9a0SdcgrS8SsW9GwlEKAnx4w= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54102FA2C; Tue, 16 Apr 2024 04:32:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713241920223740" MIME-Version: 1.0 Date: Tue, 16 Apr 2024 04:32:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240416043200.54102FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713241920223740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Apr 16 04:32:00 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated textproc/yq, sysutils/ansible-core To generate a diff of this commit: cvs rdiff -u -r1.2494 -r1.2495 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713241920223740 Content-Disposition: inline Content-Length: 768 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.2494 pkgsrc/doc/CHANGES-2024:1.2495 --- pkgsrc/doc/CHANGES-2024:1.2494 Mon Apr 15 22:11:17 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Apr 16 04:32:00 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2494 2024/04/15 22:11:17 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2495 2024/04/16 04:32:00 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4143,3 +4143,5 @@ Changes to the packages collection and i Updated security/putty to 0.81 [wiz 2024-04-15] Updated net/libfilezilla to 0.47.0 [wiz 2024-04-15] Updated net/filezilla to 3.67.0 [wiz 2024-04-15] + Updated textproc/yq to 3.3.1 [adam 2024-04-16] + Updated sysutils/ansible-core to 2.16.6 [adam 2024-04-16] --_----------=_1713241920223740--