Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=sChJJ3wJ; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Dcrfrus3 Received: by mail.netbsd.org (Postfix, from userid 605) id A5B5584E7F; Thu, 18 Apr 2024 04:03:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713413027; bh=1WP8kciZAW210EW0v9CT0RsBNTE/NuF1zvU9Z1lCsew=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=sChJJ3wJTFLozwX/FrXi9hhd6ysDlV/NevzlLLcX4Lc2QNq3CT4m+CVi5xyug/GR6 FJG8lTGULJMICrZXrEyc8WqJR1+HndX5B6H6MYm9VP3k8+HTP9UyJRR5+kYAPc3C7F zoXW2V5SZsJuu3NNyxidVEggn47ms5TNYDPntlhw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 97B2384E65 for ; Thu, 18 Apr 2024 04:03:46 +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 7odRG-x7RjWg for ; Thu, 18 Apr 2024 04:03:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EAD0084CFC for ; Thu, 18 Apr 2024 04:03:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713413026; bh=1WP8kciZAW210EW0v9CT0RsBNTE/NuF1zvU9Z1lCsew=; h=Date:From:Subject:To:Reply-To; b=Dcrfrus3Rd/erIkq7H/ZO8DnKE7AHkA+gi8+F/BVRIaH76IhXe445Qnz/mBboY24r qNJATGnJnQTQaoE3lPEdyNnLl74IQQSfruAViiHWrnYrX0zW0LDz6PzIT06vLz4R0q yj1bbGS4UHhBqfq79M9hR6KnE2TH3uZZFJn0c9+8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4D0EFA2C; Thu, 18 Apr 2024 04:03:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713413025116860" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 04:03:45 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240418040345.E4D0EFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713413025116860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu Apr 18 04:03:45 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Added filesystems/fuse-s3fs version 1.94 To generate a diff of this commit: cvs rdiff -u -r1.2556 -r1.2557 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713413025116860 Content-Disposition: inline Content-Length: 742 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.2556 pkgsrc/doc/CHANGES-2024:1.2557 --- pkgsrc/doc/CHANGES-2024:1.2556 Thu Apr 18 02:06:39 2024 +++ pkgsrc/doc/CHANGES-2024 Thu Apr 18 04:03:45 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2556 2024/04/18 02:06:39 gutteridge Exp $ +$NetBSD: CHANGES-2024,v 1.2557 2024/04/18 04:03:45 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4219,3 +4219,4 @@ Changes to the packages collection and i Updated mail/py-dkim to 1.1.6 [adam 2024-04-17] Updated x11/lxqt-qtplugin to 1.4.1 [gutteridge 2024-04-18] Updated meta-pkgs/lxqt to 1.4.0nb4 [gutteridge 2024-04-18] + Added filesystems/fuse-s3fs version 1.94 [pho 2024-04-18] --_----------=_1713413025116860--