Received: by mail.netbsd.org (Postfix, from userid 605) id 6499B84E85; Wed, 28 Feb 2024 19:20:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709148016; bh=cCXdklj26cCnZw22VvAIcHohsKECOkXCyx0MqQ2JYxo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=S9inqjpdjYVEjaw0a5V2rLl1Jx98J8UjOGZ7p3TLzi9bNmeKKdV6HYBUuazoM5hMn H9gD5l4G2JhmpsFqGsHa7grtOJdLec2cp+TxPDeRES+nEHwfH0NXluhzPNN8obIJ+T OgPySdXUX5hCCjqfOsH2oSsszc1LcyW5QYGR82xs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 56BD284E6B for ; Wed, 28 Feb 2024 19:20:15 +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 qmhqrKz-B04A for ; Wed, 28 Feb 2024 19:20:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C933384D6F for ; Wed, 28 Feb 2024 19:20:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709148014; bh=cCXdklj26cCnZw22VvAIcHohsKECOkXCyx0MqQ2JYxo=; h=Date:From:Subject:To:Reply-To; b=kS69hwZlsXqfI3tu5MKlIWRVL21MxMErYKp82PKX2EBbHrPT46ju8Nupp4/lk5Jiu HnBj7K2XSYfw8uLup+xH94FyXvaejj8wwW2s1KEI+Te4M8sStY82n2X6fnaAEd+kH9 7dpjirBg6ZAo3ZZxKwuh9vXHMKssAsj+Ur5Jy82k= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C54BBFA27; Wed, 28 Feb 2024 19:20:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709148014278100" MIME-Version: 1.0 Date: Wed, 28 Feb 2024 19:20:14 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240228192014.C54BBFA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709148014278100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Wed Feb 28 19:20:14 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated www/cobalt to 0.19.2 To generate a diff of this commit: cvs rdiff -u -r1.1581 -r1.1582 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709148014278100 Content-Disposition: inline Content-Length: 714 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.1581 pkgsrc/doc/CHANGES-2024:1.1582 --- pkgsrc/doc/CHANGES-2024:1.1581 Wed Feb 28 19:18:04 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Feb 28 19:20:14 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1581 2024/02/28 19:18:04 pin Exp $ +$NetBSD: CHANGES-2024,v 1.1582 2024/02/28 19:20:14 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2796,3 +2796,4 @@ Changes to the packages collection and i Updated textproc/py-rapidjson to 1.15 [adam 2024-02-28] Updated comms/py-rich to 13.7.1 [adam 2024-02-28] Updated editors/tp-note to 1.23.9 [pin 2024-02-28] + Updated www/cobalt to 0.19.2 [pin 2024-02-28] --_----------=_1709148014278100--