pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2016Q3] pkgsrc/lang
Module Name: pkgsrc
Committed By: bsiegert
Date: Fri Oct 21 18:40:41 UTC 2016
Modified Files:
pkgsrc/lang/php [pkgsrc-2016Q3]: phpversion.mk
pkgsrc/lang/php71 [pkgsrc-2016Q3]: distinfo
pkgsrc/lang/php71/patches [pkgsrc-2016Q3]:
patch-ext_pcre_pcrelib_config.h
Log Message:
Pullup ticket #5138 - requested by taca
lang/php71: security fix
Revisions pulled up:
- lang/php/phpversion.mk 1.159
- lang/php71/distinfo 1.7
- lang/php71/patches/patch-ext_pcre_pcrelib_config.h 1.2
---
Module Name: pkgsrc
Committed By: jdolecek
Date: Sat Oct 8 09:16:09 UTC 2016
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php71: distinfo
pkgsrc/lang/php71/patches: patch-ext_pcre_pcrelib_config.h
Log Message:
Update php71 to 7.1.0RC3
Changes:
- Core:
. Fixed bug #73156 (segfault on undefined function). (Dmitry)
. Fixed bug #73163 (PHP hangs if error handler throws while accessing undef
const in default value). (Nikita)
. Fixed bug #73172 (parse error: Invalid numeric literal). (Nikita, Anatol)
. Fixed bug #73181 (parse_str() without a second argument leads to crash).
(Nikita)
- COM:
. Fixed bug #73126 (Cannot pass parameter 1 by reference). (Anatol)
. Fixed bug #69579 (Invalid free in extension trait). (John Boehr)
- GD:
. Fixed bug #50194 (imagettftext broken on transparent background w/o
alphablending). (cmb)
. Fixed bug #73003 (Integer Overflow in gdImageWebpCtx of gd_webp.c). (trylab,
cmb)
. Fixed bug #53504 (imagettfbbox gives incorrect values for bounding box).
(Mark Plomer, cmb)
. Fixed bug #73157 (imagegd2() ignores 3rd param if 4 are given). (cmb)
. Fixed bug #73155 (imagegd2() writes wrong chunk sizes on boundaries). (cmb)
. Fixed bug #73159 (imagegd2(): unrecognized formats may result in corrupted
files). (cmb)
. Fixed bug #73161 (imagecreatefromgd2() may leak memory). (cmb)
- JSON:
. Fixed bug #73113 (Segfault with throwing JsonSerializable). (julien)
- PCRE:
. Fixed bug #73121 (Bundled PCRE doesn't compile because JIT isn't supported
on s390). (Anatol)
- PDO_DBlib:
. Fixed bug #72414 (Never quote values as raw binary data). (Adam Baratz)
. Allow \PDO::setAttribute() to set query timeouts. (Adam Baratz)
. Handle SQLDECIMAL/SQLNUMERIC types, which are used by later TDS versions.
(Adam Baratz)
. Add common PDO test suite. (Adam Baratz)
. Free error and message strings when cleaning up PDO instances.
(Adam Baratz)
. Fixed bug #67130 (\PDOStatement::nextRowset() should succeed when all rows
in current rowset haven't been fetched). (Peter LeBrun)
. Ignore potentially misleading dberr values. (Chris Kings-Lynne)
- phpdbg:
. Added generator command for inspection of currently alive generators. (Bob)
- Reflection
. Undo backwards compatiblity break in ReflectionType->__toString() and
deprecate via documentation instead. (Nikita)
- Session:
. Fixed bug #73100 (session_destroy null dereference in ps_files_path_create).
(cmb)
To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.158.2.1 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.6 -r1.6.2.1 pkgsrc/lang/php71/distinfo
cvs rdiff -u -r1.1 -r1.1.2.1 \
pkgsrc/lang/php71/patches/patch-ext_pcre_pcrelib_config.h
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.158 pkgsrc/lang/php/phpversion.mk:1.158.2.1
--- pkgsrc/lang/php/phpversion.mk:1.158 Sat Sep 17 08:36:50 2016
+++ pkgsrc/lang/php/phpversion.mk Fri Oct 21 18:40:41 2016
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.158 2016/09/17 08:36:50 taca Exp $
+# $NetBSD: phpversion.mk,v 1.158.2.1 2016/10/21 18:40:41 bsiegert 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.26
PHP70_VERSION= 7.0.11
-PHP71_VERSION= 7.1.0RC2
+PHP71_VERSION= 7.1.0RC3
# Define initial release of major version.
PHP56_RELDATE= 20140828
Index: pkgsrc/lang/php71/distinfo
diff -u pkgsrc/lang/php71/distinfo:1.6 pkgsrc/lang/php71/distinfo:1.6.2.1
--- pkgsrc/lang/php71/distinfo:1.6 Sat Sep 17 07:59:59 2016
+++ pkgsrc/lang/php71/distinfo Fri Oct 21 18:40:41 2016
@@ -1,14 +1,14 @@
-$NetBSD: distinfo,v 1.6 2016/09/17 07:59:59 taca Exp $
+$NetBSD: distinfo,v 1.6.2.1 2016/10/21 18:40:41 bsiegert Exp $
-SHA1 (php-7.1.0RC2.tar.bz2) = 11a469d6e5cd7467ccde9eafa7da5f18958d3f58
-RMD160 (php-7.1.0RC2.tar.bz2) = 2e3f8615a74f7cd288e5bc98c8f8f3583ad69004
-SHA512 (php-7.1.0RC2.tar.bz2) = 8ac3246c9d2816c54eb4c4f75f548e4446f3ff9c76ef2688b47ad6c985e59bfa316415fb9607d9dd2562c7ec199ee5711e99c79dad43b263b2959375f996eb1b
-Size (php-7.1.0RC2.tar.bz2) = 15550341 bytes
+SHA1 (php-7.1.0RC3.tar.bz2) = e12ba1e7adaba8f69e60b89277c7d0f9d858762e
+RMD160 (php-7.1.0RC3.tar.bz2) = 903a92ae604d0c6c531cb335dcf87acfff47004b
+SHA512 (php-7.1.0RC3.tar.bz2) = 63b06efbe28577760127db42101a16a5bcb7ce0a5be05777749f514e7c8487dbdfc44f3e10ea2e31e9de8a7c8c7506b93d99f4155f2a2a757808e9987213c74f
+Size (php-7.1.0RC3.tar.bz2) = 15595095 bytes
SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f
SHA1 (patch-ext_imap_config.m4) = f4e10ab81697b72019313f63bc630627a08efd92
-SHA1 (patch-ext_pcre_pcrelib_config.h) = 0cb05c3b3bfafd8119cf43162c0f4db7f5b37ba8
+SHA1 (patch-ext_pcre_pcrelib_config.h) = c5fba95856628f68639fe63feeef04a5f83d3916
SHA1 (patch-ext_pdo__mysql_config.m4) = b1ef91be5a729040197e9af50da0f5fd1f6c90a8
SHA1 (patch-ext_pdo_config.m4) = 522281775cc0e70a135b1f813158988ef1f3e244
SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426
Index: pkgsrc/lang/php71/patches/patch-ext_pcre_pcrelib_config.h
diff -u pkgsrc/lang/php71/patches/patch-ext_pcre_pcrelib_config.h:1.1 pkgsrc/lang/php71/patches/patch-ext_pcre_pcrelib_config.h:1.1.2.1
--- pkgsrc/lang/php71/patches/patch-ext_pcre_pcrelib_config.h:1.1 Thu Aug 4 14:09:03 2016
+++ pkgsrc/lang/php71/patches/patch-ext_pcre_pcrelib_config.h Fri Oct 21 18:40:41 2016
@@ -1,11 +1,11 @@
-$NetBSD: patch-ext_pcre_pcrelib_config.h,v 1.1 2016/08/04 14:09:03 jdolecek Exp $
+$NetBSD: patch-ext_pcre_pcrelib_config.h,v 1.1.2.1 2016/10/21 18:40:41 bsiegert Exp $
---- ext/pcre/pcrelib/config.h.orig 2016-02-02 16:32:32.000000000 +0000
+--- ext/pcre/pcrelib/config.h.orig 2016-09-29 02:15:39.000000000 +0000
+++ ext/pcre/pcrelib/config.h
-@@ -397,7 +397,20 @@ them both to 0; an emulation function wi
- #undef SUPPORT_GCOV
+@@ -400,8 +400,21 @@ them both to 0; an emulation function wi
/* Define to any value to enable support for Just-In-Time compiling. */
+ #if HAVE_PCRE_JIT_SUPPORT
-#define SUPPORT_JIT
+#if defined(__i386__) || defined(__i386) \
+|| defined(__x86_64__) \
@@ -19,8 +19,9 @@ $NetBSD: patch-ext_pcre_pcrelib_config.h
+|| defined(__mips64) \
+|| defined(__sparc__) || defined(__sparc) \
+|| defined(__tilegx__)
-+ #define SUPPORT_JIT
-+#endif
++ #define SUPPORT_JIT
+ #endif
++#endif /* HAVE_PCRE_JIT_SUPPORT */
/* Define to any value to allow pcregrep to be linked with libbz2, so that it
is able to handle .bz2 files. */
Home |
Main Index |
Thread Index |
Old Index