Path to this page:
Subject: CVS commit: [pkgsrc-2018Q2] pkgsrc/lang
From: Benny Siegert
Date: 2018-09-18 20:15:50
Message id: 20180918181550.9938FFBF8@cvs.NetBSD.org
Log Message:
Pullup ticket #5832 - requested by taca
lang/php71: security fix
Revisions pulled up:
- lang/php71/Makefile 1.16
- lang/php71/Makefile.php 1.9-1.10
- lang/php71/distinfo 1.41-1.42
---
Module Name: pkgsrc
Committed By: manu
Date: Mon Jul 30 07:17:16 UTC 2018
Modified Files:
pkgsrc/lang/php70: Makefile.php
pkgsrc/lang/php71: Makefile.php
pkgsrc/lang/php72: Makefile.php
Log Message:
Fix PHP buidl on i386
The --disable-gcc-global-regs fix is not enough, we really need
GCC 6 to avoid php crashing during www/ap-ph build.
---
Module Name: pkgsrc
Committed By: maya
Date: Tue Jul 31 01:17:56 UTC 2018
Modified Files:
pkgsrc/lang/php70: Makefile Makefile.php
pkgsrc/lang/php71: Makefile Makefile.php
pkgsrc/lang/php72: Makefile Makefile.php
Log Message:
move --disable-gcc-global-regs to Makefile.php.
Seems to make a previously segfaulting netbsd-8/i386's build not segfau=
lt.
ap-php runs PHP's configure and builds some of its code, so it needs th=
e
same flag.
Now we can stop requiring an arbitrary GCC version. The test case in th=
e
GCC bugzilla fails on all GCC versions I tested, but magically some
versions of GCC manage to build a working PHP.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Aug 19 13:55:24 UTC 2018
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php71: distinfo
Log Message:
lang/php71: Update to 7.1.21
PHP =
NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||=
||||||||
16 Aug 2018, PHP 7.1.21
- Calendar:
. Fixed bug #52974 (jewish.c: compile error under Windows with GBK ch=
arset).
(cmb)
- Filter:
. Fixed bug #76366 (References in sub-array for filtering breaks the =
filter).
(ZiHang Gao)
- PDO_Firebird:
. Fixed bug #76488 (Memory leak when fetching a BLOB field). (Simonov=
Denis)
- PDO_PgSQL:
. Fixed bug #75402 (Possible Memory Leak using PDO::CURSOR_SCROLL opt=
ion).
(Anatol)
- SQLite3:
. Fixed #76665 (SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't j=
uggle).
(cmb)
- Standard:
. Fixed bug #68553 (array_column: null values in $index_key become in=
crementing
keys in result). (Laruence)
. Fixed bug #73817 (Incorrect entries in get_html_translation_table).=
(cmb)
. Fixed bug #76643 (Segmentation fault when using `output_add_rewrite=
_var`).
(cmb)
- Zip:
. Fixed bug #76524 (ZipArchive memory leak (OVERWRITE flag and empty =
archive)).
(Timur Ibragimov)
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Sep 13 15:44:06 UTC 2018
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php71: distinfo
Log Message:
lang/php71: Update to 7.1.22
13 Sep 2018, PHP 7.1.22
- Core:
. Fixed bug #76754 (parent private constant in extends class memory l=
eak).
(Laruence)
. Fixed bug #72443 (Generate enabled extension). (petk)
- Apache2:
. Fixed bug #76582 (Apache bucket brigade sometimes becomes invalid).=
(stas)
- Bz2:
. Fixed arginfo for bzcompress. (Tyson Andre)
- gettext:
. Fixed bug #76517 (incorrect restoring of LDFLAGS). (sji)
- iconv:
. Fixed bug #68180 (iconv_mime_decode can return extra characters in =
a
header). (cmb)
. Fixed bug #63839 (iconv_mime_decode_headers function is skipping he=
aders).
(cmb)
. Fixed bug #60494 (iconv_mime_decode does ignore special characters)=
. (cmb)
. Fixed bug #55146 (iconv_mime_decode_headers() skips some headers). =
(cmb)
- intl:
. Fixed bug #74484 (MessageFormatter::formatMessage memory corruption=
with
11+ named placeholders). (Anatol)
- libxml:
. Fixed bug #76777 ("public id" parameter of libxml_set_external_enti=
ty_loader
callback undefined). (Ville Hukkam=E4ki)
- mbstring:
. Fixed bug #76704 (mb_detect_order return value varies based on argu=
ment
type). (cmb)
- Opcache:
. Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" =
as a phar
file). (Laruence)
- OpenSSL:
. Fixed bug #76705 (unusable ssl =3D> peer_fingerprint in
stream_context_create()). (Jakub Zelenka)
- phpdbg:
. Fixed bug #76595 (phpdbg man page contains outdated information).
(Kevin Abel)
- SPL:
. Fixed bug #68825 (Exception in DirectoryIterator::getLinkTarget()).=
(cmb)
. Fixed bug #68175 (RegexIterator pregFlags are NULL instead of 0). (=
Tim
Siebels)
- Standard:
. Fixed bug #76778 (array_reduce leaks memory if callback throws exce=
ption).
(cmb)
- zlib:
. Fixed bug #65988 (Zlib version check fails when an include/zlib/ st=
yle dir
is passed to the --with-zlib configure option). (Jay Bonci)
. Fixed bug #76709 (Minimal required zlib library is 1.2.0.4). (petk)=
Files: