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 384167A200 for ; Tue, 23 May 2017 23:38:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D7432855AD; Tue, 23 May 2017 23:38:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6769B84D8F for ; Tue, 23 May 2017 23:38:21 +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 gHYnitj2Rgmb for ; Tue, 23 May 2017 23:38:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 07A7284C6C for ; Tue, 23 May 2017 23:38:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 05207FBE4; Tue, 23 May 2017 23:38:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1495582701212640" MIME-Version: 1.0 Date: Tue, 23 May 2017 23:38:21 +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: <20170523233821.05207FBE4@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. --_----------=_1495582701212640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tez Date: Tue May 23 23:38:20 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 Log Message: CVE-2017-5029 patch for libxslt To generate a diff of this commit: cvs rdiff -u -r1.2070 -r1.2071 pkgsrc/doc/CHANGES-2017 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1495582701212640 Content-Disposition: inline Content-Length: 719 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.2070 pkgsrc/doc/CHANGES-2017:1.2071 --- pkgsrc/doc/CHANGES-2017:1.2070 Tue May 23 13:14:10 2017 +++ pkgsrc/doc/CHANGES-2017 Tue May 23 23:38:20 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.2070 2017/05/23 13:14:10 nils Exp $ +$NetBSD: CHANGES-2017,v 1.2071 2017/05/23 23:38:20 tez Exp $ Changes to the packages collection and infrastructure in 2017: @@ -2591,3 +2591,4 @@ Changes to the packages collection and i Updated textproc/aha to 0.4.10.6 [mef 2017-05-23] Updated textproc/jsoncpp to 1.8.0 [mef 2017-05-23] Added devel/p5-Carp version 1.38 [nils 2017-05-23] + Updated textproc/libxslt to 1.1.29nb2 [tez 2017-05-23] --_----------=_1495582701212640--