pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/php56: Update to 5.6.32



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9978f4009f3
branches:  trunk
changeset: 370880:d9978f4009f3
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Oct 27 08:45:06 2017 +0000

description:
lang/php56: Update to 5.6.32

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

26 Sep 2017, PHP 5.6.32

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

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

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

diffstat:

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

diffs (56 lines):

diff -r 2eaca52ebe1f -r d9978f4009f3 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Oct 27 01:28:53 2017 +0000
+++ b/lang/php/phpversion.mk    Fri Oct 27 08:45:06 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.190 2017/10/01 15:50:06 taca Exp $
+# $NetBSD: phpversion.mk,v 1.191 2017/10/27 08:45:06 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
@@ -87,7 +87,7 @@
 PHPVERSION_MK= defined
 
 # Define each PHP's version.
-PHP56_VERSION= 5.6.31
+PHP56_VERSION= 5.6.32
 PHP70_VERSION= 7.0.24
 PHP71_VERSION= 7.1.10
 
diff -r 2eaca52ebe1f -r d9978f4009f3 lang/php56/Makefile
--- a/lang/php56/Makefile       Fri Oct 27 01:28:53 2017 +0000
+++ b/lang/php56/Makefile       Fri Oct 27 08:45:06 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/07/07 03:13:48 taca Exp $
+# $NetBSD: Makefile,v 1.15 2017/10/27 08:45:06 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -53,10 +53,6 @@
 CONFIGURE_ARGS+=       --disable-libgcc
 .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 2eaca52ebe1f -r d9978f4009f3 lang/php56/distinfo
--- a/lang/php56/distinfo       Fri Oct 27 01:28:53 2017 +0000
+++ b/lang/php56/distinfo       Fri Oct 27 08:45:06 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.42 2017/07/07 03:13:48 taca Exp $
+$NetBSD: distinfo,v 1.43 2017/10/27 08:45:06 taca Exp $
 
-SHA1 (php-5.6.31.tar.bz2) = a4ea2b095c60d61958a43ca4151acfaf4ac82e4c
-RMD160 (php-5.6.31.tar.bz2) = e1512f94a9d1054ef136921787a47359d9cdd9bf
-SHA512 (php-5.6.31.tar.bz2) = fe0a0572917287a89910cc4d1bca7a8be17fb09d0459d68fea7b32f4b9fd94efbf36d90f8d7d34baee60efc6b0aeac1414a658fc0b451c5eb2f8e3864e20e3c0
-Size (php-5.6.31.tar.bz2) = 15028813 bytes
+SHA1 (php-5.6.32.tar.bz2) = c3166285c6d1f7cc04c45716052ec67b256838a1
+RMD160 (php-5.6.32.tar.bz2) = 481cb89ba907550adc40dda58f7f16d914367098
+SHA512 (php-5.6.32.tar.bz2) = d3f53a9c14e05726ec80785ee2db482d73cfd9bfca751041150da63e5e9273a2ea9a0027d3d9c80434ae8c1f93e7a4556b050969c271e696a841ec785efbeedc
+Size (php-5.6.32.tar.bz2) = 15055569 bytes
 SHA1 (patch-acinclude.m4) = 34d38d2538cc00932cdfcc80d1d4a91632cd15d0
 SHA1 (patch-configure) = 5d76f71aa903efa3c3491b908ff76419aa4af27c
 SHA1 (patch-ext_gd_config.m4) = b92ab4c7fe8aceaef7787a607a7d2eac258fee19



Home | Main Index | Thread Index | Old Index