Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=xgH1SQbh; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=WIEcFoe/ Received: by mail.netbsd.org (Postfix, from userid 605) id 7DED884ED6; Sun, 5 May 2024 16:33:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714926825; bh=wg3sMs8hxIEG6Xexc+xz70bp3gM/vVOB+pwZOEB681A=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=xgH1SQbhEICpeVf6K9zPI/zSAIAj1wzCH2Aa9R+5fxSs+/eh6rPkXsHQj2IsEJnPI 9hYbBskrvtgdhIkBPxq38U/tpk6ximwl4h6uJ9qqixL3/e3u/DPRSakHlZtDxbd1x1 naXSg/wbt7vIPBqyJKTH/7Xaup2YqEHzeYhKTP+c= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0323C84DB2 for ; Sun, 5 May 2024 16:20:33 +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 8aejhqO0oCVZ for ; Sun, 5 May 2024 16:20:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EB26F84D0E for ; Sun, 5 May 2024 16:20:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714926032; bh=wg3sMs8hxIEG6Xexc+xz70bp3gM/vVOB+pwZOEB681A=; h=Date:From:Subject:To:Reply-To; b=WIEcFoe/x6r9DWko6Er4hoACEYv5VpqmBW08Cc5nqc/SQ6EnyEfXwYYy/HHDqcitN Q+pyXnoOsc9FWyf77FDY7BPuqPA4SgvQ5VYLs1X5p3gdwTNcachXpRoTwdPfpCYMBY A7Wj1KtOCvmVZD4BpD+airVneij3crBPueCPDcSg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4632FA2C; Sun, 5 May 2024 16:20:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171492603182460" MIME-Version: 1.0 Date: Sun, 5 May 2024 16:20:31 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240505162031.E4632FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171492603182460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 5 16:20:31 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/ruby-fiber-local to 1.1.0 To generate a diff of this commit: cvs rdiff -u -r1.3177 -r1.3178 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171492603182460 Content-Disposition: inline Content-Length: 737 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.3177 pkgsrc/doc/CHANGES-2024:1.3178 --- pkgsrc/doc/CHANGES-2024:1.3177 Sun May 5 16:11:51 2024 +++ pkgsrc/doc/CHANGES-2024 Sun May 5 16:20:31 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3177 2024/05/05 16:11:51 taca Exp $ +$NetBSD: CHANGES-2024,v 1.3178 2024/05/05 16:20:31 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5021,3 +5021,4 @@ Changes to the packages collection and i Updated shells/oh-my-posh to 19.26.1 [pin 2024-05-05] Updated devel/cargo-c to 0.9.32 [pin 2024-05-05] Added devel/ruby-fiber-storage version 0.1.0 [taca 2024-05-05] + Updated devel/ruby-fiber-local to 1.1.0 [taca 2024-05-05] --_----------=_171492603182460--