Received: by mail.netbsd.org (Postfix, from userid 605) id 4173B84E7E; Tue, 5 Mar 2024 17:08:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709658499; bh=++g/jXdRaoJTYQy1IEgYxZQyr5Jtvz9CvdLQkJ4B6gw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=KVZj+bPl/PeZ8ceDY0xj5kcD1V+MnhIoj4UkzwOqNvoKQ9dGFjCU9bS1Xkohm+bQk 0aJyG8JdADWb0rScIBVLmfotQHeM6cRAZiXEeNbFjMBIL4BfLOFlC3YVRAbuU201HH UbqROmDOSDpQxPdZF33oFHRuRzNE7xgC88uXa2V0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3448784D80 for ; Tue, 5 Mar 2024 17:08:18 +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 qBsmstHuNMIQ for ; Tue, 5 Mar 2024 17:08:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 89C0384CE8 for ; Tue, 5 Mar 2024 17:08:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709658497; bh=++g/jXdRaoJTYQy1IEgYxZQyr5Jtvz9CvdLQkJ4B6gw=; h=Date:From:Subject:To:Reply-To; b=FJ+VVs6/vTqQDZjK0T7UM+h2M7YnAV/PtQsn4zDYLtAM4qo9cWkWXFvaWQzspmjaE Cn8uloN+QHkBr909az6izKSI7edkB9RgR7XRhmMGqQgtFbZuemSZkH298fCZJeujaV Y2CkTWlqv4f0CKhwhfVsytCnNpIHI7aqoCL1DPpc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8650EFA29; Tue, 5 Mar 2024 17:08:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709658497107670" MIME-Version: 1.0 Date: Tue, 5 Mar 2024 17:08:17 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240305170817.8650EFA29@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709658497107670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Mar 5 17:08:17 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated mail/py-aiosmtpd, time/py-time-machine To generate a diff of this commit: cvs rdiff -u -r1.1722 -r1.1723 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709658497107670 Content-Disposition: inline Content-Length: 783 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.1722 pkgsrc/doc/CHANGES-2024:1.1723 --- pkgsrc/doc/CHANGES-2024:1.1722 Tue Mar 5 16:56:11 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Mar 5 17:08:17 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1722 2024/03/05 16:56:11 adam Exp $ +$NetBSD: CHANGES-2024,v 1.1723 2024/03/05 17:08:17 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2964,3 +2964,5 @@ Changes to the packages collection and i Updated lang/gleam to 1.0.0 [nikita 2024-03-05] Updated devel/py-maturin to 1.5.0 [adam 2024-03-05] Updated parallel/py-ipyparallel to 8.7.0 [adam 2024-03-05] + Updated mail/py-aiosmtpd to 1.4.5 [adam 2024-03-05] + Updated time/py-time-machine to 2.14.0 [adam 2024-03-05] --_----------=_1709658497107670--