diff options
author | taca <taca@pkgsrc.org> | 2018-12-07 17:11:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-12-07 17:11:45 +0000 |
commit | 2eca8cef5dc056cd253f1d0302abae70f680dc73 (patch) | |
tree | b660563b881e6392139c53619371b89b15556783 /lang | |
parent | 389abd1919256c51e7cd96da45b110597146efe2 (diff) | |
download | pkgsrc-2eca8cef5dc056cd253f1d0302abae70f680dc73.tar.gz |
lang/php71: update to 7.1.25
06 Dec 2018, PHP 7.1.25
- Core:
. Fixed bug #71041 (zend_signal_startup() needs ZEND_API).
(Valentin V. Bartenev)
- ftp:
. Fixed bug #77151 (ftp_close(): SSL_read on shutdown). (Remi)
- iconv:
. Fixed bug #77147 (Fixing 60494 ignored ICONV_MIME_DECODE_CONTINUE_ON_ERROR).
(cmb)
- Core:
. Fixed bug #77231 (Segfault when using convert.quoted-printable-encode
filter). (Stas)
- IMAP:
. Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
mailbox parameter). (Stas)
- ODBC:
. Fixed bug #77079 (odbc_fetch_object has incorrect type signature).
(Jon Allen)
- Opcache:
. Fixed bug #77058 (Type inference in opcache causes side effects). (Nikita)
- Phar:
. Fixed bug #77022 (PharData always creates new files with mode 0666). (Stas)
. Fixed bug #77143 (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).
(Stas)
- PGSQL:
. Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT
TIMEZONE' data type). (Andy Gajetzki)
- SOAP:
. Fixed bug #76348 (WSDL_CACHE_MEMORY causes Segmentation fault). (cmb)
. Fixed bug #77141 (Signedness issue in SOAP when precision=-1). (cmb)
- Sockets:
. Fixed bug #67619 (Validate length on socket_write). (thiagooak)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php71/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index d9848355fb8..0a44ae964bc 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.235 2018/11/08 14:00:37 taca Exp $ +# $NetBSD: phpversion.mk,v 1.236 2018/12/07 17:11:45 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.38 PHP70_VERSION= 7.0.32 -PHP71_VERSION= 7.1.24 +PHP71_VERSION= 7.1.26 PHP72_VERSION= 7.2.12 # Define initial release of major version. diff --git a/lang/php71/distinfo b/lang/php71/distinfo index a36801d8bea..c0f51a423ab 100644 --- a/lang/php71/distinfo +++ b/lang/php71/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.45 2018/11/14 21:26:53 markd Exp $ +$NetBSD: distinfo,v 1.46 2018/12/07 17:11:45 taca Exp $ -SHA1 (php-7.1.24.tar.bz2) = 1135af2180db3698f82f74c55469d3fda5bfc77a -RMD160 (php-7.1.24.tar.bz2) = 374afed02d940bc75d61f55099c864008d6cc4d5 -SHA512 (php-7.1.24.tar.bz2) = 87142dbb7ebee8d5cac4df3864b984583a78be71996c0dc68b9be4faace149bb4ad692bea56da37a755e5def3aa1b40088c985339b85950ff3f11d33770b6181 -Size (php-7.1.24.tar.bz2) = 15021575 bytes +SHA1 (php-7.1.25.tar.bz2) = 6d8ea15a07c4cf87316a0ffcf304191b1c6501ff +RMD160 (php-7.1.25.tar.bz2) = cee77538a33089714b7b3684b65f44f19fb3f11a +SHA512 (php-7.1.25.tar.bz2) = 4eb23480858dd7cfcd87ddee54d2be0e62cd9476735444d5f274612dbe97b92192c2116fab7276caec0d7b5695293a5297ba472335785259813f3d8f16ebfea0 +Size (php-7.1.25.tar.bz2) = 15026963 bytes SHA1 (patch-acinclude.m4) = c232e68dbcd58bbfdf6800e491eb46812df15f65 SHA1 (patch-configure) = 862707ff3fd8b8d7312104bb44a48fe8379951bd SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c |