Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Kv7c1QUS; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=XZcWgiM4 Received: by mail.netbsd.org (Postfix, from userid 605) id 07B3A84F77; Sat, 23 Mar 2024 19:01:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711220503; bh=aeyjlG56eSxjI6udEyxrabjnSfT/O6XQwEj1kL3eTeg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Kv7c1QUSwg0IdtJkJqPVNqJNOkgY0IP/29ahfrgRR0dAYfu4S6zNvrA1yXoB4ulNh 2tpxNrFQWl1AGFjJY+ADYpOL451mhmSNbJQbOjT+C1jFAuL8A5E0lsx5cirq9j3Fob /yiOYSSHOeYRW/h0QAySWMAbQlvCTIR9dRMQ2+X0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DEFE884D4C for ; Sat, 23 Mar 2024 19:01:41 +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 fENIvobD829x for ; Sat, 23 Mar 2024 19:01:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3B3C484F7E for ; Sat, 23 Mar 2024 19:01:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711220501; bh=aeyjlG56eSxjI6udEyxrabjnSfT/O6XQwEj1kL3eTeg=; h=Date:From:Subject:To:Reply-To; b=XZcWgiM4NPS1rQrISFPU4a6iHWCzYuUVpZSIhuinNxX784ID2qFDIsB5Rk02X8fX6 fNR5ZaaMtCOrDby1wgzK+PDb0PLnil2raPySifBEWcJhDozLqfB7vgSSeJYe4khAWZ V1P3KoBj1GSE9cHACW1OQWlTx5EtPLXWZ9jAr5as= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E272FA2C; Sat, 23 Mar 2024 19:01:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711220501257200" MIME-Version: 1.0 Date: Sat, 23 Mar 2024 19:01:41 +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: <20240323190141.2E272FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711220501257200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sat Mar 23 19:01:41 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/mise to 2024.3.8 To generate a diff of this commit: cvs rdiff -u -r1.2042 -r1.2043 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711220501257200 Content-Disposition: inline Content-Length: 740 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.2042 pkgsrc/doc/CHANGES-2024:1.2043 --- pkgsrc/doc/CHANGES-2024:1.2042 Sat Mar 23 16:36:38 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Mar 23 19:01:40 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2042 2024/03/23 16:36:38 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2043 2024/03/23 19:01:40 schmonz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3497,3 +3497,4 @@ Changes to the packages collection and i Updated security/pear-Crypt_GPG to 1.6.9 [taca 2024-03-23] Updated graphics/py-graphviz to 0.20.3 [adam 2024-03-23] Updated graphics/py-objgraph to 3.6.1 [adam 2024-03-23] + Updated devel/mise to 2024.3.8 [schmonz 2024-03-23] --_----------=_1711220501257200--