Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=MIyOrE3r; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=XbSZhXVj Received: by mail.netbsd.org (Postfix, from userid 605) id 59A4B84E7F; Mon, 29 Apr 2024 19:08:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714417733; bh=garGZY6kzko5LIm2FUgS6B7UsfcfY1G1dG5xlTzSOmg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=MIyOrE3rN8R8KysvvBdVZa3F9bvNmb1SLKKgzwu/Bk9kbx5xhTRG/BU2LTgblIjit 2LYLfY9rTONf8xcWXK2RZaDjqzIsPxcZq/U0XbmbGv6BZz/TWplN9IpBFTntjzF9Ot +HYrMc3DV81Dn+vVqMCvPDe5FtDjmu+l50UjlXSQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 462BE84E77 for ; Mon, 29 Apr 2024 19:08:52 +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 GJt-IkdWdvoU for ; Mon, 29 Apr 2024 19:08:51 +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 93E9884D91 for ; Mon, 29 Apr 2024 19:08:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714417731; bh=garGZY6kzko5LIm2FUgS6B7UsfcfY1G1dG5xlTzSOmg=; h=Date:From:Subject:To:Reply-To; b=XbSZhXVjplF2SmbYYNmHJVRDRPi1Q8BUf71dLJ7PaQDg8i78Zu2rpJb7G+rHcLXR8 WqBl+Y9pH8xV3t0LQdKXsSvI2Z7lpuRlVXgNHTjl3o+nXFNJcxo8i/NybTfT8DUvuY 4SzJkYjeAMUDTvmPl9UTixEupfFmR7WvjyR41NQc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C3F3FA2C; Mon, 29 Apr 2024 19:08:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171441773140790" MIME-Version: 1.0 Date: Mon, 29 Apr 2024 19:08:51 +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: <20240429190851.8C3F3FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171441773140790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 29 19:08:51 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/git, devel/py-versioningit To generate a diff of this commit: cvs rdiff -u -r1.2872 -r1.2873 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171441773140790 Content-Disposition: inline Content-Length: 769 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.2872 pkgsrc/doc/CHANGES-2024:1.2873 --- pkgsrc/doc/CHANGES-2024:1.2872 Mon Apr 29 13:44:27 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Apr 29 19:08:51 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2872 2024/04/29 13:44:27 pin Exp $ +$NetBSD: CHANGES-2024,v 1.2873 2024/04/29 19:08:51 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4696,3 +4696,5 @@ Changes to the packages collection and i Updated textproc/csview to 1.3.1 [pin 2024-04-29] Updated textproc/csvlens to 0.9.0 [pin 2024-04-29] Updated misc/tui-journal to 0.8.3 [pin 2024-04-29] + Updated devel/git to 2.45.0 [adam 2024-04-29] + Updated devel/py-versioningit to 3.1.1 [adam 2024-04-29] --_----------=_171441773140790--