Received: by mail.netbsd.org (Postfix, from userid 605) id 754FE84DA1; Tue, 10 Oct 2017 07:33:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 08E6E84D52 for ; Tue, 10 Oct 2017 07:33:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Lbt-WBnSmmJ8 for ; Tue, 10 Oct 2017 07:33:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6983684D23 for ; Tue, 10 Oct 2017 07:33:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 677E2FBC7; Tue, 10 Oct 2017 07:33:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507620833200640" MIME-Version: 1.0 Date: Tue, 10 Oct 2017 07:33:53 +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: <20171010073353.677E2FBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1507620833200640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 10 07:33:53 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 Log Message: Added devel/py-ordered-set, devel/py-mixbo; Updated security/py-cybox, security/py-stix To generate a diff of this commit: cvs rdiff -u -r1.4382 -r1.4383 pkgsrc/doc/CHANGES-2017 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507620833200640 Content-Disposition: inline Content-Length: 904 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.4382 pkgsrc/doc/CHANGES-2017:1.4383 --- pkgsrc/doc/CHANGES-2017:1.4382 Mon Oct 9 22:41:23 2017 +++ pkgsrc/doc/CHANGES-2017 Tue Oct 10 07:33:53 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.4382 2017/10/09 22:41:23 brook Exp $ +$NetBSD: CHANGES-2017,v 1.4383 2017/10/10 07:33:53 adam Exp $ Changes to the packages collection and infrastructure in 2017: @@ -6230,3 +6230,7 @@ Changes to the packages collection and i Updated print/py-weasyprint to 0.41 [kleink 2017-10-09] Updated sysutils/liblognorm to 2.0.4 [fhajny 2017-10-09] Added www/R-curl version 3.0 [brook 2017-10-09] + Added devel/py-ordered-set version 2.0.2 [adam 2017-10-10] + Added devel/py-mixbox version 1.0.2 [adam 2017-10-10] + Updated security/py-cybox to 2.1.0.14 [adam 2017-10-10] + Updated security/py-stix to 1.2.0.4 [adam 2017-10-10] --_----------=_1507620833200640--