Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=fRnKEqjH; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Tb2vC7lu Received: by mail.netbsd.org (Postfix, from userid 605) id DB22D84F01; Sat, 23 Mar 2024 15:37:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711208236; bh=tUGVu1IgUUAHucLFyFKEddLJ7qUrasyA94IqUrn69Vo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=fRnKEqjHaUqlOLeqPt1hTFjmWO1MSKeiJr3MAtnPEDvGcZWkgDc7nKoJSCd8iUpmw p/XU6Vgkjw7JLGV0XPaUq2flYumN1Ozbp8NXH56/vC9ykdYaeLzl5YKhLOWVG7j2l/ az/tVTuR0nCNKMvmlyV/caaoUdFkHWtnHiPaiC9s= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD0FF84E70 for ; Sat, 23 Mar 2024 15:37:14 +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 wZnaqVVpyKps for ; Sat, 23 Mar 2024 15:37:14 +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 CC3DE84D4C for ; Sat, 23 Mar 2024 15:37:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711208234; bh=tUGVu1IgUUAHucLFyFKEddLJ7qUrasyA94IqUrn69Vo=; h=Date:From:Subject:To:Reply-To; b=Tb2vC7luHtTvqvz4IFFOms4xqcIUigq6hvL9O0Mya8QAYDX0ZzTcyPOKNedVhSvu5 655ezIIhae6LmidAKLwVYys6DLyJC1sPQQ+tlycesXdI9thEcpxEyRAQGQnVSXz3Ea YTp/miMC69PWcyCJp/1Uv1QqYaV6YOp4j2CLfWGo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C66C1FA2C; Sat, 23 Mar 2024 15:37:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711208233296550" MIME-Version: 1.0 Date: Sat, 23 Mar 2024 15:37:13 +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: <20240323153713.C66C1FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711208233296550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Mar 23 15:37:13 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated mail/pear-Mail_Mime to 1.10.12 To generate a diff of this commit: cvs rdiff -u -r1.2039 -r1.2040 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711208233296550 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.2039 pkgsrc/doc/CHANGES-2024:1.2040 --- pkgsrc/doc/CHANGES-2024:1.2039 Sat Mar 23 15:33:58 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Mar 23 15:37:13 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2039 2024/03/23 15:33:58 taca Exp $ +$NetBSD: CHANGES-2024,v 1.2040 2024/03/23 15:37:13 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3493,3 +3493,4 @@ Changes to the packages collection and i Updated lang/ruby32-base to 3.2.3nb1 [taca 2024-03-23] Updated lang/ruby33 to 3.3.0nb1 [taca 2024-03-23] Updated lang/pear to 1.10.15 [taca 2024-03-23] + Updated mail/pear-Mail_Mime to 1.10.12 [taca 2024-03-23] --_----------=_1711208233296550--