pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Updated php72 from RC6 to final 7.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/342558e2041b
branches:  trunk
changeset: 372257:342558e2041b
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Thu Nov 30 20:45:46 2017 +0000

description:
Updated php72 from RC6 to final 7.2.0

Changes versus 7.1.x as listed in release announcement:
* Convert numeric keys in object/array casts
* Counting of non-countable objects
* Object typehint
* HashContext as Object
* Argon2 in password hash
* Improve TLS constants to sane values
* Mcrypt extension removed
* New sodium extension

diffstat:

 lang/php/phpversion.mk |   4 ++--
 lang/php72/DESCR       |   1 +
 lang/php72/Makefile    |   5 +----
 lang/php72/distinfo    |  10 +++++-----
 4 files changed, 9 insertions(+), 11 deletions(-)

diffs (66 lines):

diff -r 74b7443ccc4d -r 342558e2041b lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Thu Nov 30 17:54:18 2017 +0000
+++ b/lang/php/phpversion.mk    Thu Nov 30 20:45:46 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.196 2017/11/25 13:16:08 taca Exp $
+# $NetBSD: phpversion.mk,v 1.197 2017/11/30 20:45:46 jdolecek 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
@@ -90,7 +90,7 @@
 PHP56_VERSION= 5.6.32
 PHP70_VERSION= 7.0.26
 PHP71_VERSION= 7.1.12
-PHP72_VERSION= 7.2.0RC6
+PHP72_VERSION= 7.2.0
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r 74b7443ccc4d -r 342558e2041b lang/php72/DESCR
--- a/lang/php72/DESCR  Thu Nov 30 17:54:18 2017 +0000
+++ b/lang/php72/DESCR  Thu Nov 30 20:45:46 2017 +0000
@@ -13,6 +13,7 @@
 * Object return type declarations
 * Parameter Type Widening
 * Trailing commas in list syntax
+* HashContext as Object
 * Argon2 in password hash
 * Libsodium as part of PHP Core
 * Deprecated: __autoload, $php_errormsg, create_function(),
diff -r 74b7443ccc4d -r 342558e2041b lang/php72/Makefile
--- a/lang/php72/Makefile       Thu Nov 30 17:54:18 2017 +0000
+++ b/lang/php72/Makefile       Thu Nov 30 20:45:46 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/11/15 11:01:17 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2017/11/30 20:45:46 jdolecek Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -6,9 +6,6 @@
 PKGNAME=               php-${PHP_VERSION:S/RC/rc/}
 CATEGORIES=            lang
 
-# XXX remove this once the files would be available on standard location
-MASTER_SITES=   https://downloads.php.net/~pollita/
-
 HOMEPAGE=              http://www.php.net/
 COMMENT=               PHP Hypertext Preprocessor version 7.2
 LICENSE=               php
diff -r 74b7443ccc4d -r 342558e2041b lang/php72/distinfo
--- a/lang/php72/distinfo       Thu Nov 30 17:54:18 2017 +0000
+++ b/lang/php72/distinfo       Thu Nov 30 20:45:46 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2017/11/15 11:01:31 jdolecek Exp $
+$NetBSD: distinfo,v 1.3 2017/11/30 20:45:46 jdolecek Exp $
 
-SHA1 (php-7.2.0RC6.tar.bz2) = dfc81aa8965ec73f3d24725d207ad9f6b362a238
-RMD160 (php-7.2.0RC6.tar.bz2) = 8b4dac9c5247b3d63b8d7a785bb5015555f37fee
-SHA512 (php-7.2.0RC6.tar.bz2) = 35cf7e4aaf461c360885aaa4bb7997ae60eb7d8a8134c8ab4c42412576a9c36b56f1acc24358be3e7722142a10f330719907f254d6bf174fb22a6d61d3fe3fde
-Size (php-7.2.0RC6.tar.bz2) = 14953026 bytes
+SHA1 (php-7.2.0.tar.bz2) = b15bd8fef8d5b99b993784e9c2254ab82f616c64
+RMD160 (php-7.2.0.tar.bz2) = a39b7057bcb93b656fda39008ee4743c4f7f2a0f
+SHA512 (php-7.2.0.tar.bz2) = f4b4d97a0b662cab9ed47a549453ad522da45fa5aa34e3ece49a8b85b49b7a5921d2d7cdd0a6766b09d63c4f7fd022502222656ce112fc80f85e8f2409c5c826
+Size (php-7.2.0.tar.bz2) = 14594486 bytes
 SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
 SHA1 (patch-configure) = a9d48535baf94415ca49ccda43e196010969ea9e
 SHA1 (patch-ext_curl_config.m4) = f583f90a499d4f0bdb3d21fa8f129a30d2fa6d6c



Home | Main Index | Thread Index | Old Index