pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2017Q4] pkgsrc/lang/php



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.

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



Home | Main Index | Thread Index | Old Index