Received: by mail.netbsd.org (Postfix, from userid 605) id 45ED684ECC; Sat, 2 Mar 2024 17:54:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709402045; bh=Jo9DMosNP9T6CuMq6+Df093KpICy5XbW0FlCSn2hXP0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=2SRK+AXHJAIuFDGqqi2iWvUQRhvxaqREFQXD+DTmNM16o8CEnNDGqKuDsQjzda7lB M+nnTcsqrC3+UcSocoQCliclL1OvhYc2+00h+W5I2/5s77PbNs/BzgC10bUXBVjMAk rni3xGQJF++/fWWfhtRhunqZnEIcRqhRPhhMnLBo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3616384D2A for ; Sat, 2 Mar 2024 17:54:04 +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 p3qzE8N9_qWZ for ; Sat, 2 Mar 2024 17:54:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8A0C584CEA for ; Sat, 2 Mar 2024 17:54:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709402043; bh=Jo9DMosNP9T6CuMq6+Df093KpICy5XbW0FlCSn2hXP0=; h=Date:From:Subject:To:Reply-To; b=pt7UttWYaRtrx8Lwlfflpg0n4gLWX1PyFkwF3ytouZuxa8DXLDxcT5oLi7XWvJSyj B+aK/uedTEbLK8im57OlSeQZWYy6bbZNCfsYInXCn5AiP21VDSEwdJPEJIcVAmsnof o16IBZy9RJbQmvSnLs4VksSRoqYOrdnFq222zX58= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84395FA27; Sat, 2 Mar 2024 17:54:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170940204341400" MIME-Version: 1.0 Date: Sat, 2 Mar 2024 17:54:03 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20240302175403.84395FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170940204341400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Sat Mar 2 17:54:03 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated mail/opensmtpd-extras to 6.7.1_20240228 To generate a diff of this commit: cvs rdiff -u -r1.1613 -r1.1614 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170940204341400 Content-Disposition: inline Content-Length: 740 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.1613 pkgsrc/doc/CHANGES-2024:1.1614 --- pkgsrc/doc/CHANGES-2024:1.1613 Sat Mar 2 13:52:52 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Mar 2 17:54:03 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1613 2024/03/02 13:52:52 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.1614 2024/03/02 17:54:03 vins Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2842,3 +2842,4 @@ Changes to the packages collection and i Updated devel/py-msgpack to 1.0.8 [adam 2024-03-02] Updated devel/py-pdm to 2.12.4 [adam 2024-03-02] Updated sysutils/open-vm-tools to 12.1.5nb7 [wiz 2024-03-02] + Updated mail/opensmtpd-extras to 6.7.1_20240228 [vins 2024-03-02] --_----------=_170940204341400--