Received: by mail.netbsd.org (Postfix, from userid 605) id D3BF184E82; Wed, 6 Mar 2024 18:14:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709748845; bh=imtwTm+/c+BptMHAIP98yW1HAq++Yb85gUYA0d5/jdQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=SqtAyRrWZjbgI/fKX1HqyPvs1RV3mEFdRztZcvlb4JiGKZwzlNkRh57+TQ+b6vWd3 rTAznH43lauJNToPo2DVTaUKloXl5CjKC7g3ZkLhvbGsyphLTidmsR/bUyDbmluJSG uNwm7w3Qth5ZkKG30Ws2f4XUQXtgKSHgEwfK9gr8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C5F5984E7A for ; Wed, 6 Mar 2024 18:14:03 +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 7UCYdEdCQWve for ; Wed, 6 Mar 2024 18:14:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 58FA984D5E for ; Wed, 6 Mar 2024 18:14:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709748843; bh=imtwTm+/c+BptMHAIP98yW1HAq++Yb85gUYA0d5/jdQ=; h=Date:From:Subject:To:Reply-To; b=MBDnRvBuayscwtLQxQHowkpTmp27WF8JkXr3EN1at0EMlkOOZn0IqMWIxxaRjcyRa V7PNYCA1lBmaiAxjoVcXtDP35Tep5qxWjhr0dSIWAePjDHgZYq+XSjiDtN5f6RGkmu w/yS3AlvLSdtdWFJ7KTmmQEaD0qsZHSMrkh4B5OU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55451FA29; Wed, 6 Mar 2024 18:14:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709748843135050" MIME-Version: 1.0 Date: Wed, 6 Mar 2024 18:14:03 +0000 From: "nikita" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20240306181403.55451FA29@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709748843135050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Wed Mar 6 18:14:03 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated www/gotosocial to 0.14.0 To generate a diff of this commit: cvs rdiff -u -r1.1730 -r1.1731 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709748843135050 Content-Disposition: inline Content-Length: 719 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.1730 pkgsrc/doc/CHANGES-2024:1.1731 --- pkgsrc/doc/CHANGES-2024:1.1730 Wed Mar 6 13:34:23 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Mar 6 18:14:03 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1730 2024/03/06 13:34:23 adam Exp $ +$NetBSD: CHANGES-2024,v 1.1731 2024/03/06 18:14:03 nikita Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2976,3 +2976,4 @@ Changes to the packages collection and i Updated devel/py-tox to 4.14.0 [adam 2024-03-06] Updated devel/py-pyparsing to 3.1.2 [adam 2024-03-06] Updated www/py-twill to 3.2.3 [adam 2024-03-06] + Updated www/gotosocial to 0.14.0 [nikita 2024-03-06] --_----------=_1709748843135050--