Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Xj+yqpzo; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=h9B3Mff2 Received: by mail.netbsd.org (Postfix, from userid 605) id EBC1A84EF9; Fri, 22 Mar 2024 12:23:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711110219; bh=7oLUQnfZRGUoQjr9UEoZn+mAHDtjvs8W2navh8NWxOs=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Xj+yqpzoT12J0YBz8laZMGsBfu0JHHqi0RVvvS2JCqrrvXpFiegpWuA61xkOy2U4M bnKleFNOVp+c9mioekvjwl3FWK4tucO/UFtJ2AUnzfCNGu7jksWS9U8mhRZvbwnV1c nxX7TpyCkrFFww3a2qHAcvtO98l7W5LJzyyao5s4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8976B84EF9 for ; Fri, 22 Mar 2024 12:21: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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iJ6JH0Szwagh for ; Fri, 22 Mar 2024 12:21: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 18EFB84CF2 for ; Fri, 22 Mar 2024 12:21:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711110096; bh=7oLUQnfZRGUoQjr9UEoZn+mAHDtjvs8W2navh8NWxOs=; h=Date:From:Subject:To:Reply-To; b=h9B3Mff2kC3YcXH4yvv5MY+rx4rzRkL5P0zi5bzocWrYjvJXe3wnFLZs2aF0C8nm/ tsVC2cI88CeB9ztYO6NFme+YuBVtVUn2W3RraD7eW5Spye58hLBWUbrlVA5YnBlnji jkIV1iSpQPlmyDIe1N4hqOlFcE2hRESZ1yD0+zoM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D470FA2C; Fri, 22 Mar 2024 12:21:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711110096297600" MIME-Version: 1.0 Date: Fri, 22 Mar 2024 12:21:36 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240322122136.0D470FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711110096297600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Fri Mar 22 12:21:35 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated shells/starship to 1.18.0 To generate a diff of this commit: cvs rdiff -u -r1.2020 -r1.2021 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711110096297600 Content-Disposition: inline Content-Length: 689 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.2020 pkgsrc/doc/CHANGES-2024:1.2021 --- pkgsrc/doc/CHANGES-2024:1.2020 Fri Mar 22 12:19:42 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Mar 22 12:21:35 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2020 2024/03/22 12:19:42 pin Exp $ +$NetBSD: CHANGES-2024,v 1.2021 2024/03/22 12:21:35 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3465,3 +3465,4 @@ Changes to the packages collection and i Updated wm/dwm to 6.5 [pin 2024-03-22] Updated wm/evilwm to 1.4.3 [pin 2024-03-22] Updated x11/i3lock to 2.15 [pin 2024-03-22] + Updated shells/starship to 1.18.0 [pin 2024-03-22] --_----------=_1711110096297600--