pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q2] pkgsrc/lang
Module Name: pkgsrc
Committed By: bsiegert
Date: Sun Aug 13 19:07:26 UTC 2017
Modified Files:
pkgsrc/lang/php [pkgsrc-2017Q2]: phpversion.mk
pkgsrc/lang/php71 [pkgsrc-2017Q2]: Makefile.php distinfo
Log Message:
Pullup ticket #5532 - requested by taca
lang/php71: security fix
Revisions pulled up:
- lang/php/phpversion.mk 1.186
- lang/php71/Makefile.php 1.6
- lang/php71/distinfo 1.26
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Aug 4 23:08:47 UTC 2017
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php71: Makefile.php distinfo
Log Message:
Update php71 to 7.1.8.
* pkgsrc change: enable readline PKG_OPTIONS default.
03 Aug 2017, PHP 7.1.8
- Core:
. Fixed bug #74832 (Loading PHP extension with already registered function
name leads to a crash). (jpauli)
. Fixed bug #74780 (parse_url() broken when query string contains colon).
(jhdxr)
. Fixed bug #74761 (Unary operator expected error on some systems). (petk)
. Fixed bug #73900 (Use After Free in unserialize() SplFixedArray). (nikic)
. Fixed bug #74923 (Crash when crawling through network share). (Anatol)
. Fixed bug #74913 (fixed incorrect poll.h include). (petk)
. Fixed bug #74906 (fixed incorrect errno.h include). (petk)
- Date:
. Fixed bug #74852 (property_exists returns true on unknown DateInterval
property). (jhdxr)
- OCI8:
. Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)
- Opcache:
. Fixed bug #74623 (Infinite loop in type inference when using HTMLPurifier).
(nikic)
- OpenSSL:
. Fixed bug #74798 (pkcs7_en/decrypt does not work if \x0a is used in content).
(Anatol)
. Added OPENSSL_DONT_ZERO_PAD_KEY constant to prevent key padding and fix bug
#71917 (openssl_open() returns junk on envelope < 16 bytes) and bug #72362
(OpenSSL Blowfish encryption is incorrect for short keys). (Jakub Zelenka)
- PDO:
. Fixed bug #69356 (PDOStatement::debugDumpParams() truncates query). (Adam
Baratz)
- SPL:
. Fixed bug #73471 (PHP freezes with AppendIterator). (jhdxr)
- SQLite3:
. Fixed bug #74883 (SQLite3::__construct() produces "out of memory" exception
with invalid flags). (Anatol)
- Wddx:
. Fixed bug #73173 (huge memleak when wddx_unserialize).
(tloi at fortinet dot com)
- zlib:
. Fixed bug #73944 (dictionary option of inflate_init() does not work).
(wapmorgan)
To generate a diff of this commit:
cvs rdiff -u -r1.181.2.4 -r1.181.2.5 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.3 -r1.3.2.1 pkgsrc/lang/php71/Makefile.php
cvs rdiff -u -r1.22.2.1 -r1.22.2.2 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.181.2.4 pkgsrc/lang/php/phpversion.mk:1.181.2.5
--- pkgsrc/lang/php/phpversion.mk:1.181.2.4 Sun Aug 13 19:01:25 2017
+++ pkgsrc/lang/php/phpversion.mk Sun Aug 13 19:07:26 2017
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.181.2.4 2017/08/13 19:01:25 bsiegert Exp $
+# $NetBSD: phpversion.mk,v 1.181.2.5 2017/08/13 19:07:26 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.31
PHP70_VERSION= 7.0.22
-PHP71_VERSION= 7.1.7
+PHP71_VERSION= 7.1.8
# Define initial release of major version.
PHP56_RELDATE= 20140828
Index: pkgsrc/lang/php71/Makefile.php
diff -u pkgsrc/lang/php71/Makefile.php:1.3 pkgsrc/lang/php71/Makefile.php:1.3.2.1
--- pkgsrc/lang/php71/Makefile.php:1.3 Tue Jun 20 07:24:08 2017
+++ pkgsrc/lang/php71/Makefile.php Sun Aug 13 19:07:26 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.3 2017/06/20 07:24:08 manu Exp $
+# $NetBSD: Makefile.php,v 1.3.2.1 2017/08/13 19:07:26 bsiegert Exp $
# used by lang/php71/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
@@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --with-libxml-dir=${PRE
PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX}
PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline
-PKG_SUGGESTED_OPTIONS+= inet6 ssl
+PKG_SUGGESTED_OPTIONS+= inet6 ssl readline
.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "FreeBSD"
PKG_SUPPORTED_OPTIONS+= dtrace
Index: pkgsrc/lang/php71/distinfo
diff -u pkgsrc/lang/php71/distinfo:1.22.2.1 pkgsrc/lang/php71/distinfo:1.22.2.2
--- pkgsrc/lang/php71/distinfo:1.22.2.1 Sat Jul 15 19:16:20 2017
+++ pkgsrc/lang/php71/distinfo Sun Aug 13 19:07:26 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.22.2.1 2017/07/15 19:16:20 bsiegert Exp $
+$NetBSD: distinfo,v 1.22.2.2 2017/08/13 19:07:26 bsiegert Exp $
-SHA1 (php-7.1.7.tar.bz2) = 1d7112102e79b052ebc47e3fd90ad24ddcfb8394
-RMD160 (php-7.1.7.tar.bz2) = bcba338427733569b3be8ed27c5dba2afc3fca80
-SHA512 (php-7.1.7.tar.bz2) = a505f8d1e140edff3f5bf6407adecf07cba1223fc905a978249684e9106832bcac0e9879ed07eed271c3bccd8204823d0e5ce2712dcb4432f50a3cf026e7bc84
-Size (php-7.1.7.tar.bz2) = 15751686 bytes
+SHA1 (php-7.1.8.tar.bz2) = d22adc95f31f111bdbcf88afef053cc687c65d3d
+RMD160 (php-7.1.8.tar.bz2) = b3e1274d2efab233951a39ee44d142271b9ffcba
+SHA512 (php-7.1.8.tar.bz2) = 30e31cf4e3f8d640d8fdee6e03a501320ae5fd3983d49a3f5ffa1c162b978d2c9391ed67288b5e22ac023202b7f3fa816c2179ddde91b12a6bf2ef41c25bf16f
+Size (php-7.1.8.tar.bz2) = 15794023 bytes
SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f
Home |
Main Index |
Thread Index |
Old Index