Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=r1G6mfE1; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=s9IwDqhy Received: by mail.netbsd.org (Postfix, from userid 605) id 2DA7B84E73; Sun, 24 Mar 2024 20:03:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711310638; bh=Oj2O+jkTbuhZ5PUBijBW7Z4v+FufO7ht3/oW3MpZEDY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=r1G6mfE1eMXqgVojwXj3Tdj5A2jmq0+2TW1lrdio+HJc1iP9PNbyswOkQ0s3wrGqu JAGRqbteaQgt+L7N/iQfq69JygrCIrusZiM/w6cYxIvz0lPrqP8xh1TtSF+jXU+KgE HAFKi7Tz865p0YpPpBFTnACC5Ls85MHGmK8Hd8jM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E0BF84E72 for ; Sun, 24 Mar 2024 20:03:57 +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 GYgL44C_7mDs for ; Sun, 24 Mar 2024 20:03:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 73B8184D8B for ; Sun, 24 Mar 2024 20:03:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711310636; bh=Oj2O+jkTbuhZ5PUBijBW7Z4v+FufO7ht3/oW3MpZEDY=; h=Date:From:Subject:To:Reply-To; b=s9IwDqhyhTw3GSzAAjVq2k6gsVjc5yYXDTvAfY/MHVc0IVykEhGSrHiYHPg8HAhP/ iMU9x+QlVeKpZmtV/ERk4GyHn2memaa/M2U/gVum40U9SRxvgg1kbbCe9YG06uEPdR pAViCP2lz9WxMoz9N3NuhaXOqtEXhW6K+cDUHkWs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6DF6AFA2C; Sun, 24 Mar 2024 20:03:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711310636194380" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 20:03:56 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20240324200356.6DF6AFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711310636194380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Mar 24 20:03:56 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated sysutils/direnv to 2.34.0 To generate a diff of this commit: cvs rdiff -u -r1.2097 -r1.2098 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711310636194380 Content-Disposition: inline Content-Length: 715 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.2097 pkgsrc/doc/CHANGES-2024:1.2098 --- pkgsrc/doc/CHANGES-2024:1.2097 Sun Mar 24 20:00:17 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Mar 24 20:03:56 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2097 2024/03/24 20:00:17 leot Exp $ +$NetBSD: CHANGES-2024,v 1.2098 2024/03/24 20:03:56 leot Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3588,3 +3588,4 @@ Changes to the packages collection and i Updated www/py-nbclient to 0.10.0 [adam 2024-03-24] 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] --_----------=_1711310636194380--