Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=obloB9gB; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=tI5ZkD5+ Received: by mail.netbsd.org (Postfix, from userid 605) id 0BCD184F94; Sun, 12 May 2024 16:33:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715531620; bh=7r9bTiEj1HArZIG5HrHry2OB0Ev1wf9DE0b696KWfPY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=obloB9gBsgL7PSAxHQE5bFelXFq2DpEcT8/Z5RZZZi57vaxbdgZDHqaBNuuKelQpN UO+551NLvVupYhIjcen0LvaCMU1lofmJzqkpHJmOyU+eY3gd2gYqzodhZGyuFS7vZE lmWhj7cvzy2GWb6GELlQTavOLw1RCYd1RjaZ5bK0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EED8E84F75 for ; Sun, 12 May 2024 16:33:38 +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 hDsFBZZAikAd for ; Sun, 12 May 2024 16:33:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4F4B484CD9 for ; Sun, 12 May 2024 16:33:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715531618; bh=7r9bTiEj1HArZIG5HrHry2OB0Ev1wf9DE0b696KWfPY=; h=Date:From:Subject:To:Reply-To; b=tI5ZkD5+U5u3HdAjCKHpazvFRaJ/8H3wHGXqPPQnszUMTeICbRTNUa0XwIlv5Q6/s qs0SthZMJG5QoCw3eQu7mFtCATfJbOHH7aw0/gzaJ9t/+aW0rxYp9MUvuYU4Zranx7 aDuNvETwrjR/RkcCvPrkiGwwfpduMUlkaSPypmq0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43AA2FA2C; Sun, 12 May 2024 16:33:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715531618293510" MIME-Version: 1.0 Date: Sun, 12 May 2024 16:33:38 +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: <20240512163338.43AA2FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715531618293510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 12 16:33:38 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated www/ruby-multipart-post to 2.4.1 To generate a diff of this commit: cvs rdiff -u -r1.3370 -r1.3371 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715531618293510 Content-Disposition: inline Content-Length: 743 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.3370 pkgsrc/doc/CHANGES-2024:1.3371 --- pkgsrc/doc/CHANGES-2024:1.3370 Sun May 12 16:31:55 2024 +++ pkgsrc/doc/CHANGES-2024 Sun May 12 16:33:38 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3370 2024/05/12 16:31:55 taca Exp $ +$NetBSD: CHANGES-2024,v 1.3371 2024/05/12 16:33:38 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5297,3 +5297,4 @@ Changes to the packages collection and i Updated www/ruby-css-parser to 1.17.1 [taca 2024-05-12] Updated www/ruby-faraday-retry to 2.2.1 [taca 2024-05-12] Updated www/ruby-html-proofer to 5.0.9 [taca 2024-05-12] + Updated www/ruby-multipart-post to 2.4.1 [taca 2024-05-12] --_----------=_1715531618293510--