Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ghbscLUG; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=1Bhl5c2V Received: by mail.netbsd.org (Postfix, from userid 605) id 002B284FC6; Sat, 18 May 2024 07:04:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1716015860; bh=30RrAa26WDEINg4HYg/eRZWdE/IyRoj+HvRcBSofp1Y=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ghbscLUG5prCpuXGSgslXkZivQ0/+RiJHfGWDHzPXNfYsuj8B7eUniUhaIzu3a/Zz ZLbn96X8Jl1U2vHc4yhc/ihOXAO09VH9JpTNUQHooSLVeMBBQNVF7CLJrXU1SEghPA havUj7I0A6l8+07+GHsINzhwDiiaYpxszjlBrZgI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E515F84EBA for ; Sat, 18 May 2024 07:04:18 +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 hR5ZL_fcVmt9 for ; Sat, 18 May 2024 07:04:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 766E384D2E for ; Sat, 18 May 2024 07:04:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1716015858; bh=30RrAa26WDEINg4HYg/eRZWdE/IyRoj+HvRcBSofp1Y=; h=Date:From:Subject:To:Reply-To; b=1Bhl5c2VMm87/MngGIl68kySm4SNQ/W5yJCggiIdhumckmd3Jzt42X6//706dJ0G6 iEGPgPgPEq1Ta3UfJl16VzxuW+7gO6kbzdeOEMfgzTdhepHlX4WIsEMzBFsgtAnbEh a9a7bfnmqo/7pHzfVzvAGiE4oD+AMupR/kkJsmRU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 711E2FA2C; Sat, 18 May 2024 07:04:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171601585851130" MIME-Version: 1.0 Date: Sat, 18 May 2024 07:04:18 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240518070418.711E2FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171601585851130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sat May 18 07:04:18 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated textproc/typst to 0.11.1 To generate a diff of this commit: cvs rdiff -u -r1.3487 -r1.3488 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171601585851130 Content-Disposition: inline Content-Length: 722 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.3487 pkgsrc/doc/CHANGES-2024:1.3488 --- pkgsrc/doc/CHANGES-2024:1.3487 Sat May 18 07:03:01 2024 +++ pkgsrc/doc/CHANGES-2024 Sat May 18 07:04:18 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3487 2024/05/18 07:03:01 pin Exp $ +$NetBSD: CHANGES-2024,v 1.3488 2024/05/18 07:04:18 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5447,3 +5447,4 @@ Changes to the packages collection and i Updated security/py-keyring to 25.2.1 [adam 2024-05-18] Updated textproc/py-itemadapter to 0.9.0 [adam 2024-05-18] Updated net/slumber to 1.3.0 [pin 2024-05-18] + Updated textproc/typst to 0.11.1 [pin 2024-05-18] --_----------=_171601585851130--