Received: by mail.netbsd.org (Postfix, from userid 605) id 9BFB084D83; Mon, 8 Feb 2021 06:19:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D665D84D60 for ; Mon, 8 Feb 2021 06:19:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 Y1f31ASKjycJ for ; Mon, 8 Feb 2021 06:19:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2C34384D56 for ; Mon, 8 Feb 2021 06:19:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29DEBFA95; Mon, 8 Feb 2021 06:19:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612765157230450" MIME-Version: 1.0 Date: Mon, 8 Feb 2021 06:19: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: <20210208061917.29DEBFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612765157230450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 8 06:19:17 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: Updated security/py-cryptography, security/py-cryptography_vectors, databases/py-peewee, devel/py-more-itertools To generate a diff of this commit: cvs rdiff -u -r1.916 -r1.917 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612765157230450 Content-Disposition: inline Content-Length: 925 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.916 pkgsrc/doc/CHANGES-2021:1.917 --- pkgsrc/doc/CHANGES-2021:1.916 Mon Feb 8 01:56:42 2021 +++ pkgsrc/doc/CHANGES-2021 Mon Feb 8 06:19:16 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.916 2021/02/08 01:56:42 bacon Exp $ +$NetBSD: CHANGES-2021,v 1.917 2021/02/08 06:19:16 adam Exp $ Changes to the packages collection and infrastructure in 2021: @@ -1108,3 +1108,7 @@ Changes to the packages collection and i Updated biology/bedtools to 2.30.0 [bacon 2021-02-08] Added biology/py-dnaio version 0.5.0 [bacon 2021-02-08] Added biology/py-cutadapt version 3.2 [bacon 2021-02-08] + Updated security/py-cryptography to 3.3.2 [adam 2021-02-08] + Updated security/py-cryptography_vectors to 3.3.2 [adam 2021-02-08] + Updated databases/py-peewee to 3.14.1 [adam 2021-02-08] + Updated devel/py-more-itertools to 8.7.0 [adam 2021-02-08] --_----------=_1612765157230450--