Received: by mail.netbsd.org (Postfix, from userid 605) id AB0A984F72; Fri, 5 Jan 2018 03:16:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 361A084F6F for ; Fri, 5 Jan 2018 03:16:11 +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 G4RygtGHtuep for ; Fri, 5 Jan 2018 03:16:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 969A184F6E for ; Fri, 5 Jan 2018 03:16:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 94B10FBDE; Fri, 5 Jan 2018 03:16:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151512217064610" MIME-Version: 1.0 Date: Fri, 5 Jan 2018 03:16:10 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180105031610.94B10FBDE@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. --_----------=_151512217064610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Jan 5 03:16:10 UTC 2018 Modified Files: pkgsrc/doc: CHANGES-2018 Log Message: doc: note update of lang/php* pacakges lang/php56 5.6.33 lang/php70 7.0.27 lang/php71 7.1.13 lang/php72 7.2.1 To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/doc/CHANGES-2018 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151512217064610 Content-Disposition: inline Content-Length: 856 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2018 diff -u pkgsrc/doc/CHANGES-2018:1.52 pkgsrc/doc/CHANGES-2018:1.53 --- pkgsrc/doc/CHANGES-2018:1.52 Thu Jan 4 21:32:52 2018 +++ pkgsrc/doc/CHANGES-2018 Fri Jan 5 03:16:10 2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.52 2018/01/04 21:32:52 adam Exp $ +$NetBSD: CHANGES-2018,v 1.53 2018/01/05 03:16:10 taca Exp $ Changes to the packages collection and infrastructure in 2018: @@ -104,3 +104,7 @@ Changes to the packages collection and i Updated devel/py-requests-file to 1.4.3 [adam 2018-01-04] Updated devel/py-construct to 2.8.20 [adam 2018-01-04] Updated www/py-scrapy to 1.5.0 [adam 2018-01-04] + Updated lang/php56 to 5.6.33 [taca 2018-01-05] + Updated lang/php70 to 7.0.27 [taca 2018-01-05] + Updated lang/php71 to 7.1.13 [taca 2018-01-05] + Updated lang/php72 to 7.2.1 [taca 2018-01-05] --_----------=_151512217064610--