Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=aqcSe9KB; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=dFE1OTFN Received: by mail.netbsd.org (Postfix, from userid 605) id 4D06984EB5; Thu, 25 Apr 2024 15:19:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714058382; bh=4sTWXgOAtwJ6lG/TALVBmFaMB0OAOCyP0zMmUauSjUg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=aqcSe9KBI94RNzNM/HprS4yQWc4yW9HQmn64OlX+Rios7ZfMCq+pwjRynII/gVKNv 8C8twQbOCFwTjp1LbD1Hnw7L+FQpu5e0QEk0qrBwJNshnLrru7lcnReCk3bxKOWlOI i1Nfvum5t6WF6khNIDk5ads2ALgxW/6wQfvmi1n0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3C38984EAF for ; Thu, 25 Apr 2024 15:19: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 X7ULUYB9_K45 for ; Thu, 25 Apr 2024 15:19:40 +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 C181684D82 for ; Thu, 25 Apr 2024 15:19:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714058380; bh=4sTWXgOAtwJ6lG/TALVBmFaMB0OAOCyP0zMmUauSjUg=; h=Date:From:Subject:To:Reply-To; b=dFE1OTFNuEk+P7HN7TqDrCACFDfLMpSmbKac9KZw2ucxJ/D6b5T/bkjFnoK38nBTX GUyLRou67sDYi+VTYgLlEfapPPdrUGVK/nyFgzjv4DchTO90OylsWeLkgReICYPVzp 2+vM2L4KOPP0YUXCrgc3d0guA3yicYOjMTqPM+Y4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id BC078FA2C; Thu, 25 Apr 2024 15:19:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171405838054440" MIME-Version: 1.0 Date: Thu, 25 Apr 2024 15:19: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: <20240425151940.BC078FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171405838054440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Apr 25 15:19:40 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated mail/rspamd to 3.8.4nb1 To generate a diff of this commit: cvs rdiff -u -r1.2696 -r1.2697 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171405838054440 Content-Disposition: inline Content-Length: 714 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.2696 pkgsrc/doc/CHANGES-2024:1.2697 --- pkgsrc/doc/CHANGES-2024:1.2696 Thu Apr 25 15:12:25 2024 +++ pkgsrc/doc/CHANGES-2024 Thu Apr 25 15:19:40 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2696 2024/04/25 15:12:25 taca Exp $ +$NetBSD: CHANGES-2024,v 1.2697 2024/04/25 15:19:40 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4445,3 +4445,4 @@ Changes to the packages collection and i Updated lang/ruby31-base to 3.1.5 [taca 2024-04-25] Updated lang/ruby32-base to 3.2.4 [taca 2024-04-25] Updated lang/ruby33 to 3.3.1 [taca 2024-04-25] + Updated mail/rspamd to 3.8.4nb1 [taca 2024-04-25] --_----------=_171405838054440--