Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=CUKjZ+Fu; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=qOx2MP9r Received: by mail.netbsd.org (Postfix, from userid 605) id 76BCA84F36; Sun, 7 Apr 2024 13:52:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712497923; bh=jRnP67xLYgUOIZ4J4bY1Az2fduLNv2VK8uyUjmHGFGY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=CUKjZ+Fu6JhlKG+rCR2Gy/7ezZMZks8c2806Xlhp8ICLTL4ObXZOgfrueh0b39cRN ZVGvVwdQevUo5ItjLbPUm1s6B9RSHNYU3LpWQO0g3BT2f2cEZk6zrHRgOds0eWICQN b3ZocOEgB5d7gPbG4UxNDOdGy7WbBxRfZDVPzfGs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 69BFF84D72 for ; Sun, 7 Apr 2024 13:52:02 +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 iugn5JWKg8Cj for ; Sun, 7 Apr 2024 13:52:02 +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 BC6A484D2D for ; Sun, 7 Apr 2024 13:52:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712497922; bh=jRnP67xLYgUOIZ4J4bY1Az2fduLNv2VK8uyUjmHGFGY=; h=Date:From:Subject:To:Reply-To; b=qOx2MP9rD9odfn6Uom/3nEE3kwQNdHdr7N2Xqc7sXoGI+V+iizi+OUXrQ8feOEIFA /hjSi2Q1juJiwcBrwc0bclRwW7QIbktIRKD4VTCYoZ4b+HxRVkcF6GS4oPf4Rt+aNi 3B6BjCth0kbdTmSHWFlIOGT1hqY+588nOZ8xdVFQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B0D24FA2C; Sun, 7 Apr 2024 13:52:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171249792123860" MIME-Version: 1.0 Date: Sun, 7 Apr 2024 13:52:01 +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: <20240407135201.B0D24FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171249792123860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Apr 7 13:52:01 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated net/pear-Net_SMTP to 1.12.0 To generate a diff of this commit: cvs rdiff -u -r1.2299 -r1.2300 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171249792123860 Content-Disposition: inline Content-Length: 730 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.2299 pkgsrc/doc/CHANGES-2024:1.2300 --- pkgsrc/doc/CHANGES-2024:1.2299 Sun Apr 7 11:45:07 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Apr 7 13:52:01 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2299 2024/04/07 11:45:07 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2300 2024/04/07 13:52:01 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3839,3 +3839,4 @@ Changes to the packages collection and i Updated graphics/py-contourpy to 1.2.1 [wiz 2024-04-07] Updated textproc/py-lxml to 5.2.1 [wiz 2024-04-07] Updated graphics/py-matplotlib to 3.8.4 [wiz 2024-04-07] + Updated net/pear-Net_SMTP to 1.12.0 [taca 2024-04-07] --_----------=_171249792123860--