Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Mg6qCpDg; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=lA+vwSwA Received: by mail.netbsd.org (Postfix, from userid 605) id B658B84D8C; Sun, 24 Mar 2024 14:39:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711291182; bh=GUOa8JyktCiEqBLrE3zXAEPyS5l5UR97NOYnuPuXcC0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Mg6qCpDgcZlSvLPeh33uiKuvMpmT9MHLpUhZLY3LoGcHcEUZAeJ25vk5W6q9Ubs3Q crp4e1Vx+xonAu8MCiRbRb8MGG+3Z1Qd0nXmzdnS1asZzNzKPtP64PLwAx2rIIYVnw DOY9FmsTYflm3IAU6g/AaoQcs5hCX8t4aF7ChcYc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A6C9684D1D for ; Sun, 24 Mar 2024 14:39:41 +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 U671CgtSu6uv for ; Sun, 24 Mar 2024 14:39:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 08B9B84CC9 for ; Sun, 24 Mar 2024 14:39:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711291181; bh=GUOa8JyktCiEqBLrE3zXAEPyS5l5UR97NOYnuPuXcC0=; h=Date:From:Subject:To:Reply-To; b=lA+vwSwAKinwyhc6HUfxX67GxiVi3y5EDkJux4OgSr5t1XjWJevoxgWkHtZeTaUBD pvRdnuD+uJu7te7I8/ok2M9mSi6NpPYgT3aMLdsfZqYtZ0s8FGWZQft65Pv85JSEdq m+xbBm1oad4vNi7XLwC4LxnTqo0jNvwWIolAHyd0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03489FA2C; Sun, 24 Mar 2024 14:39:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711291180198010" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 14:39:40 +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: <20240324143941.03489FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711291180198010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 24 14:39:40 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated www/ruby-aws-sdk-core to 3.191.4 To generate a diff of this commit: cvs rdiff -u -r1.2075 -r1.2076 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711291180198010 Content-Disposition: inline Content-Length: 747 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.2075 pkgsrc/doc/CHANGES-2024:1.2076 --- pkgsrc/doc/CHANGES-2024:1.2075 Sun Mar 24 14:38:42 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Mar 24 14:39:40 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2075 2024/03/24 14:38:42 taca Exp $ +$NetBSD: CHANGES-2024,v 1.2076 2024/03/24 14:39:40 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3559,3 +3559,4 @@ Changes to the packages collection and i Updated textproc/ruby-libxml to 5.0.3 [taca 2024-03-24] Updated textproc/ruby-redcloth to 4.3.4 [taca 2024-03-24] Updated www/ruby-aws-partitions to 1.899.0 [taca 2024-03-24] + Updated www/ruby-aws-sdk-core to 3.191.4 [taca 2024-03-24] --_----------=_1711291180198010--