Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=I6cRbUPr; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=l5drfBOp Received: by mail.netbsd.org (Postfix, from userid 605) id 7AFD684E6D; Mon, 11 Mar 2024 08:40:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710146427; bh=Ew0ddO0WY/ojujvMFEflDO+pKM+3ElazdOs5yTC1IPk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=I6cRbUPrUOADbG3+m4yaHwwvkSwcq3c//fgoZtYV8Po7RF4vBvJNcSkebI9yDXwzT FH1zxDAQY/n3tPbpfcvKALD4CjbI6f1p57nVKJ1hAsVbKYZou4gte2E06LNpVKfz0j 1rmVdRLf3vVp0OONdY8iPH59FZV/mzhriP5VP5WI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B84B84E60 for ; Mon, 11 Mar 2024 08:40:26 +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 LOjzIK_hf10z for ; Mon, 11 Mar 2024 08:40:26 +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 BF64384E5A for ; Mon, 11 Mar 2024 08:40:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710146426; bh=Ew0ddO0WY/ojujvMFEflDO+pKM+3ElazdOs5yTC1IPk=; h=Date:From:Subject:To:Reply-To; b=l5drfBOpKnFgcrbrJB1Uweb8GEc8f5Jk8s8bZHC1cww4xg8NCnNiZydAVOAWLv3X8 W4AEugtc7PpfyoAF9QsyMVSwWWWeFd4s58D6UqJiGJzmmzwa1lVxA8Ut3MXDHUECNW fb7O2uNbmWW6sAXbL7cSIhztCaaQJrKZfZzpFxFQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9FB4FA2C; Mon, 11 Mar 2024 08:40:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710146425279470" MIME-Version: 1.0 Date: Mon, 11 Mar 2024 08:40:25 +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: <20240311084025.B9FB4FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710146425279470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Mar 11 08:40:25 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated net/yt-dlp, lang/py-mypy To generate a diff of this commit: cvs rdiff -u -r1.1811 -r1.1812 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710146425279470 Content-Disposition: inline Content-Length: 763 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.1811 pkgsrc/doc/CHANGES-2024:1.1812 --- pkgsrc/doc/CHANGES-2024:1.1811 Mon Mar 11 08:06:30 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Mar 11 08:40:25 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1811 2024/03/11 08:06:30 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.1812 2024/03/11 08:40:25 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3083,3 +3083,5 @@ Changes to the packages collection and i Added audio/yasr version 0.0.0.144 [wiz 2024-03-11] Added audio/espeak-ng version 1.51 [wiz 2024-03-11] Updated x11/iceauth to 1.0.10 [wiz 2024-03-11] + Updated net/yt-dlp to 2024.3.10 [adam 2024-03-11] + Updated lang/py-mypy to 1.9.0 [adam 2024-03-11] --_----------=_1710146425279470--