Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=p/hGdiIQ; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=mx/c514+ Received: by mail.netbsd.org (Postfix, from userid 605) id 7174184EA6; Sun, 24 Mar 2024 20:30:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711312211; bh=mfE8CtI1qn3Nl6VNGEATI2DcWWsARXMyH267d266tSs=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=p/hGdiIQ+7BQOyLQZ0ZRuSQohBAqWvtipGtGgl+JPmCY/8n0o10akLqincfcHOrC4 JhQc5F76W2IiQZEXqW8IYwwJlZ0/EfDsUDU0FFZQlAYKYp7WlUqZCgcxEiJ0Udc6kA 8FqcNUCEfN4OoQ+ldUrhRgMVBK73/AqZfaUNL4bA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 988FE84E6B for ; Sun, 24 Mar 2024 20:11:36 +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 Q3l3IpkwOSUs for ; Sun, 24 Mar 2024 20:11:36 +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 D764E84DC1 for ; Sun, 24 Mar 2024 20:11:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711311096; bh=mfE8CtI1qn3Nl6VNGEATI2DcWWsARXMyH267d266tSs=; h=Date:From:Subject:To:Reply-To; b=mx/c514+D2DeoC/uwyqKhkipnz5mTZrIhm28Jfjfdl7ARZ7VH/rFf1da972W1vXCE WoXjLhVc30OYQt86oLA7C/XpeJc5tqQmME2lqTL0TyQZx/RPKHRe5+4zFNEsdiR0r9 gasL9F9sJB2X1dbq0B6WINv+remxufUMKGyTgFp8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0B54FA2C; Sun, 24 Mar 2024 20:11:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171131109538560" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 20:11:35 +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: <20240324201135.D0B54FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171131109538560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Mar 24 20:11:35 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated editors/helix, devel/py-faker To generate a diff of this commit: cvs rdiff -u -r1.2098 -r1.2099 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171131109538560 Content-Disposition: inline Content-Length: 765 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.2098 pkgsrc/doc/CHANGES-2024:1.2099 --- pkgsrc/doc/CHANGES-2024:1.2098 Sun Mar 24 20:03:56 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Mar 24 20:11:35 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2098 2024/03/24 20:03:56 leot Exp $ +$NetBSD: CHANGES-2024,v 1.2099 2024/03/24 20:11:35 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3589,3 +3589,5 @@ Changes to the packages collection and i Updated devel/regal to 0.19.0 [leot 2024-03-24] Updated net/mitmproxy to 10.2.4 [leot 2024-03-24] Updated sysutils/direnv to 2.34.0 [leot 2024-03-24] + Updated editors/helix to 23.10 [adam 2024-03-24] + Updated devel/py-faker to 24.3.0 [adam 2024-03-24] --_----------=_171131109538560--