pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/php70: Update to 7.0.25



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8efc1ddf07f
branches:  trunk
changeset: 370881:c8efc1ddf07f
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Oct 27 08:46:49 2017 +0000

description:
lang/php70: Update to 7.0.25

* pkgsrc change: remove post-extract which is not required any more.
* including securiy fixes.

26 Oct 2017 PHP 7.0.25

- Core:
  . Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).
    (Laruence)
  . Fixed bug #75236 (infinite loop when printing an error-message). (Andrea)
  . Fixed bug #75252 (Incorrect token formatting on two parse errors in one
    request). (Nikita)
  . Fixed bug #75220 (Segfault when calling is_callable on parent).
    (andrewnester)
  . Fixed bug #75290 (debug info of Closures of internal functions contain
    garbage argument names). (Andrea)

- Apache2Handler:
  . Fixed bug #75311 (error: 'zend_hash_key' has no member named 'arKey' in
    apache2handler). (mcarbonneaux)

- Date:
  . Fixed bug #75055 (Out-Of-Bounds Read in timelib_meridian()). (Derick)

- Intl:
  . Fixed bug #75318 (The parameter of UConverter::getAliases() is not
    optional). (cmb)

- mcrypt:
  . Fixed bug #72535 (arcfour encryption stream filter crashes php). (Leigh)

- OCI8:
  . Fixed incorrect reference counting. (Dmitry, Tianfang Yang)

- PCRE:
  . Fixed bug #75207 (applied upstream patch for CVE-2016-1283). (Anatol)

- litespeed:
  . Fixed bug #75248 (Binary directory doesn't get created when building
    only litespeed SAPI). (petk)
  . Fixed bug #75251 (Missing program prefix and suffix). (petk)

- SPL:
  . Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags).
    (J. Jeising, cmb)

diffstat:

 lang/php/phpversion.mk |   4 ++--
 lang/php70/Makefile    |   6 +-----
 lang/php70/distinfo    |  10 +++++-----
 3 files changed, 8 insertions(+), 12 deletions(-)

diffs (56 lines):

diff -r d9978f4009f3 -r c8efc1ddf07f lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Oct 27 08:45:06 2017 +0000
+++ b/lang/php/phpversion.mk    Fri Oct 27 08:46:49 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.191 2017/10/27 08:45:06 taca Exp $
+# $NetBSD: phpversion.mk,v 1.192 2017/10/27 08:46:49 taca 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
@@ -88,7 +88,7 @@
 
 # Define each PHP's version.
 PHP56_VERSION= 5.6.32
-PHP70_VERSION= 7.0.24
+PHP70_VERSION= 7.0.25
 PHP71_VERSION= 7.1.10
 
 # Define initial release of major version.
diff -r d9978f4009f3 -r c8efc1ddf07f lang/php70/Makefile
--- a/lang/php70/Makefile       Fri Oct 27 08:45:06 2017 +0000
+++ b/lang/php70/Makefile       Fri Oct 27 08:46:49 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/06/20 07:24:08 manu Exp $
+# $NetBSD: Makefile,v 1.10 2017/10/27 08:46:49 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -59,10 +59,6 @@
 CFLAGS+=       -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_WITHOUT_ZONEMALLOC
 .endif
 
-post-extract:
-       cd ${WRKSRC} && \
-               ${FIND} . -xdev -type f -name '*.orig' -exec ${RM} -f {} \;
-
 post-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php
        ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \
diff -r d9978f4009f3 -r c8efc1ddf07f lang/php70/distinfo
--- a/lang/php70/distinfo       Fri Oct 27 08:45:06 2017 +0000
+++ b/lang/php70/distinfo       Fri Oct 27 08:46:49 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.38 2017/10/01 15:48:17 taca Exp $
+$NetBSD: distinfo,v 1.39 2017/10/27 08:46:49 taca Exp $
 
-SHA1 (php-7.0.24.tar.bz2) = 696882f1ff78ce28d871db65709707432781ffb2
-RMD160 (php-7.0.24.tar.bz2) = 371b72252b55da03c226fd6ddbd15771204d3825
-SHA512 (php-7.0.24.tar.bz2) = ccf40e3b038db3694bd2ea525cffcb1f744a98458d206d33dd588ab1192a6e9a40ad7b142c24173c6922de921b4cdcd8055568140f004a6f2c2576b691722826
-Size (php-7.0.24.tar.bz2) = 14632741 bytes
+SHA1 (php-7.0.25.tar.bz2) = 910700d4340244b4775ffad62e2a59e1ccd5641f
+RMD160 (php-7.0.25.tar.bz2) = 54c3aada6892efe6c01294b5a52d3c2ec379ee1c
+SHA512 (php-7.0.25.tar.bz2) = c6c964ac3a043e3c2c43218c157385a5cc0c90918e0bd9338eed294855f58778dacd64da8e2a31163c119f796a645c7ed672c44d6c0b2a5d4a5cffea963e0878
+Size (php-7.0.25.tar.bz2) = 14638215 bytes
 SHA1 (patch-acinclude.m4) = 81a8f33a536500978ea5a9aa2d2875c61c843e56
 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
 SHA1 (patch-ext_gd_config.m4) = bde93678626592cdcee619189bfc6532d0913a76



Home | Main Index | Thread Index | Old Index