diff options
author | taca <taca@pkgsrc.org> | 2021-09-23 15:48:37 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-09-23 15:48:37 +0000 |
commit | f2916d1859f6f23b3d0fb06145a8e9d642825ea6 (patch) | |
tree | c0242712ae0d8f5cd9a20c11ee8e0abfe639b05a /lang/php80/PLIST | |
parent | 4503b1f29ada7626783e0ed913ddb7063029690a (diff) | |
download | pkgsrc-f2916d1859f6f23b3d0fb06145a8e9d642825ea6.tar.gz |
lang/php80: update to 8.0.11
* pkgsrc change: fix PLIST problem when php-embed PKG_OPTIONS is enabled.
* This release conintas security fix for CVE-2021-21706.
23 Sep 2021, PHP 8.0.11
- Core:
. Fixed bug #81302 (Stream position after stream filter removed). (cmb)
. Fixed bug #81346 (Non-seekable streams don't update position after write).
(cmb)
. Fixed bug #73122 (Integer Overflow when concatenating strings). (cmb)
-GD:
. Fixed bug #53580 (During resize gdImageCopyResampled cause colors change).
(cmb)
- Opcache:
. Fixed bug #81353 (segfault with preloading and statically bound closure).
(Nikita)
- Shmop:
. Fixed bug #81407 (shmop_open won't attach and causes php to crash). (cmb)
- Standard:
. Fixed bug #71542 (disk_total_space does not work with relative paths). (cmb)
. Fixed bug #81400 (Unterminated string in dns_get_record() results). (cmb)
- SysVMsg:
. Fixed bug #78819 (Heap Overflow in msg_send). (cmb)
- XML:
. Fixed bug #81351 (xml_parse may fail, but has no error code). (cmb, Nikita)
- Zip:
. Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). (Remi)
. Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination).
(cmb)
Diffstat (limited to 'lang/php80/PLIST')
-rw-r--r-- | lang/php80/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php80/PLIST b/lang/php80/PLIST index 0747e45f9b0..16806c161a6 100644 --- a/lang/php80/PLIST +++ b/lang/php80/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2021/03/07 13:41:36 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/09/23 15:48:37 taca Exp $ bin/phar bin/phar.phar bin/php @@ -269,7 +269,7 @@ include/php/main/streams/php_stream_userspace.h include/php/main/streams/php_streams_int.h include/php/sapi/cli/cli.h ${PLIST.embed}include/php/sapi/embed/php_embed.h -${PLIST.embed}lib/libphp7.so +${PLIST.embed}lib/libphp.so lib/php/build/Makefile.global lib/php/build/ax_check_compile_flag.m4 lib/php/build/ax_gcc_func_attribute.m4 |