Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ghNP8cHg; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=MtJjiAYs Received: by mail.netbsd.org (Postfix, from userid 605) id 6794684E97; Tue, 30 Apr 2024 16:57:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714496241; bh=/WXIC4XBvxu8uPIjiS7EXOcTZZk6je8/JdArUQc+xng=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ghNP8cHgf4uY34Zxc893cqZ1VhHEbqx3iWWk7prFNmnqDe42nyzKTVa5j4RZ/i562 vzbwI0TDonVrZHuYm6HNYyuGApoBLWgxDP3Vcr9otDVyJF3uTj+oy6qx7otNjwD9MX KKbPyEnD/Eg6ErqYSPNUK2tS340KGg619RnvR5KE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 73BE184EE1 for ; Tue, 30 Apr 2024 16:29:54 +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 91a8Pm6sznlN for ; Tue, 30 Apr 2024 16:29:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B5E3684EE2 for ; Tue, 30 Apr 2024 16:29:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714494594; bh=/WXIC4XBvxu8uPIjiS7EXOcTZZk6je8/JdArUQc+xng=; h=Date:From:Subject:To:Reply-To; b=MtJjiAYsxmKISsAQa0GmGddlVk5nvkFFcff5BgTYxSfmGLtewvOx0jbIGfIH2WUbO U4CLxtosFooqQ6AY3KOQ6o6acUL31/CE7WEElyufWCKSgjHZ9Dhkp4Af2qWdYkJsoV hIh7+D4jZcgVVSRAPtlHfzJyYYuSV/tbjyh31Pho= Received: by cvs.NetBSD.org (Postfix, from userid 500) id AFFDAFA2C; Tue, 30 Apr 2024 16:29:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171449459373020" MIME-Version: 1.0 Date: Tue, 30 Apr 2024 16:29:53 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20240430162953.AFFDAFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171449459373020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Tue Apr 30 16:29:53 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/mise to 2024.4.11 To generate a diff of this commit: cvs rdiff -u -r1.2959 -r1.2960 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171449459373020 Content-Disposition: inline Content-Length: 721 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.2959 pkgsrc/doc/CHANGES-2024:1.2960 --- pkgsrc/doc/CHANGES-2024:1.2959 Tue Apr 30 16:21:35 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Apr 30 16:29:53 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2959 2024/04/30 16:21:35 schmonz Exp $ +$NetBSD: CHANGES-2024,v 1.2960 2024/04/30 16:29:53 schmonz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4796,3 +4796,4 @@ Changes to the packages collection and i Updated devel/py-nose to 1.3.7nb4 [wiz 2024-04-30] Removed devel/py27-coverage [wiz 2024-04-30] Updated devel/sharness to 1.2.1 [schmonz 2024-04-30] + Updated devel/mise to 2024.4.11 [schmonz 2024-04-30] --_----------=_171449459373020--