pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang
Module Name: pkgsrc
Committed By: taca
Date: Fri Oct 27 08:47:49 UTC 2017
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php71: Makefile distinfo
Log Message:
lang/php71: Update to 7.1.11
* pkgsrc change: remove post-extract which is not required any more.
* including securiy fixes.
26 Oct 2017, PHP 7.1.11
- 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)
- Date:
. Fixed bug #75055 (Out-Of-Bounds Read in timelib_meridian()). (Derick)
- Apache2Handler:
. Fixed bug #75311 (error: 'zend_hash_key' has no member named 'arKey' in
apache2handler). (mcarbonneaux)
- Hash:
. Fixed bug #75303 (sha3 hangs on bigendian). (Remi)
- Intl:
. Fixed bug #75318 (The parameter of UConverter::getAliases() is not
optional). (cmb)
- 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)
- mcrypt:
. Fixed bug #72535 (arcfour encryption stream filter crashes php). (Leigh)
- MySQLi:
. Fixed bug #75018 (Data corruption when reading fields of bit type). (Anatol)
- OCI8:
. Fixed incorrect reference counting. (Dmitry, Tianfang Yang)
- Opcache
. Fixed bug #75255 (Request hangs and not finish). (Dmitry)
- PCRE:
. Fixed bug #75207 (applied upstream patch for CVE-2016-1283). (Anatol)
- PDO_mysql:
. Fixed bug #75177 (Type 'bit' is fetched as unexpected string). (Anatol)
- SPL:
. Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags).
(J. Jeising, cmb)
To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/php71/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/php71/distinfo
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.192 pkgsrc/lang/php/phpversion.mk:1.193
--- pkgsrc/lang/php/phpversion.mk:1.192 Fri Oct 27 08:46:49 2017
+++ pkgsrc/lang/php/phpversion.mk Fri Oct 27 08:47:49 2017
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.192 2017/10/27 08:46:49 taca Exp $
+# $NetBSD: phpversion.mk,v 1.193 2017/10/27 08:47: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
@@ -89,7 +89,7 @@ PHPVERSION_MK= defined
# Define each PHP's version.
PHP56_VERSION= 5.6.32
PHP70_VERSION= 7.0.25
-PHP71_VERSION= 7.1.10
+PHP71_VERSION= 7.1.11
# Define initial release of major version.
PHP56_RELDATE= 20140828
Index: pkgsrc/lang/php71/Makefile
diff -u pkgsrc/lang/php71/Makefile:1.12 pkgsrc/lang/php71/Makefile:1.13
--- pkgsrc/lang/php71/Makefile:1.12 Tue Jun 20 07:24:08 2017
+++ pkgsrc/lang/php71/Makefile Fri Oct 27 08:47:49 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/06/20 07:24:08 manu Exp $
+# $NetBSD: Makefile,v 1.13 2017/10/27 08:47:49 taca Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -59,10 +59,6 @@ INSTALL_UNSTRIPPED= yes
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 \
Index: pkgsrc/lang/php71/distinfo
diff -u pkgsrc/lang/php71/distinfo:1.28 pkgsrc/lang/php71/distinfo:1.29
--- pkgsrc/lang/php71/distinfo:1.28 Sun Oct 1 15:50:06 2017
+++ pkgsrc/lang/php71/distinfo Fri Oct 27 08:47:49 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.28 2017/10/01 15:50:06 taca Exp $
+$NetBSD: distinfo,v 1.29 2017/10/27 08:47:49 taca Exp $
-SHA1 (php-7.1.10.tar.bz2) = 0ba95a1f7590b8edbb332d7b2c9ff086d4ae6b60
-RMD160 (php-7.1.10.tar.bz2) = 7871440a68c36124e41151640065a79ad6972570
-SHA512 (php-7.1.10.tar.bz2) = b18aaa98f147f77569cf87d5ee42b50ce1b0af56785d584d27b383a0d121c107db4645806028e66a3b8fa6818b50c9ccb2ce882b347ad8753726fc34f2dadd92
-Size (php-7.1.10.tar.bz2) = 15069098 bytes
+SHA1 (php-7.1.11.tar.bz2) = 39e986459c2b1d2765f28305d8175be8d3089629
+RMD160 (php-7.1.11.tar.bz2) = 57ba828c1ab08d86247f601107057c36a71bde23
+SHA512 (php-7.1.11.tar.bz2) = 7ff898940f25bbe9c398b186afb36e7f8aed875d10374ab998ca99ab0c8d6ed3e20461e3f174de6ddc32623a4f97cd51a95bdba59f4473671ab1ab0ac3c6736a
+Size (php-7.1.11.tar.bz2) = 15068977 bytes
SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f
Home |
Main Index |
Thread Index |
Old Index