Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E8E027A220 for ; Wed, 5 Apr 2017 20:11:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9985285679; Wed, 5 Apr 2017 20:11:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 28AE685674 for ; Wed, 5 Apr 2017 20:11:36 +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 shr59S__xcGn for ; Wed, 5 Apr 2017 20:11:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BDA8F85673 for ; Wed, 5 Apr 2017 20:11:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BBBE8FBE4; Wed, 5 Apr 2017 20:11:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1491423095169260" MIME-Version: 1.0 Date: Wed, 5 Apr 2017 20:11:35 +0000 From: "Tim Zingelman" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: tez@netbsd.org X-Mailer: log_accum Message-Id: <20170405201135.BBBE8FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1491423095169260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tez Date: Wed Apr 5 20:11:35 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 Log Message: Fix for CVE-2017-7207 To generate a diff of this commit: cvs rdiff -u -r1.1445 -r1.1446 pkgsrc/doc/CHANGES-2017 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1491423095169260 Content-Disposition: inline Content-Length: 734 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.1445 pkgsrc/doc/CHANGES-2017:1.1446 --- pkgsrc/doc/CHANGES-2017:1.1445 Wed Apr 5 19:17:30 2017 +++ pkgsrc/doc/CHANGES-2017 Wed Apr 5 20:11:35 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.1445 2017/04/05 19:17:30 rillig Exp $ +$NetBSD: CHANGES-2017,v 1.1446 2017/04/05 20:11:35 tez Exp $ Changes to the packages collection and infrastructure in 2017: @@ -1756,3 +1756,4 @@ Changes to the packages collection and i Updated devel/py-backports_abc to 0.5 [adam 2017-04-05] Updated www/py-tornado to 4.4.3 [adam 2017-04-05] Updated pkgtools/pkglint to 5.4.20 [rillig 2017-04-05] + Updated print/ghostscript-gpl to 9.06nb11 [tez 2017-04-05] --_----------=_1491423095169260--