Received: by mail.netbsd.org (Postfix, from userid 605) id E66B184E3C; Sat, 3 Mar 2018 09:23:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D836B84DF3 for ; Sat, 3 Mar 2018 09:23:51 +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 M2gjqyduU4WS for ; Sat, 3 Mar 2018 09:23:51 +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 26F3484D81 for ; Sat, 3 Mar 2018 09:23:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 24274FB40; Sat, 3 Mar 2018 09:23:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152006903174530" MIME-Version: 1.0 Date: Sat, 3 Mar 2018 09:23:51 +0000 From: "S.P.Zeidler" Subject: CVS commit: [pkgsrc-2017Q4] pkgsrc/lang/php To: pkgsrc-changes@NetBSD.org Reply-To: spz@netbsd.org X-Mailer: log_accum Message-Id: <20180303092351.24274FB40@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. --_----------=_152006903174530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: spz Date: Sat Mar 3 09:23:51 UTC 2018 Modified Files: pkgsrc/lang/php [pkgsrc-2017Q4]: phpversion.mk Log Message: adjust php versions for pullups #5715, #5716, #5717 and #5718 To generate a diff of this commit: cvs rdiff -u -r1.197.2.4 -r1.197.2.5 pkgsrc/lang/php/phpversion.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152006903174530 Content-Disposition: inline Content-Length: 899 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/php/phpversion.mk diff -u pkgsrc/lang/php/phpversion.mk:1.197.2.4 pkgsrc/lang/php/phpversion.mk:1.197.2.5 --- pkgsrc/lang/php/phpversion.mk:1.197.2.4 Sun Jan 7 18:01:22 2018 +++ pkgsrc/lang/php/phpversion.mk Sat Mar 3 09:23:50 2018 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.197.2.4 2018/01/07 18:01:22 bsiegert Exp $ +# $NetBSD: phpversion.mk,v 1.197.2.5 2018/03/03 09:23:50 spz Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -87,10 +87,10 @@ PHPVERSION_MK= defined # Define each PHP's version. -PHP56_VERSION= 5.6.33 -PHP70_VERSION= 7.0.27 -PHP71_VERSION= 7.1.13 -PHP72_VERSION= 7.2.1 +PHP56_VERSION= 5.6.34 +PHP70_VERSION= 7.0.28 +PHP71_VERSION= 7.1.15 +PHP72_VERSION= 7.2.3 # Define initial release of major version. PHP56_RELDATE= 20140828 --_----------=_152006903174530--