Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Z82mMZAX; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=H+LtYYmy Received: by mail.netbsd.org (Postfix, from userid 605) id 88ABD84F25; Wed, 10 Apr 2024 08:09:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712736569; bh=2rDvSWOTww+/hYdMsdxNLbsoqopBdG25ZvZ0SifXkMc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Z82mMZAX4hVEhFy93J4HwPsJw3pYTdzlqIqmvtJUE58L3DpoHeJ+3DsX637q2x8/V fCUPzSZ6mQ/CzFDWwJ+Ux3J8qhYMa6QH7cDxEGEIzXU8LrwiTm2FWsifSkHqNjaNbL q1kodODYrdCtjTgl2fP4Go4jcr4Tc7wmQ3lZ91aw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E07AD84E64 for ; Wed, 10 Apr 2024 08:05:19 +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 f1CpxopGCrrf for ; Wed, 10 Apr 2024 08:05:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4217684D01 for ; Wed, 10 Apr 2024 08:05:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712736319; bh=2rDvSWOTww+/hYdMsdxNLbsoqopBdG25ZvZ0SifXkMc=; h=Date:From:Subject:To:Reply-To; b=H+LtYYmyNKIhoRnmGMc73icDh3kSc9CQ2ihSsLOKK6CHdlQvKwkbgAE+3cGXKpWSi t3pdhqYUU6vxhPB6425rSPMUJBM/IEDtygxPethxJx8eHZWtFaYJhLJ/RdHyDNa59h oXP9rcXty6I/Lmw68KbCB07Gx+bB1b7nHu8aUhNQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A815FA2C; Wed, 10 Apr 2024 08:05:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712736319285750" MIME-Version: 1.0 Date: Wed, 10 Apr 2024 08:05:19 +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: <20240410080519.3A815FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712736319285750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 10 08:05:19 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated net/yt-dlp, sysutils/ansible-lint To generate a diff of this commit: cvs rdiff -u -r1.2377 -r1.2378 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712736319285750 Content-Disposition: inline Content-Length: 781 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.2377 pkgsrc/doc/CHANGES-2024:1.2378 --- pkgsrc/doc/CHANGES-2024:1.2377 Wed Apr 10 07:45:58 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Apr 10 08:05:18 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2377 2024/04/10 07:45:58 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2378 2024/04/10 08:05:18 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3955,3 +3955,5 @@ Changes to the packages collection and i Updated finance/py-stripe to 8.11.0 [adam 2024-04-10] Updated devel/py-faker to 24.8.0 [adam 2024-04-10] Updated www/py-jupyter-lsp to 2.2.5 [adam 2024-04-10] + Updated net/yt-dlp to 2024.4.9 [adam 2024-04-10] + Updated sysutils/ansible-lint to 24.2.2 [adam 2024-04-10] --_----------=_1712736319285750--