Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ep0TQitR; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=1uAGA8vB Received: by mail.netbsd.org (Postfix, from userid 605) id 2003D84EAB; Thu, 16 May 2024 15:23:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715873009; bh=XGEMEUepiGhBumJrv1vwyjXR1HwxoFe18ESb4y273D0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ep0TQitRW+K1D8Pvy33n1qL/BxPnjw4TUeN9JItExgYw7jPzNpyJLXRZVZmDJTPvi gXITIRey7UpEY418A+t5bQqJyqShWTtGG3QQ8zHAFo6EEuswGPDEo9RlBcUOuccpPK nAse9hdwl5q7KO+l3/eYwVOaUqcTTAL+UpZoqOms= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1193584D68 for ; Thu, 16 May 2024 15:23:28 +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 VkNstM3MXQu6 for ; Thu, 16 May 2024 15:23:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 661F784D57 for ; Thu, 16 May 2024 15:23:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715873007; bh=XGEMEUepiGhBumJrv1vwyjXR1HwxoFe18ESb4y273D0=; h=Date:From:Subject:To:Reply-To; b=1uAGA8vB7uK+MI+np4SPhRFogw/VYmh1rsw/DPG0Od/b39HHqoA/kLHwmW9XvxUGW 53oOQq+lEGKEK3iQ9452fZmjwBxnJBUZg7N9bfTxq62gfYDjJTdee+qXnIUjbvY+qR Jfsf6KE65YmhxuSPv89yH3tu4F4mjUg8UR3jdiME= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62CF0FA2C; Thu, 16 May 2024 15:23:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715873007164090" MIME-Version: 1.0 Date: Thu, 16 May 2024 15:23:27 +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: <20240516152327.62CF0FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715873007164090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu May 16 15:23:27 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated mail/rspamd to 3.8.4nb2 To generate a diff of this commit: cvs rdiff -u -r1.3464 -r1.3465 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715873007164090 Content-Disposition: inline Content-Length: 736 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.3464 pkgsrc/doc/CHANGES-2024:1.3465 --- pkgsrc/doc/CHANGES-2024:1.3464 Thu May 16 14:16:02 2024 +++ pkgsrc/doc/CHANGES-2024 Thu May 16 15:23:27 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3464 2024/05/16 14:16:02 adam Exp $ +$NetBSD: CHANGES-2024,v 1.3465 2024/05/16 15:23:27 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5418,3 +5418,4 @@ Changes to the packages collection and i Added sysutils/sets2rootfs version 0.1.0 [cheusov 2024-05-16] Updated archivers/py-zipp to 3.18.2 [adam 2024-05-16] Updated textproc/py-regex to 2024.5.15 [adam 2024-05-16] + Updated mail/rspamd to 3.8.4nb2 [taca 2024-05-16] --_----------=_1715873007164090--