head 1.20; access; symbols pkgsrc-2024Q1:1.17.0.2 pkgsrc-2024Q1-base:1.17 pkgsrc-2023Q4:1.13.0.2 pkgsrc-2023Q4-base:1.13 pkgsrc-2023Q3:1.10.0.2 pkgsrc-2023Q3-base:1.10 pkgsrc-2023Q2:1.8.0.2 pkgsrc-2023Q2-base:1.8 pkgsrc-2023Q1:1.5.0.2 pkgsrc-2023Q1-base:1.5 pkgsrc-2022Q4:1.1.0.2 pkgsrc-2022Q4-base:1.1; locks; strict; comment @# @; 1.20 date 2024.06.07.13.58.44; author taca; state dead; branches; next 1.19; commitid OFUTlWOy0QoRA3dF; 1.19 date 2024.05.10.15.07.21; author taca; state Exp; branches; next 1.18; commitid aWmk8kDtf8laSs9F; 1.18 date 2024.04.13.02.49.41; author taca; state Exp; branches; next 1.17; commitid 5cTjBjCwlw3NEV5F; 1.17 date 2024.03.17.16.46.05; author taca; state Exp; branches 1.17.2.1; next 1.16; commitid xQ9eWS3jd4SG9x2F; 1.16 date 2024.02.16.13.16.59; author taca; state Exp; branches; next 1.15; commitid je8Z0M6BXOEJXEYE; 1.15 date 2024.01.21.07.56.16; author taca; state Exp; branches; next 1.14; commitid 2k8j1XBhrH6x1iVE; 1.14 date 2024.01.05.02.13.17; author taca; state Exp; branches; next 1.13; commitid mLM7rg2yvj0KDcTE; 1.13 date 2023.11.24.06.01.26; author taca; state Exp; branches; next 1.12; commitid jMF5Sytg2MjEfPNE; 1.12 date 2023.10.27.15.02.43; author taca; state Exp; branches; next 1.11; commitid UzPpsjE9nHWc9hKE; 1.11 date 2023.09.29.15.08.06; author taca; state Exp; branches; next 1.10; commitid KhvdReRPKuwM4GGE; 1.10 date 2023.09.02.14.47.35; author taca; state Exp; branches; next 1.9; commitid GY4IfjWL65dBPcDE; 1.9 date 2023.07.07.12.49.17; author taca; state Exp; branches; next 1.8; commitid ILQlzBZvWOuD0SvE; 1.8 date 2023.06.09.13.16.03; author taca; state Exp; branches 1.8.2.1; next 1.7; commitid kX7aGNiIafWD3hsE; 1.7 date 2023.05.14.14.46.15; author taca; state Exp; branches; next 1.6; commitid vr0RjFhJDLuooWoE; 1.6 date 2023.04.15.02.17.14; author taca; state Exp; branches; next 1.5; commitid rnyfGCedE0scb9lE; 1.5 date 2023.03.17.13.53.03; author taca; state Exp; branches; next 1.4; commitid 4mQ556QWzyQIXthE; 1.4 date 2023.02.15.14.15.12; author taca; state Exp; branches; next 1.3; commitid HX1wvd6jDql73DdE; 1.3 date 2023.02.03.14.41.48; author taca; state Exp; branches; next 1.2; commitid 4wBnlg8LTZr8A5cE; 1.2 date 2023.01.07.07.42.15; author taca; state Exp; branches; next 1.1; commitid GBAp0l4yekL28A8E; 1.1 date 2022.12.11.14.12.29; author taca; state Exp; branches 1.1.2.1; next ; commitid 8c0Gsp538gjq995E; 1.17.2.1 date 2024.04.22.12.36.39; author bsiegert; state Exp; branches; next 1.17.2.2; commitid M8jok9FXagopC87F; 1.17.2.2 date 2024.06.24.18.12.31; author bsiegert; state dead; branches; next ; commitid oDMP08y206D4sgfF; 1.8.2.1 date 2023.08.15.18.52.58; author bsiegert; state Exp; branches; next ; commitid 0OrdahFe2aZILUAE; 1.1.2.1 date 2023.01.08.17.57.22; author bsiegert; state Exp; branches; next ; commitid NW2l3Q8WjSR5vL8E; desc @@ 1.20 log @lang/php82: update to 8.2.20 pkgsrc change: Instead of patch configure, patch m4 files and use autoconf to generate configure. PHP 8.2.20 (2024-06-06) - CGI: . Fixed buffer limit on Windows, replacing read call usage by _read. (David Carlier) . Fixed bug GHSA-3qgc-jrrr-25jv (Bypass of CVE-2012-1823, Argument Injection in PHP-CGI). (CVE-2024-4577) (nielsdos) - CLI: . Fixed bug GH-14189 (PHP Interactive shell input state incorrectly handles quoted heredoc literals.). (nielsdos) - Core: . Fixed bug GH-13970 (Incorrect validation of #[Attribute] flags type for non-compile-time expressions). (ilutov) . Fixed bug GH-14140 (Floating point bug in range operation on Apple Silicon hardware). (Derick, Saki) - DOM: . Fix crashes when entity declaration is removed while still having entity references. (nielsdos) . Fix references not handled correctly in C14N. (nielsdos) . Fix crash when calling childNodes next() when iterator is exhausted. (nielsdos) . Fix crash in ParentNode::append() when dealing with a fragment containing text nodes. (nielsdos) - FFI: . Fixed bug GH-14215 (Cannot use FFI::load on CRLF header file with apache2handler). (nielsdos) - Filter: . Fixed bug GHSA-w8qr-v226-r27w (Filter bypass in filter_var FILTER_VALIDATE_URL). (CVE-2024-5458) (nielsdos) - FPM: . Fix bug GH-14175 (Show decimal number instead of scientific notation in systemd status). (Benjamin Cremer) - Hash: . ext/hash: Swap the checking order of `__has_builtin` and `__GNUC__` (Saki Takamachi) - Intl: . Fixed build regression on systems without C++17 compilers. (Calvin Buckley, Peter Kokot) - Ini: . Fixed bug GH-14100 (Corrected spelling mistake in php.ini files). (Marcus Xavier) - MySQLnd: . Fix bug GH-14255 (mysqli_fetch_assoc reports error from nested query). (Kamil Tekiela) - Opcache: . Fixed bug GH-14109 (Fix accidental persisting of internal class constant in shm). (ilutov) - OpenSSL: . The openssl_private_decrypt function in PHP, when using PKCS1 padding (OPENSSL_PKCS1_PADDING, which is the default), is vulnerable to the Marvin Attack unless it is used with an OpenSSL version that includes the changes from this pull request: https://github.com/openssl/openssl/pull/13817 (rsa_pkcs1_implicit_rejection). These changes are part of OpenSSL 3.2 and have also been backported to stable versions of various Linux distributions, as well as to the PHP builds provided for Windows since the previous release. All distributors and builders should ensure that this version is used to prevent PHP from being vulnerable. (CVE-2024-2408) - Standard: . Fixed bug GHSA-9fcc-425m-g385 (Bypass of CVE-2024-1874). (CVE-2024-5585) (nielsdos) - XML: . Fixed bug GH-14124 (Segmentation fault with XML extension under certain memory limit). (nielsdos) - XMLReader: . Fixed bug GH-14183 (XMLReader::open() can't be overridden). (nielsdos) @ text @$NetBSD: patch-configure,v 1.19 2024/05/10 15:07:21 taca Exp $ * Do not include "PKG_CONFIG*" in CONFIGURE_OPTIONS. * Don't autodetect maintainer-zts. * Shell portability. --- configure.orig 2024-05-07 14:19:14.000000000 +0000 +++ configure @@@@ -4366,6 +4366,10 @@@@ EOF else break fi + case "$CURRENT_ARG" in + \'PKG_CONFIG\=*) CURRENT_ARG="'PKG_CONFIG=@@TOOLS_PATH.pkg-config@@'";; + \'PKG_CONFIG_LIBDIR\=*) CURRENT_ARG="'PKG_CONFIG_LIBDIR=@@PHP_PKGCONFIG_PATH@@'";; + esac printf "%s\n" "$CURRENT_ARG \\" >>config.nice CONFIGURE_OPTIONS="$CONFIGURE_OPTIONS $CURRENT_ARG" done @@@@ -7806,30 +7810,6 @@@@ EOF ;; esac - if test "$APACHE_VERSION" -lt 2004001; then - APXS_MPM=`$APXS -q MPM_NAME` - if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser" && test "$APXS_MPM" != "itk"; then - - enable_zts=yes - if test "$pthreads_working" != "yes"; then - as_fn_error $? "ZTS currently requires working POSIX threads. We were unable to verify that your system supports Pthreads." "$LINENO" 5 - fi - - fi - else - APACHE_THREADED_MPM=`$APXS_HTTPD -V 2>/dev/null | grep 'threaded:.*yes'` - if test -n "$APACHE_THREADED_MPM"; then - - enable_zts=yes - if test "$pthreads_working" != "yes"; then - as_fn_error $? "ZTS currently requires working POSIX threads. We were unable to verify that your system supports Pthreads." "$LINENO" 5 - fi - - fi - fi - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } - PHP_VAR_SUBST="$PHP_VAR_SUBST APXS" else @@@@ -84114,7 +84094,7 @@@@ printf "%s\n" "#define HAVE_TIDYBUFFIO_H fi TIDY_LIBDIR=$TIDY_DIR/$PHP_LIBDIR - if test "$TIDY_LIB_NAME" == 'tidyp'; then + if test "$TIDY_LIB_NAME" = 'tidyp'; then printf "%s\n" "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.19 log @lang/php82: update to PHP 8.2.19 (2024-05-09) - Core: . Fixed bug GH-13772 (Invalid execute_data->opline pointers in observer fcall handlers when JIT is enabled). (Bob) . Fixed bug GH-13931 (Applying zero offset to null pointer in Zend/zend_opcode.c). (nielsdos) . Fixed bug GH-13942 (Align the behavior of zend-max-execution-timers with other timeout implementations). (Kévin Dunglas) . Fixed bug GH-14003 (Broken cleanup of unfinished calls with callable convert parameters). (ilutov) . Fixed bug GH-14013 (Erroneous dnl appended in configure). (Peter Kokot) . Fixed bug GH-10232 (If autoloading occurs during constant resolution filename and lineno are identified incorrectly). (ranvis) . Fixed bug GH-13727 (Missing void keyword). (Peter Kokot) - Fibers: . Fixed bug GH-13903 (ASAN false positive underflow when executing copy()). (nielsdos) - FPM: . Fixed bug GH-13563 (Setting bool values via env in FPM config fails). (Jakub Zelenka) - Intl: . Fixed build for icu 74 and onwards. (dunglas) - MySQLnd: . Fix shift out of bounds on 32-bit non-fast-path platforms. (nielsdos) - Opcache: . Fixed incorrect assumptions across compilation units for static calls. (ilutov) - OpenSSL: . Fixed bug GH-10495 (feof on OpenSSL stream hangs indefinitely). (Jakub Zelenka) - PDO SQLite: . Fix GH-13984 (Buffer size is now checked before memcmp). (Saki Takamachi) . Fix GH-13998 (Manage refcount of agg_context->val correctly). (Saki Takamachi) - Phar: . Fixed bug GH-13836 (Renaming a file in a Phar to an already existing filename causes a NULL pointer dereference). (nielsdos) . Fixed bug GH-13833 (Applying zero offset to null pointer in zend_hash.c). (nielsdos) . Fix potential NULL pointer dereference before calling EVP_SignInit. (icy17) - PHPDBG: . Fixed bug GH-13827 (Null pointer access of type 'zval' in phpdbg_frame). (nielsdos) - Posix: . Fix usage of reentrant functions in ext/posix. (Arnaud) - Session: . Fixed bug GH-13856 (Member access within null pointer of type 'ps_files' in ext/session/mod_files.c). (nielsdos) . Fixed bug GH-13891 (memleak and segfault when using ini_set with session.trans_sid_hosts). (nielsdos, kamil-tekiela) . Fixed buffer _read/_write size limit on windows for the file mode. (David Carlier) - Streams: . Fixed file_get_contents() on Windows fails with "errno=22 Invalid argument". (Damian Wójcik) . Fixed bug GH-13264 (Part 1 - Memory leak on stream filter failure). (Jakub Zelenka) . Fixed bug GH-13860 (Incorrect PHP_STREAM_OPTION_CHECK_LIVENESS case in ext/openssl/xp_ssl.c - causing use of dead socket). (nielsdos) . Fixed bug GH-11678 (Build fails on musl 1.2.4 - lfs64). (Arnaud) - Treewide: . Fix gcc-14 Wcalloc-transposed-args warnings. (Cristian Rodríguez) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.18 2024/04/13 02:49:41 taca Exp $ @ 1.18 log @lang/php82: update to 8.2.18 This release includes security fixes. 11 Apr 2024, PHP 8.2.18 - Core: . Fixed bug GH-13612 (Corrupted memory in destructor with weak references). (nielsdos) . Fixed bug GH-13784 (AX_GCC_FUNC_ATTRIBUTE failure). (Remi) . Fixed bug GH-13670 (GC does not scale well with a lot of objects created in destructor). (Arnaud) - DOM: . Add some missing ZPP checks. (nielsdos) . Fix potential memory leak in XPath evaluation results. (nielsdos) . Fix phpdoc for DOMDocument load methods. (VincentLanglet) - FPM . Fix incorrect check in fpm_shm_free(). (nielsdos) - GD: . Fixed bug GH-12019 (add GDLIB_CFLAGS in feature tests). (Michael Orlitzky) - Gettext: . Fixed sigabrt raised with dcgettext/dcngettext calls with gettext 0.22.5 with category set to LC_ALL. (David Carlier) - MySQLnd: . Fix GH-13452 (Fixed handshake response [mysqlnd]). (Saki Takamachi) . Fix incorrect charset length in check_mb_eucjpms(). (nielsdos) - Opcache: . Fixed GH-13508 (JITed QM_ASSIGN may be optimized out when op1 is null). (Arnaud, Dmitry) . Fixed GH-13712 (Segmentation fault for enabled observers when calling trait method of internal trait when opcache is loaded). (Bob) - PDO: . Fix various PDORow bugs. (Girgias) - Random: . Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with unknown modes). (timwolla) . Fixed bug GH-13690 (Global Mt19937 is not properly reset in-between requests when MT_RAND_PHP is used). (timwolla) - Session: . Fixed bug GH-13680 (Segfault with session_decode and compilation error). (nielsdos) - Sockets: . Fixed bug GH-13604 (socket_getsockname returns random characters in the end of the socket name). (David Carlier) - SPL: . Fixed bug GH-13531 (Unable to resize SplfixedArray after being unserialized in PHP 8.2.15). (nielsdos) . Fixed bug GH-13685 (Unexpected null pointer in zend_string.h). (nielsdos) - Standard: . Fixed bug GH-11808 (Live filesystem modified by tests). (nielsdos) . Fixed GH-13402 (Added validation of `\n` in $additional_headers of mail()). (SakiTakamachi) . Fixed bug GH-13203 (file_put_contents fail on strings over 4GB on Windows). (divinity76) . Fixed bug GHSA-pc52-254m-w9w7 (Command injection via array-ish $command parameter of proc_open). (CVE-2024-1874) (Jakub Zelenka) . Fixed bug GHSA-wpj3-hf5j-x4v4 (__Host-/__Secure- cookie bypass due to partial CVE-2022-31629 fix). (CVE-2024-2756) (nielsdos) . Fixed bug GHSA-h746-cjrr-wfmr (password_verify can erroneously return true, opening ATO risk). (CVE-2024-3096) (Jakub Zelenka) - XML: . Fixed bug GH-13517 (Multiple test failures when building with --with-expat). (nielsdos) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.17 2024/03/17 16:46:05 taca Exp $ d7 1 a7 1 --- configure.orig 2024-04-09 18:46:23.000000000 +0000 d9 1 a9 1 @@@@ -3732,6 +3732,10 @@@@ EOF d17 1 a17 1 $as_echo "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7023,30 +7027,6 @@@@ EOF d45 2 a46 2 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } d51 1 a51 1 @@@@ -78313,7 +78293,7 @@@@ $as_echo "#define HAVE_TIDYBUFFIO_H 1" > d58 1 a58 1 $as_echo "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.17 log @lang/php82: update to 8.2.17 PHP 8.2.17 (2024-03-14) - Core: . Fix ZTS persistent resource crashes on shutdown. (nielsdos) - Curl: . Fix failing tests due to string changes in libcurl 8.6.0. (Ayesh) - DOM: . Fix reference access in dimensions for DOMNodeList and DOMNodeMap. (nielsdos) - Fileinfo: . Fixed bug GH-13344 (finfo::buffer(): Failed identify data 0:(null), backport). (nielsdos) - FPM: . Fixed bug #75712 (getenv in php-fpm should not read $_ENV, $_SERVER). (Jakub Zelenka) - GD: . Fixed bug GH-12019 (detection of image formats in system gd library). (Michael Orlitzky) - MySQLnd: . Fixed bug GH-11950 ([mysqlnd] Fixed not to set CR_MALFORMED_PACKET to error if CR_SERVER_GONE_ERROR is already set). (Saki Takamachi) - PGSQL: . Fixed bug GH-13354 (pg_execute/pg_send_query_params/pg_send_execute with null value passed by reference). (George Barbarosie) - Standard: . Fixed array key as hash to string (case insensitive) comparison typo for the second operand buffer size (albeit unused for now). (A. Slepykh) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.16 2024/02/16 13:16:59 taca Exp $ d7 1 a7 1 --- configure.orig 2024-03-12 14:26:30.000000000 +0000 d9 1 a9 1 @@@@ -4365,6 +4365,10 @@@@ EOF d17 1 a17 1 printf "%s\n" "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7805,30 +7809,6 @@@@ EOF d45 2 a46 2 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } d51 1 a51 1 @@@@ -82926,7 +82906,7 @@@@ printf "%s\n" "#define HAVE_TIDYBUFFIO_H d58 1 a58 1 printf "%s\n" "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.17.2.1 log @Pullup ticket #6847 - requested by taca lang/php82: security fix Revisions pulled up: - lang/php/phpversion.mk 1.427 - lang/php82/distinfo 1.20 - lang/php82/patches/patch-configure 1.18 --- Module Name: pkgsrc Committed By: taca Date: Sat Apr 13 02:49:41 UTC 2024 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php82: distinfo pkgsrc/lang/php82/patches: patch-configure Log Message: lang/php82: update to 8.2.18 This release includes security fixes. 11 Apr 2024, PHP 8.2.18 - Core: . Fixed bug GH-13612 (Corrupted memory in destructor with weak references). (nielsdos) . Fixed bug GH-13784 (AX_GCC_FUNC_ATTRIBUTE failure). (Remi) . Fixed bug GH-13670 (GC does not scale well with a lot of objects created in destructor). (Arnaud) - DOM: . Add some missing ZPP checks. (nielsdos) . Fix potential memory leak in XPath evaluation results. (nielsdos) . Fix phpdoc for DOMDocument load methods. (VincentLanglet) - FPM . Fix incorrect check in fpm_shm_free(). (nielsdos) - GD: . Fixed bug GH-12019 (add GDLIB_CFLAGS in feature tests). (Michael Orlitzky) - Gettext: . Fixed sigabrt raised with dcgettext/dcngettext calls with gettext 0.22.5 with category set to LC_ALL. (David Carlier) - MySQLnd: . Fix GH-13452 (Fixed handshake response [mysqlnd]). (Saki Takamachi) . Fix incorrect charset length in check_mb_eucjpms(). (nielsdos) - Opcache: . Fixed GH-13508 (JITed QM_ASSIGN may be optimized out when op1 is null). (Arnaud, Dmitry) . Fixed GH-13712 (Segmentation fault for enabled observers when calling trait method of internal trait when opcache is loaded). (Bob) - PDO: . Fix various PDORow bugs. (Girgias) - Random: . Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with unknown modes). (timwolla) . Fixed bug GH-13690 (Global Mt19937 is not properly reset in-between requests when MT_RAND_PHP is used). (timwolla) - Session: . Fixed bug GH-13680 (Segfault with session_decode and compilation error). (nielsdos) - Sockets: . Fixed bug GH-13604 (socket_getsockname returns random characters in the end of the socket name). (David Carlier) - SPL: . Fixed bug GH-13531 (Unable to resize SplfixedArray after being unserialized in PHP 8.2.15). (nielsdos) . Fixed bug GH-13685 (Unexpected null pointer in zend_string.h). (nielsdos) - Standard: . Fixed bug GH-11808 (Live filesystem modified by tests). (nielsdos) . Fixed GH-13402 (Added validation of `\n` in $additional_headers of mail()). (SakiTakamachi) . Fixed bug GH-13203 (file_put_contents fail on strings over 4GB on Windows). (divinity76) . Fixed bug GHSA-pc52-254m-w9w7 (Command injection via array-ish $command parameter of proc_open). (CVE-2024-1874) (Jakub Zelenka) . Fixed bug GHSA-wpj3-hf5j-x4v4 (__Host-/__Secure- cookie bypass due to partial CVE-2022-31629 fix). (CVE-2024-2756) (nielsdos) . Fixed bug GHSA-h746-cjrr-wfmr (password_verify can erroneously return true, opening ATO risk). (CVE-2024-3096) (Jakub Zelenka) - XML: . Fixed bug GH-13517 (Multiple test failures when building with --with-expat). (nielsdos) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.17 2024/03/17 16:46:05 taca Exp $ d7 1 a7 1 --- configure.orig 2024-04-09 18:46:23.000000000 +0000 d9 1 a9 1 @@@@ -3732,6 +3732,10 @@@@ EOF d17 1 a17 1 $as_echo "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7023,30 +7027,6 @@@@ EOF d45 2 a46 2 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } d51 1 a51 1 @@@@ -78313,7 +78293,7 @@@@ $as_echo "#define HAVE_TIDYBUFFIO_H 1" > d58 1 a58 1 $as_echo "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.17.2.2 log @Pullup ticket #6867 - requested by taca lang/php82: security fix Revisions pulled up: - lang/php/phpversion.mk 1.430,1.435 - lang/php82/Makefile 1.9 - lang/php82/distinfo 1.21-1.22 - lang/php82/patches/patch-build_php.m4 1.1 - lang/php82/patches/patch-configure deleted - lang/php82/patches/patch-sapi_apache2handler_config.m4 1.1 --- Module Name: pkgsrc Committed By: taca Date: Fri Jun 7 13:58:44 UTC 2024 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php82: Makefile distinfo Added Files: pkgsrc/lang/php82/patches: patch-build_php.m4 patch-sapi_apache2handler_config.m4 Removed Files: pkgsrc/lang/php82/patches: patch-configure Log Message: lang/php82: update to 8.2.20 pkgsrc change: Instead of patch configure, patch m4 files and use autoconf to generate configure. PHP 8.2.20 (2024-06-06) - CGI: . Fixed buffer limit on Windows, replacing read call usage by _read. (David Carlier) . Fixed bug GHSA-3qgc-jrrr-25jv (Bypass of CVE-2012-1823, Argument Injection in PHP-CGI). (CVE-2024-4577) (nielsdos) - CLI: . Fixed bug GH-14189 (PHP Interactive shell input state incorrectly handles quoted heredoc literals.). (nielsdos) - Core: . Fixed bug GH-13970 (Incorrect validation of #[Attribute] flags type for non-compile-time expressions). (ilutov) . Fixed bug GH-14140 (Floating point bug in range operation on Apple Silicon hardware). (Derick, Saki) - DOM: . Fix crashes when entity declaration is removed while still having entity references. (nielsdos) . Fix references not handled correctly in C14N. (nielsdos) . Fix crash when calling childNodes next() when iterator is exhausted. (nielsdos) . Fix crash in ParentNode::append() when dealing with a fragment containing text nodes. (nielsdos) - FFI: . Fixed bug GH-14215 (Cannot use FFI::load on CRLF header file with apache2handler). (nielsdos) - Filter: . Fixed bug GHSA-w8qr-v226-r27w (Filter bypass in filter_var FILTER_VALIDATE_URL). (CVE-2024-5458) (nielsdos) - FPM: . Fix bug GH-14175 (Show decimal number instead of scientific notation in systemd status). (Benjamin Cremer) - Hash: . ext/hash: Swap the checking order of `__has_builtin` and `__GNUC__` (Saki Takamachi) - Intl: . Fixed build regression on systems without C++17 compilers. (Calvin Buckley, Peter Kokot) - Ini: . Fixed bug GH-14100 (Corrected spelling mistake in php.ini files). (Marcus Xavier) - MySQLnd: . Fix bug GH-14255 (mysqli_fetch_assoc reports error from nested query). (Kamil Tekiela) - Opcache: . Fixed bug GH-14109 (Fix accidental persisting of internal class constant in shm). (ilutov) - OpenSSL: . The openssl_private_decrypt function in PHP, when using PKCS1 padding (OPENSSL_PKCS1_PADDING, which is the default), is vulnerable to the Marvin Attack unless it is used with an OpenSSL version that includes the changes from this pull request: https://github.com/openssl/openssl/pull/13817 (rsa_pkcs1_implicit_rejection). These changes are part of OpenSSL 3.2 and have also been backported to stable versions of various Linux distributions, as well as to the PHP builds provided for Windows since the previous release. All distributors and builders should ensure that this version is used to prevent PHP from being vulnerable. (CVE-2024-2408) - Standard: . Fixed bug GHSA-9fcc-425m-g385 (Bypass of CVE-2024-1874). (CVE-2024-5585) (nielsdos) - XML: . Fixed bug GH-14124 (Segmentation fault with XML extension under certain memory limit). (nielsdos) - XMLReader: . Fixed bug GH-14183 (XMLReader::open() can't be overridden). (nielsdos) --- Module Name: pkgsrc Committed By: taca Date: Fri Jun 7 23:11:41 UTC 2024 Modified Files: pkgsrc/lang/php81: Makefile Makefile.php pkgsrc/lang/php82: Makefile Makefile.php pkgsrc/lang/php83: Makefile Makefile.php pkgsrc/www/ap-php: Makefile pkgsrc/www/php-fpm: Makefile Log Message: Fix build problem of www/ap-php and www/php-fpm. Switch these packages to use autoconf, too. --- Module Name: pkgsrc Committed By: taca Date: Fri May 10 15:07:21 UTC 2024 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php82: distinfo pkgsrc/lang/php82/patches: patch-configure Log Message: lang/php82: update to PHP 8.2.19 (2024-05-09) - Core: . Fixed bug GH-13772 (Invalid execute_data->opline pointers in observ= er fcall handlers when JIT is enabled). (Bob) . Fixed bug GH-13931 (Applying zero offset to null pointer in Zend/zend_opcode.c). (nielsdos) . Fixed bug GH-13942 (Align the behavior of zend-max-execution-timers= with other timeout implementations). (K=E9vin Dunglas) . Fixed bug GH-14003 (Broken cleanup of unfinished calls with callabl= e convert parameters). (ilutov) . Fixed bug GH-14013 (Erroneous dnl appended in configure). (Peter Ko= kot) . Fixed bug GH-10232 (If autoloading occurs during constant resolutio= n filename and lineno are identified incorrectly). (ranvis) . Fixed bug GH-13727 (Missing void keyword). (Peter Kokot) - Fibers: . Fixed bug GH-13903 (ASAN false positive underflow when executing co= py()). (nielsdos) - FPM: . Fixed bug GH-13563 (Setting bool values via env in FPM config fails= ). (Jakub Zelenka) - Intl: . Fixed build for icu 74 and onwards. (dunglas) - MySQLnd: . Fix shift out of bounds on 32-bit non-fast-path platforms. (nielsdo= s) - Opcache: . Fixed incorrect assumptions across compilation units for static cal= ls. (ilutov) - OpenSSL: . Fixed bug GH-10495 (feof on OpenSSL stream hangs indefinitely). (Jakub Zelenka) - PDO SQLite: . Fix GH-13984 (Buffer size is now checked before memcmp). (Saki Taka= machi) . Fix GH-13998 (Manage refcount of agg_context->val correctly). (Saki Takamachi) - Phar: . Fixed bug GH-13836 (Renaming a file in a Phar to an already existin= g filename causes a NULL pointer dereference). (nielsdos) . Fixed bug GH-13833 (Applying zero offset to null pointer in zend_ha= sh.c). (nielsdos) . Fix potential NULL pointer dereference before calling EVP_SignInit.= (icy17) - PHPDBG: . Fixed bug GH-13827 (Null pointer access of type 'zval' in phpdbg_fr= ame). (nielsdos) - Posix: . Fix usage of reentrant functions in ext/posix. (Arnaud) - Session: . Fixed bug GH-13856 (Member access within null pointer of type 'ps_f= iles' in ext/session/mod_files.c). (nielsdos) . Fixed bug GH-13891 (memleak and segfault when using ini_set with session.trans_sid_hosts). (nielsdos, kamil-tekiela) . Fixed buffer _read/_write size limit on windows for the file mode. = (David Carlier) - Streams: . Fixed file_get_contents() on Windows fails with "errno=3D22 Invalid= argument". (Damian W=F3jcik) . Fixed bug GH-13264 (Part 1 - Memory leak on stream filter failure).= (Jakub Zelenka) . Fixed bug GH-13860 (Incorrect PHP_STREAM_OPTION_CHECK_LIVENESS case= in ext/openssl/xp_ssl.c - causing use of dead socket). (nielsdos) . Fixed bug GH-11678 (Build fails on musl 1.2.4 - lfs64). (Arnaud) - Treewide: . Fix gcc-14 Wcalloc-transposed-args warnings. (Cristian Rodr=EDguez)= --- Module Name: pkgsrc Committed By: taca Date: Fri Jun 7 23:11:41 UTC 2024 Modified Files: pkgsrc/lang/php81: Makefile Makefile.php pkgsrc/lang/php82: Makefile Makefile.php pkgsrc/lang/php83: Makefile Makefile.php pkgsrc/www/ap-php: Makefile pkgsrc/www/php-fpm: Makefile Log Message: Fix build problem of www/ap-php and www/php-fpm. Switch these packages to use autoconf, too. @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.17.2.1 2024/04/22 12:36:39 bsiegert Exp $ @ 1.16 log @lang/php82: update to 8.2.16 15 Feb 2024, PHP 8.2.16 - Core: . Fixed timer leak in zend-max-execution-timers builds. (withinboredom) . Fixed bug GH-12349 (linking failure on ARM with mold). (Jan Palus) . Fixed bug GH-13097 (Anonymous class reference in trigger_error / thrown Exception). (nielsdos) . Fixed bug GH-13215 (GCC 14 build failure). (Remi) - Curl: . Fix missing error check in curl_multi_init(). (divinity76) - FPM: . Fixed bug GH-12996 (Incorrect SCRIPT_NAME with Apache ProxyPassMatch when plus in path). (Jakub Zelenka) - GD: . Fixed bug GH-10344 (imagettfbbox(): Could not find/open font UNC path). (nielsdos) . Fixed bug GH-10614 (imagerotate will turn the picture all black, when rotated 90). (nielsdos) - MySQLnd: . Fixed bug GH-12107 (When running a stored procedure (that returns a result set) twice, PHP crashes). (nielsdos) - Opcache: . Fixed bug GH-13232 (Segmentation fault will be reported when JIT is off but JIT_debug is still on). (nielsdos) - OpenSSL: . Fixed LibreSSL undefined reference when OPENSSL_NO_ENGINE not set. (David Carlier). - PDO_Firebird: . Fix GH-13119 (Changed to convert float and double values ​​into strings using `H` format). (SakiTakamachi) - Phar: . Fixed bug #71465 (PHAR doesn't know about litespeed). (nielsdos) . Fixed bug GH-13037 (PharData incorrectly extracts zip file). (nielsdos) - Random: . Fixed bug GH-13138 (Randomizer::pickArrayKeys() does not detect broken engines). (timwolla) - Session: . Fixed bug GH-12504 (Corrupted session written when there's a fatal error in autoloader). (nielsdos) - Streams: . Fixed bug GH-13071 (Copying large files using mmap-able source streams may exhaust available memory and fail). (nielsdos) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.15 2024/01/21 07:56:16 taca Exp $ d7 1 a7 1 --- configure.orig 2024-02-13 15:22:59.000000000 +0000 d9 1 a9 1 @@@@ -3732,6 +3732,10 @@@@ EOF d17 1 a17 1 $as_echo "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7023,30 +7027,6 @@@@ EOF d45 2 a46 2 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } d51 1 a51 1 @@@@ -78642,7 +78622,7 @@@@ $as_echo "#define HAVE_TIDYBUFFIO_H 1" > d58 1 a58 1 $as_echo "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.15 log @lang/php82: update to 8.2.15 8.2.15 (2024-01-18) - Core: . Fixed bug GH-12953 (false positive SSA integrity verification failed when loading composer classmaps with more than 11k elements). (nielsdos) . Fixed bug GH-12966 (missing cross-compiling 3rd argument so Autoconf doesn't emit warnings). (Peter Kokot) - Cli: . Fix incorrect timeout in built-in web server when using router script and max_input_time. (ilutov) - FFI: . Fixed bug GH-9698 (stream_wrapper_register crashes with FFI\CData). (Jakub Zelenka) . Fixed bug GH-12905 (FFI::new interacts badly with observers). (nielsdos) - Intl: . Fixed GH-12943 (IntlDateFormatter::__construct accepts 'C' as valid locale). (David Carlier) - Hash: . Fixed bug GH-12936 (hash() function hangs endlessly if using sha512 on strings >= 4GiB). (nielsdos) - ODBC: . Fix crash on Apache shutdown with persistent connections. (nielsdos) - Opcache: . Fixed oss-fuzz #64727 (JIT undefined array key warning may overwrite DIM with NULL when DIM is the same var as result). (ilutov) . Added workaround for SELinux mprotect execheap issue. See https://bugzilla.kernel.org/show_bug.cgi?id=218258. (ilutov) - OpenSSL: . Fixed bug GH-12987 (openssl_csr_sign might leak new cert on error). (Jakub Zelenka) - PDO: . Fix GH-12969 (Fixed PDO::getAttribute() to get PDO::ATTR_STRINGIFY_FETCHES). (SakiTakamachi) - PDO_ODBC: . Fixed bug GH-12767 (Unable to turn on autocommit mode with setAttribute()). (SakiTakamachi) - PGSQL: . Fixed auto_reset_persistent handling and allow_persistent type. (David Carlier) . Fixed bug GH-12974 (Apache crashes on shutdown when using pg_pconnect()). (nielsdos) - Phar: . Fixed bug #77432 (Segmentation fault on including phar file). (nielsdos) - PHPDBG: . Fixed bug GH-12962 (Double free of init_file in phpdbg_prompt.c). (nielsdos) - SimpleXML: . Fix getting the address of an uninitialized property of a SimpleXMLElement resulting in a crash. (nielsdos) - Tidy: . Fixed bug GH-12980 (tidynode.props.attribute is missing "Boolean Attributes" and empty attributes). (nielsdos) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.14 2024/01/05 02:13:17 taca Exp $ d7 1 a7 1 --- configure.orig 2024-01-16 12:19:32.000000000 +0000 d9 1 a9 1 @@@@ -4323,6 +4323,10 @@@@ EOF d17 1 a17 1 printf "%s\n" "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7554,30 +7558,6 @@@@ EOF d45 2 a46 2 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } d51 1 a51 1 @@@@ -81254,7 +81234,7 @@@@ printf "%s\n" "#define HAVE_TIDYBUFFIO_H d58 1 a58 1 printf "%s\n" "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.14 log @lang/php82: update to 8.2.14 PHP 8.2.14 (2023-12-21) - Core: . Fixed oss-fuzz #54325 (Use-after-free of name in var-var with malicious error handler). (ilutov) . Fixed oss-fuzz #64209 (In-place modification of filename in php_message_handler_for_zend). (ilutov) . Fixed bug GH-12758 / GH-12768 (Invalid opline in OOM handlers within ZEND_FUNC_GET_ARGS and ZEND_BIND_STATIC). (Florian Engelhardt) . Fix various missing NULL checks. (nielsdos, dstogov) . Fixed bug GH-12835 (Leak of call->extra_named_params on internal __call). (ilutov) - Date: . Fixed improbably integer overflow while parsing really large (or small) Unix timestamps. (Derick) - DOM: . Fixed bug GH-12616 (DOM: Removing XMLNS namespace node results in invalid default: prefix). (nielsdos) - FPM: . Fixed bug GH-12705 (Segmentation fault in fpm_status_export_to_zval). (Patrick Prasse) - FTP: . Fixed bug GH-9348 (FTP & SSL session reuse). (nielsdos) - Intl: . Fixed bug GH-12635 (Test bug69398.phpt fails with ICU 74.1). (nielsdos) - LibXML: . Fixed bug GH-12702 (libxml2 2.12.0 issue building from src). (nono303) . Fixed test failures for libxml2 2.12.0. (nielsdos) - MySQLnd: . Avoid using uninitialised struct. (mikhainin) . Fixed bug GH-12791 (Possible dereference of NULL in MySQLnd debug code). (nielsdos) - Opcache: . Fixed JIT bug (Function JIT emits "Uninitialized string offset" warning at the same time as invalid offset Error). (Girgias) . Fixed JIT bug (JIT emits "Attempt to assign property of non-object" warning at the same time as Error is being thrown). (Girgias) - OpenSSL: . Fixed bug #50713 (openssl_pkcs7_verify() may ignore untrusted CAs). (Jakub Zelenka) - PCRE: . Fixed bug GH-12628 (The gh11374 test fails on Alpinelinux). (nielsdos) - PDO PGSQL: . Fixed the default value of $fetchMode in PDO::pgsqlGetNotify() (kocsismate) - PGSQL: . Fixed bug GH-12763 wrong argument type for pg_untrace. (degtyarov) - PHPDBG: . Fixed bug GH-12675 (MEMORY_LEAK in phpdbg_prompt.c). (nielsdos) - SOAP: . Fixed bug GH-12838 ([SOAP] Temporary WSDL cache files not being deleted). (nielsdos) - SPL: . Fixed bug GH-12721 (SplFileInfo::getFilename() segfault in combination with GlobIterator and no directory separator). (nielsdos) - SQLite3: . Fixed bug GH-12633 (sqlite3_defensive.phpt fails with sqlite 3.44.0). (SakiTakamachi) - Standard: . Fix memory leak in syslog device handling. (danog) . Fixed bug GH-12621 (browscap segmentation fault when configured in the vhost). (nielsdos) . Fixed bug GH-12655 (proc_open() does not take into account references in the descriptor array). (nielsdos) - Streams: . Fixed bug #79945 (Stream wrappers in imagecreatefrompng causes segfault). (Jakub Zelenka) - Zip: . Fixed bug GH-12661 (Inconsistency in ZipArchive::addGlob remove_path Option Behavior). (Remi) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.13 2023/11/24 06:01:26 taca Exp $ d7 1 a7 1 --- configure.orig 2023-12-20 06:28:06.000000000 +0000 d9 1 a9 1 @@@@ -3732,6 +3732,10 @@@@ EOF d17 1 a17 1 $as_echo "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7023,30 +7027,6 @@@@ EOF d45 2 a46 2 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } d51 1 a51 1 @@@@ -78642,7 +78622,7 @@@@ $as_echo "#define HAVE_TIDYBUFFIO_H 1" > d58 1 a58 1 $as_echo "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.13 log @PHP 8.2.13 (2023-11-23) - Core: . Fixed double-free of non-interned enum case name. (ilutov) . Fixed bug GH-12457 (Incorrect result of stripos with single character needle). (SakiTakamachi) . Fixed bug GH-12468 (Double-free of doc_comment when overriding static property via trait). (ilutov) . Fixed segfault caused by weak references to FFI objects. (sj-i) . Fixed max_execution_time: don't delete an unitialized timer. (Kévin Dunglas) . Fixed bug GH-12558 (Arginfo soft-breaks with namespaced class return type if the class name starts with N). (kocsismate) - DOM: . Fix registerNodeClass with abstract class crashing. (nielsdos) . Add missing NULL pointer error check. (icy17) . Fix validation logic of php:function() callbacks. (nielsdos) - Fiber: . Fixed bug GH-11121 (ReflectionFiber segfault). (danog, trowski, bwoebi) - FPM: . Fixed bug GH-9921 (Loading ext in FPM config does not register module handlers). (Jakub Zelenka) . Fixed bug GH-12232 (FPM: segfault dynamically loading extension without opcache). (Jakub Zelenka) . Fixed bug #76922 (FastCGI terminates conn after FCGI_GET_VALUES). (Jakub Zelenka) - Intl: . Removed the BC break on IntlDateFormatter::construct which threw an exception with an invalid locale. (David Carlier) - Opcache: . Added warning when JIT cannot be enabled. (danog) . Fixed bug GH-8143 (Crashes in zend_accel_inheritance_cache_find since upgrading to 8.1.3 due to corrupt on-disk file cache). (turchanov) - OpenSSL: . Fixed bug GH-12489 (Missing sigbio creation checking in openssl_cms_verify). (Jakub Zelenka) - PCRE: . Fixed bug GH-11374 (Backport upstream fix, Different preg_match result with -d pcre.jit=0). (mvorisek) - SOAP: . Fixed bug GH-12392 (Segmentation fault on SoapClient::__getTypes). (nielsdos) . Fixed bug #66150 (SOAP WSDL cache race condition causes Segmentation Fault). (nielsdos) . Fixed bug #67617 (SOAP leaves incomplete cache file on ENOSPC). (nielsdos) . Fix incorrect uri check in SOAP caching. (nielsdos) . Fix segfault and assertion failure with refcounted props and arrays. (nielsdos) . Fix potential crash with an edge case of persistent encoders. (nielsdos) . Fixed bug #75306 (Memleak in SoapClient). (nielsdos) - Streams: . Fixed bug #75708 (getimagesize with "&$imageinfo" fails on StreamWrappers). (Jakub Zelenka) - XMLReader: . Add missing NULL pointer error check. (icy17) - XMLWriter: . Add missing NULL pointer error check. (icy17) - XSL: . Add missing module dependency. (nielsdos) . Fix validation logic of php:function() callbacks. (nielsdos) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.12 2023/10/27 15:02:43 taca Exp $ d7 1 a7 1 --- configure.orig 2023-11-21 09:55:59.000000000 +0000 d9 1 a9 1 @@@@ -4323,6 +4323,10 @@@@ EOF d17 1 a17 1 printf "%s\n" "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7554,30 +7558,6 @@@@ EOF d45 2 a46 2 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } d51 1 a51 1 @@@@ -81253,7 +81233,7 @@@@ printf "%s\n" "#define HAVE_TIDYBUFFIO_H d58 1 a58 1 printf "%s\n" "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.12 log @lang/php82: update to 8.2.12 26 Oct 2023, PHP 8.2.12 - Core: . Fixed bug GH-12207 (memory leak when class using trait with doc block). (rioderelfte) . Fixed bug GH-12215 (Module entry being overwritten causes type errors in ext/dom). (nielsdos) . Fixed bug GH-12273 (__builtin_cpu_init check). (Freaky) . Fixed bug #80092 (ZTS + preload = segfault on shutdown). (nielsdos) - CLI: . Ensure a single Date header is present. (coppolafab) - CType: . Fixed bug GH-11997 (ctype_alnum 5 times slower in PHP 8.1 or greater). (nielsdos) - DOM: . Restore old namespace reconciliation behaviour. (nielsdos) . Fixed bug GH-8996 (DOMNode serialization on PHP ^8.1). (nielsdos) - Fileinfo: . Fixed bug GH-11891 (fileinfo returns text/xml for some svg files). (usarise) - Filter: . Fix explicit FILTER_REQUIRE_SCALAR with FILTER_CALLBACK (ilutov) - Hash: . Fixed bug GH-12186 (segfault copying/cloning a finalized HashContext). (MaxSem) - Intl: . Fixed bug GH-12243 (segfault on IntlDateFormatter::construct). (David Carlier) . Fixed bug GH-12282 (IntlDateFormatter::construct should throw an exception on an invalid locale). (David Carlier) - MySQLnd: . Fixed bug GH-12297 (PHP Startup: Invalid library (maybe not a PHP library) 'mysqlnd.so' in Unknown on line). (nielsdos) - Opcache: . Fixed opcache_invalidate() on deleted file. (mikhainin) . Fixed bug GH-12380 (JIT+private array property access inside closure accesses private property in child class). (nielsdos) - PCRE: . Fixed bug GH-11956 (Backport upstream fix, PCRE regular expressions with JIT enabled gives different result). (nielsdos) - SimpleXML: . Fixed bug GH-12170 (Can't use xpath with comments in SimpleXML). (nielsdos) . Fixed bug GH-12223 (Entity reference produces infinite loop in var_dump/print_r). (nielsdos) . Fixed bug GH-12167 (Unable to get processing instruction contents in SimpleXML). (nielsdos) . Fixed bug GH-12169 (Unable to get comment contents in SimpleXML). (nielsdos) - Streams: . Fixed bug GH-12190 (binding ipv4 address with both address and port at 0). (David Carlier) - XML: . Fix return type of stub of xml_parse_into_struct(). (nielsdos) . Fix memory leak when calling xml_parse_into_struct() twice. (nielsdos) - XSL: . Fix type error on XSLTProcessor::transformToDoc return value with SimpleXML. (nielsdos) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.11 2023/09/29 15:08:06 taca Exp $ d7 1 a7 1 --- configure.orig 2023-10-24 19:22:16.000000000 +0000 d9 1 a9 1 @@@@ -3732,6 +3732,10 @@@@ EOF d17 1 a17 1 $as_echo "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7023,30 +7027,6 @@@@ EOF d45 2 a46 2 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } d51 1 a51 1 @@@@ -78641,7 +78621,7 @@@@ $as_echo "#define HAVE_TIDYBUFFIO_H 1" > d58 1 a58 1 $as_echo "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.11 log @lang/php82: update to 8.2.11 28 Sep 2023, PHP 8.2.11 - Core: . Fixed bug GH-11937 (Constant ASTs containing objects). (ilutov) . Fixed bug GH-11790 (On riscv64 require libatomic if actually needed). (Jeremie Courreges-Anglas) . Fixed bug GH-11876: ini_parse_quantity() accepts invalid quantities. (Girgias) . Fixed bug GH-12073 (Segfault when freeing incompletely initialized closures). (ilutov) . Fixed bug GH-12060 (Internal iterator rewind handler is called twice). (ju1ius) . Fixed bug GH-12102 (Incorrect compile error when using array access on TMP value in function call). (ilutov) - DOM: . Fix memory leak when setting an invalid DOMDocument encoding. (nielsdos) - Iconv: . Fixed build for NetBSD which still uses the old iconv signature. (David Carlier) - Intl: . Fixed bug GH-12020 (intl_get_error_message() broken after MessageFormatter::formatMessage() fails). (Girgias) - MySQLnd: . Fixed bug GH-10270 (Invalid error message when connection via SSL fails: "trying to connect via (null)"). (Kamil Tekiela) - ODBC: . Fixed memory leak with failed SQLPrepare. (NattyNarwhal) . Fixed persistent procedural ODBC connections not getting closed. (NattyNarwhal) - SimpleXML: . Fixed bug #52751 (XPath processing-instruction() function is not supported). (nielsdos) - SPL: . Fixed bug GH-11972 (RecursiveCallbackFilterIterator regression in 8.1.18). (nielsdos) - SQLite3: . Fixed bug GH-11878 (SQLite3 callback functions cause a memory leak with a callable array). (nielsdos, arnaud-lb) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.10 2023/09/02 14:47:35 taca Exp $ d7 1 a7 1 --- configure.orig 2023-09-26 11:11:58.000000000 +0000 d9 1 a9 1 @@@@ -4323,6 +4323,10 @@@@ EOF d17 1 a17 1 printf "%s\n" "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7554,30 +7558,6 @@@@ EOF d45 2 a46 2 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } d51 1 a51 1 @@@@ -81253,7 +81233,7 @@@@ printf "%s\n" "#define HAVE_TIDYBUFFIO_H d58 1 a58 1 printf "%s\n" "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.10 log @lang/php82: update to 8.2.10 31 Aug 2023, PHP 8.2.10 - CLI: . Fixed bug GH-11716 (cli server crashes on SIGINT when compiled with ZEND_RC_DEBUG=1). (nielsdos) . Fixed bug GH-10964 (Improve man page about the built-in server). (Alexandre Daubois) - Date: . Fixed bug GH-11416 (Crash with DatePeriod when uninitialised objects are passed in). (Derick) - Core: . Fixed strerror_r detection at configuration time. (Kévin Dunglas) . Fixed trait typed properties using a DNF type not being correctly bound. (Girgias) . Fixed trait property types not being arena allocated if copied from an internal trait. (Girgias) . Fixed deep copy of property DNF type during lazy class load. (Girgias, ilutov) . Fixed memory freeing of DNF types for non arena allocated types. (Girgias, ju1ius) - DOM: . Fix DOMEntity field getter bugs. (nielsdos) . Fix incorrect attribute existence check in DOMElement::setAttributeNodeNS. (nielsdos) . Fix DOMCharacterData::replaceWith() with itself. (nielsdos) . Fix empty argument cases for DOMParentNode methods. (nielsdos) . Fixed bug GH-11791 (Wrong default value of DOMDocument::xmlStandalone). (nielsdos) . Fix json_encode result on DOMDocument. (nielsdos) . Fix manually calling __construct() on DOM classes. (nielsdos) . Fixed bug GH-11830 (ParentNode methods should perform their checks upfront). (nielsdos) . Fix viable next sibling search for replaceWith. (nielsdos) . Fix segfault when DOMParentNode::prepend() is called when the child disappears. (nielsdos) - FFI: . Fix leaking definitions when using FFI::cdef()->new(...). (ilutov) - Hash: . Fix use-of-uninitialized-value in hash_pbkdf2(), fix missing $options parameter in signature. (ilutov) - MySQLnd: . Fixed bug GH-11440 (authentication to a sha256_password account fails over SSL). (nielsdos) . Fixed bug GH-11438 (mysqlnd fails to authenticate with sha256_password accounts using passwords longer than 19 characters). (nielsdos, Kamil Tekiela) . Fixed bug GH-11550 (MySQL Statement has a empty query result when the response field has changed, also Segmentation fault). (Yurunsoft) . Fixed invalid error message "Malformed packet" when connection is dropped. (Kamil Tekiela) - Opcache: . Fixed bug GH-11715 (opcache.interned_strings_buffer either has no effect or opcache_get_status() / phpinfo() is wrong). (nielsdos) . Avoid adding an unnecessary read-lock when loading script from shm if restart is in progress. (mikhainin) - PCNTL: . Revert behaviour of receiving SIGCHLD signals back to the behaviour before 8.1.22. (nielsdos) - SPL: . Fixed bug #81992 (SplFixedArray::setSize() causes use-after-free). (nielsdos) - Standard: . Prevent int overflow on $decimals in number_format. (Marc Bennewitz) . Fixed bug GH-11870 (Fix off-by-one bug when truncating tempnam prefix) (athos-ribeiro) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.9 2023/07/07 12:49:17 taca Exp $ d7 1 a7 1 --- configure.orig 2023-08-29 15:31:38.000000000 +0000 d9 1 a9 1 @@@@ -3732,6 +3732,10 @@@@ EOF d17 1 a17 1 $as_echo "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7023,30 +7027,6 @@@@ EOF d45 2 a46 2 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } d51 1 a51 1 @@@@ -78526,7 +78506,7 @@@@ $as_echo "#define HAVE_TIDYBUFFIO_H 1" > d58 1 a58 1 $as_echo "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.9 log @lang/php82: update to 8.2.8 PHP 8.2.8 (2023-07-06) - CLI: . Fixed bug GH-11246 (cli/get_set_process_title fails on MacOS). (James Lucas) - Core: . Fixed build for the riscv64 architecture/GCC 12. (Daniil Gentili) - Curl: . Fixed bug GH-11433 (Unable to set CURLOPT_ACCEPT_ENCODING to NULL). (nielsdos) - Date: . Fixed bug GH-11455 (Segmentation fault with custom object date properties). (nielsdos) - DOM: . Fixed bugs GH-11288 and GH-11289 and GH-11290 and GH-9142 (DOMExceptions and segfaults with replaceWith). (nielsdos) . Fixed bug GH-10234 (Setting DOMAttr::textContent results in an empty attribute value). (nielsdos) . Fix return value in stub file for DOMNodeList::item. (divinity76) . Fix spec compliance error with '*' namespace for DOMDocument::getElementsByTagNameNS. (nielsdos) . Fix DOMElement::append() and DOMElement::prepend() hierarchy checks. (nielsdos) . Fixed bug GH-11347 (Memory leak when calling a static method inside an xpath query). (nielsdos) . Fixed bug #67440 (append_node of a DOMDocumentFragment does not reconcile namespaces). (nielsdos) . Fixed bug #81642 (DOMChildNode::replaceWith() bug when replacing a node with itself). (nielsdos) . Fixed bug #77686 (Removed elements are still returned by getElementById). (nielsdos) . Fixed bug #70359 (print_r() on DOMAttr causes Segfault in php_libxml_node_free_list()). (nielsdos) . Fixed bug #78577 (Crash in DOMNameSpace debug info handlers). (nielsdos) . Fix lifetime issue with getAttributeNodeNS(). (nielsdos) . Fix "invalid state error" with cloned namespace declarations. (nielsdos) . Fixed bug #55294 and #47530 and #47847 (various namespace reconciliation issues). (nielsdos) . Fixed bug #80332 (Completely broken array access functionality with DOMNamedNodeMap). (nielsdos) - Opcache: . Fix allocation loop in zend_shared_alloc_startup(). (nielsdos) . Access violation on smm_shared_globals with ALLOC_FALLBACK. (KoudelkaB) . Fixed bug GH-11336 (php still tries to unlock the shared memory ZendSem with opcache.file_cache_only=1 but it was never locked). (nielsdos) - OpenSSL: . Fixed bug GH-9356 Incomplete validation of IPv6 Address fields in subjectAltNames (James Lucas, Jakub Zelenka). - PCRE: . Fix preg_replace_callback_array() pattern validation. (ilutov) - PGSQL: . Fixed intermittent segfault with pg_trace. (David Carlier) - Phar: . Fix cross-compilation check in phar generation for FreeBSD. (peter279k) - SPL: . Fixed bug GH-11338 (SplFileInfo empty getBasename with more than one slash). (nielsdos) - Standard: . Fix access on NULL pointer in array_merge_recursive(). (ilutov) . Fix exception handling in array_multisort(). (ilutov) - SQLite3: . Fixed bug GH-11451 (Invalid associative array containing duplicate keys). (nielsdos) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.7 2023/05/14 14:46:15 taca Exp $ d7 1 a7 1 --- configure.orig 2023-05-09 06:25:31.000000000 +0000 d9 1 a9 1 @@@@ -4323,6 +4323,10 @@@@ EOF d17 1 a17 1 printf "%s\n" "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7553,30 +7557,6 @@@@ EOF d45 2 a46 2 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } d51 1 a51 1 @@@@ -81017,7 +80997,7 @@@@ printf "%s\n" "#define HAVE_TIDYBUFFIO_H d58 1 a58 1 printf "%s\n" "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.8 log @lang/php82: update to 8.2.7 8.2.7 (2023-06-08) Core: * Fixed bug GH-11152 (Unable to alias namespaces containing reserved class names). * Fixed bug GH-9068 (Conditional jump or move depends on uninitialised value(s)). * Fixed bug GH-11189 (Exceeding memory limit in zend_hash_do_resize leaves the array in an invalid state). * Fixed bug GH-11063 (Compilation error on old GCC versions). * Fixed bug GH-11222 (foreach by-ref may jump over keys during a rehash). Date: * Fixed bug GH-11281 (DateTimeZone::getName() does not include seconds in offset). Exif: * Fixed bug GH-10834 (exif_read_data() cannot read smaller stream wrapper chunk sizes). FPM: * Fixed bug GH-10461 (PHP-FPM segfault due to after free usage of child->ev_std(out|err)). * Fixed bug #64539 (FPM status page: query_string not properly JSON encoded). * Fixed memory leak for invalid primary script file handle. Hash: * Fixed bug GH-11180 (hash_file() appears to be restricted to 3 arguments). LibXML: * Fixed bug GH-11160 (Few tests failed building with new libxml 2.11.0). MBString: * Fix bug GH-11217 (Segfault in mb_strrpos / mb_strripos when using negative offset and ASCII encoding). Opcache: * Fixed bug GH-11134 (Incorrect match default branch optimization). * Fixed too wide OR and AND range inference. * Fixed missing class redeclaration error with OPcache enabled. * Fixed bug GH-11245 (In some specific cases SWITCH with one default statement will cause segfault). PCNTL: * Fixed maximum argument count of pcntl_forkx(). PGSQL: * Fixed parameter parsing of pg_lo_export(). Phar: * Fixed bug GH-11099 (Generating phar.php during cross-compile can't be done). Soap: * Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP). * Fixed bug GH-8426 (make test fail while soap extension build). SPL: * Fixed bug GH-11178 (Segmentation fault in spl_array_it_get_current_data (PHP 8.1.18)). Standard: * Fixed bug GH-11138 (move_uploaded_file() emits open_basedir warning for source file). * Fixed bug GH-11274 (POST/PATCH request switches to GET after a HTTP 308 redirect). Streams: * Fixed bug GH-10031 ([Stream] STREAM_NOTIFY_PROGRESS over HTTP emitted irregularly for last chunk of data). * Fixed bug GH-11175 (Stream Socket Timeout). * Fixed bug GH-11177 (ASAN UndefinedBehaviorSanitizer when timeout = -1 passed to stream_socket_accept/stream_socket_client). @ text @d7 1 a7 1 --- configure.orig 2023-06-06 21:28:56.000000000 +0000 d9 1 a9 1 @@@@ -3732,6 +3732,10 @@@@ EOF d17 1 a17 1 $as_echo "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7022,30 +7026,6 @@@@ EOF d45 2 a46 2 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } d51 1 a51 1 @@@@ -78373,7 +78353,7 @@@@ $as_echo "#define HAVE_TIDYBUFFIO_H 1" > d58 1 a58 1 $as_echo "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.8.2.1 log @Pullup ticket #6787 - requested by taca lang/php82: security fix Revisions pulled up: - lang/php/phpversion.mk 1.402,1.405 - lang/php82/distinfo 1.9-1.11 - lang/php82/patches/patch-build_libtool.m4 deleted - lang/php82/patches/patch-configure 1.9 --- Module Name: pkgsrc Committed By: taca Date: Fri Jul 7 12:49:17 UTC 2023 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php82: distinfo pkgsrc/lang/php82/patches: patch-configure Log Message: lang/php82: update to 8.2.8 PHP 8.2.8 (2023-07-06) - CLI: . Fixed bug GH-11246 (cli/get_set_process_title fails on MacOS). (James Lucas) - Core: . Fixed build for the riscv64 architecture/GCC 12. (Daniil Gentili) - Curl: . Fixed bug GH-11433 (Unable to set CURLOPT_ACCEPT_ENCODING to NULL). (nielsdos) - Date: . Fixed bug GH-11455 (Segmentation fault with custom object date properties). (nielsdos) - DOM: . Fixed bugs GH-11288 and GH-11289 and GH-11290 and GH-9142 (DOMExceptions and segfaults with replaceWith). (nielsdos) . Fixed bug GH-10234 (Setting DOMAttr::textContent results in an empty attribute value). (nielsdos) . Fix return value in stub file for DOMNodeList::item. (divinity76) . Fix spec compliance error with '*' namespace for DOMDocument::getElementsByTagNameNS. (nielsdos) . Fix DOMElement::append() and DOMElement::prepend() hierarchy checks. (nielsdos) . Fixed bug GH-11347 (Memory leak when calling a static method inside an xpath query). (nielsdos) . Fixed bug #67440 (append_node of a DOMDocumentFragment does not reconcile namespaces). (nielsdos) . Fixed bug #81642 (DOMChildNode::replaceWith() bug when replacing a node with itself). (nielsdos) . Fixed bug #77686 (Removed elements are still returned by getElementById). (nielsdos) . Fixed bug #70359 (print_r() on DOMAttr causes Segfault in php_libxml_node_free_list()). (nielsdos) . Fixed bug #78577 (Crash in DOMNameSpace debug info handlers). (nielsdos) . Fix lifetime issue with getAttributeNodeNS(). (nielsdos) . Fix "invalid state error" with cloned namespace declarations. (nielsdos) . Fixed bug #55294 and #47530 and #47847 (various namespace reconciliation issues). (nielsdos) . Fixed bug #80332 (Completely broken array access functionality with DOMNamedNodeMap). (nielsdos) - Opcache: . Fix allocation loop in zend_shared_alloc_startup(). (nielsdos) . Access violation on smm_shared_globals with ALLOC_FALLBACK. (KoudelkaB) . Fixed bug GH-11336 (php still tries to unlock the shared memory ZendSem with opcache.file_cache_only=1 but it was never locked). (nielsdos) - OpenSSL: . Fixed bug GH-9356 Incomplete validation of IPv6 Address fields in subjectAltNames (James Lucas, Jakub Zelenka). - PCRE: . Fix preg_replace_callback_array() pattern validation. (ilutov) - PGSQL: . Fixed intermittent segfault with pg_trace. (David Carlier) - Phar: . Fix cross-compilation check in phar generation for FreeBSD. (peter279k) - SPL: . Fixed bug GH-11338 (SplFileInfo empty getBasename with more than one slash). (nielsdos) - Standard: . Fix access on NULL pointer in array_merge_recursive(). (ilutov) . Fix exception handling in array_multisort(). (ilutov) - SQLite3: . Fixed bug GH-11451 (Invalid associative array containing duplicate keys). (nielsdos) --- Module Name: pkgsrc Committed By: taca Date: Sat Aug 5 08:45:39 UTC 2023 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php82: distinfo Removed Files: pkgsrc/lang/php82/patches: patch-build_libtool.m4 Log Message: lang/php82: update to 8.2.9 03 Aug 2023, PHP 8.2.9 - Build: . Fixed bug GH-11522 (PHP version check fails with '-' separator). (SVGAnimate) - CLI: . Fix interrupted CLI output causing the process to exit. (nielsdos) - Core: . Fixed oss-fuzz #60011 (Mis-compilation of by-reference nullsafe operator). (ilutov) . Fixed line number of JMP instruction over else block. (ilutov) . Fixed use-of-uninitialized-value with ??= on assert. (ilutov) . Fixed oss-fuzz #60411 (Fix double-compilation of arrow-functions). (ilutov) . Fixed build for FreeBSD before the 11.0 releases. (David Carlier) - Curl: . Fix crash when an invalid callback function is passed to CURLMOPT_PUSHFUNCTION. (nielsdos) - Date: . Fixed bug GH-11368 (Date modify returns invalid datetime). (Derick) . Fixed bug GH-11600 (Can't parse time strings which include (narrow) non-breaking space characters). (Derick) - DOM: . Fixed bug GH-11625 (DOMElement::replaceWith() doesn't replace node with DOMDocumentFragment but just deletes node or causes wrapping <> depending on libxml2 version). (nielsdos) - Fileinfo: . Fixed bug GH-11298 (finfo returns wrong mime type for xz files). (Anatol) - FTP: . Fix context option check for "overwrite". (JonasQuinten) . Fixed bug GH-10562 (Memory leak and invalid state with consecutive ftp_nb_fget). (nielsdos) - GD: . Fix most of the external libgd test failures. (Michael Orlitzky) - Intl: . Fix memory leak in MessageFormatter::format() on failure. (Girgias) - Libxml: . Fixed bug GHSA-3qrf-m4j2-pcrr (Security issue with external entity loading in XML without enabling it). (CVE-2023-3823) (nielsdos, ilutov) - MBString: . Fix GH-11300 (license issue: restricted unicode license headers). (nielsdos) - Opcache: . Fixed bug GH-10914 (OPCache with Enum and Callback functions results in segmentation fault). (nielsdos) . Prevent potential deadlock if accelerated globals cannot be allocated. (nielsdos) - PCNTL: . Fixed bug GH-11498 (SIGCHLD is not always returned from proc_open). (nielsdos) - PDO: . Fix GH-11587 (After php8.1, when PDO::ATTR_EMULATE_PREPARES is true and PDO::ATTR_STRINGIFY_FETCHES is true, decimal zeros are no longer filled). (SakiTakamachi) - PDO SQLite: . Fix GH-11492 (Make test failure: ext/pdo_sqlite/tests/bug_42589.phpt). (KapitanOczywisty, CViniciusSDias) - Phar: . Add missing check on EVP_VerifyUpdate() in phar util. (nielsdos) . Fixed bug GHSA-jqcx-ccgc-xwhv (Buffer mismanagement in phar_dir_read()). (CVE-2023-3824) (nielsdos) - PHPDBG: . Fixed bug GH-9669 (phpdbg -h options doesn't list the -z option). (adsr) - Session: . Removed broken url support for transferring session ID. (ilutov) - Standard: . Fix serialization of RC1 objects appearing in object graph twice. (ilutov) - Streams: . Fixed bug GH-11735 (Use-after-free when unregistering user stream wrapper from itself). (ilutov) - SQLite3: . Fix replaced error handling in SQLite3Stmt::__construct. (nielsdos) - XMLReader: . Fix GH-11548 (Argument corruption when calling XMLReader::open or XMLReader::XML non-statically with observer active). (Bob) --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 6 04:05:06 UTC 2023 Modified Files: pkgsrc/lang/php82: distinfo Log Message: lang/php82: fix distinfo Fix distinfo. Maybe, I fetched pre-install version. No DIST_SUBDIR update with expecting no one fetched pre-official distinfo file. @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.8 2023/06/09 13:16:03 taca Exp $ d7 1 a7 1 --- configure.orig 2023-05-09 06:25:31.000000000 +0000 d9 1 a9 1 @@@@ -4323,6 +4323,10 @@@@ EOF d17 1 a17 1 printf "%s\n" "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7553,30 +7557,6 @@@@ EOF d45 2 a46 2 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } d51 1 a51 1 @@@@ -81017,7 +80997,7 @@@@ printf "%s\n" "#define HAVE_TIDYBUFFIO_H d58 1 a58 1 printf "%s\n" "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.7 log @lang/php82: update to 8.2.6 11 May 2023, PHP 8.2.6 - Core: . Fix inconsistent float negation in constant expressions. (ilutov) . Fixed bug GH-8841 (php-cli core dump calling a badly formed function). (nielsdos) . Fixed bug GH-10085 (Assertion when adding two arrays with += where the first array is contained in the second). (ilutov) . Fixed bug GH-10737 (PHP 8.1.16 segfaults on line 597 of sapi/apache2handler/sapi_apache2.c). (nielsdos, ElliotNB) . Fixed bug GH-11028 (Heap Buffer Overflow in zval_undefined_cv.). (nielsdos) . Fixed bug GH-11108 (Incorrect CG(memoize_mode) state after bailout in ??=). (ilutov) - Date: . Fixed bug where the diff() method would not return the right result around DST changeover for date/times associated with a timezone identifier. (Derick) . Fixed out-of-range bug when converting to/from around the LONG_MIN unix timestamp. (Derick) - DOM: . Fixed bug #80602 (Segfault when using DOMChildNode::before()). (Nathan Freeman) . Fixed incorrect error handling in dom_zvals_to_fragment(). (nielsdos) - Exif: . Fixed bug GH-9397 (exif read : warnings and errors : Potentially invalid endianess, Illegal IFD size and Undefined index). (nielsdos) - Intl: . Fixed bug GH-11071 (TZData version not displayed anymore). (Remi) - PCRE: . Fixed bug GH-10968 (Segfault in preg_replace_callback_array()). (ilutov) - Reflection: . Fixed bug GH-10983 (State-dependant segfault in ReflectionObject::getProperties). (nielsdos) - SPL: . Handle indirect zvals and use up-to-date properties in SplFixedArray::__serialize. (nielsdos) - Standard: . Fixed bug GH-10990 (mail() throws TypeError after iterating over $additional_headers array by reference). (nielsdos) . Fixed bug GH-9775 (Duplicates returned by array_unique when using enums). (ilutov) - Streams: . Fixed bug GH-10406 (feof() behavior change for UNIX based socket resources). (Jakub Zelenka) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.6 2023/04/15 02:17:14 taca Exp $ d7 1 a7 1 --- configure.orig 2023-05-09 06:25:31.000000000 +0000 d9 1 a9 1 @@@@ -4323,6 +4323,10 @@@@ EOF d17 1 a17 1 printf "%s\n" "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7553,30 +7557,6 @@@@ EOF d45 2 a46 2 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } d51 1 a51 1 @@@@ -81017,7 +80997,7 @@@@ printf "%s\n" "#define HAVE_TIDYBUFFIO_H d58 1 a58 1 printf "%s\n" "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.6 log @lang/php82: update to 8.2.5 13 Apr 2023, PHP 8.2.5 - Core: . Added optional support for max_execution_time in ZTS/Linux builds (Kévin Dunglas) . Fixed use-after-free in recursive AST evaluation. (ilutov) . Fixed bug GH-8646 (Memory leak PHP FPM 8.1). (nielsdos) . Re-add some CTE functions that were removed from being CTE by a mistake. (mvorisek) . Remove CTE flag from array_diff_ukey(), which was added by mistake. (mvorisek) . Fixed bug GH-10801 (Named arguments in CTE functions cause a segfault). (nielsdos) . Fixed bug GH-8789 (PHP 8.0.20 (ZTS) zend_signal_handler_defer crashes on apache). (nielsdos) . Fixed bug GH-10015 (zend_signal_handler_defer crashes on apache shutdown). (nielsdos) . Fixed bug GH-10810 (Fix NUL byte terminating Exception::__toString()). (ilutov) . Fix potential memory corruption when mixing __callStatic() and FFI. (ilutov) - Date: . Fixed bug GH-10747 (Private and protected properties in serialized Date* objects throw). (Derick) - FPM: . Fixed bug GH-10611 (fpm_env_init_main leaks environ). (nielsdos) . Destroy file_handle in fpm_main. (Jakub Zelenka, nielsdos) . Fixed bug #74129 (Incorrect SCRIPT_NAME with apache ProxyPassMatch when spaces are in path). (Jakub Zelenka) - FTP: . Propagate success status of ftp_close(). (nielsdos) . Fixed bug GH-10521 (ftp_get/ftp_nb_get resumepos offset is maximum 10GB). (nielsdos) - IMAP: . Fix build failure with Clang 16. (orlitzky) - MySQLnd: . Fixed bug GH-8979 (Possible Memory Leak with SSL-enabled MySQL connections). (nielsdos) - Opcache: . Fixed build for macOS to cater with pkg-config settings. (David Carlier) . Fixed bug GH-8065 (opcache.consistency_checks > 0 causes segfaults in PHP >= 8.1.5 in fpm context). (nielsdos) - OpenSSL: . Add missing error checks on file writing functions. (nielsdos) - PDO Firebird: . Fixed bug GH-10908 (Bus error with PDO Firebird on RPI with 64 bit kernel and 32 bit userland). (nielsdos) - Phar: . Fixed bug GH-10766 (PharData archive created with Phar::Zip format does not keep files metadata (datetime)). (nielsdos) . Add missing error checks on EVP_MD_CTX_create() and EVP_VerifyInit(). (nielsdos) - PDO ODBC: . Fixed missing and inconsistent error checks on SQLAllocHandle. (nielsdos) - PGSQL: . Fixed typo in the array returned from pg_meta_data (extended mode). (David Carlier) - SPL: . Fixed bug GH-10519 (Array Data Address Reference Issue). (Nathan Freeman) . Fixed bug GH-10907 (Unable to serialize processed SplFixedArrays in PHP 8.2.4). (nielsdos) . Fixed bug GH-10844 (ArrayIterator allows modification of readonly props). (ilutov) - Standard: . Fixed bug GH-10885 (stream_socket_server context leaks). (ilutov) . Fixed bug GH-10052 (Browscap crashes PHP 8.1.12 on request shutdown (apache2)). (nielsdos) . Fixed oss-fuzz #57392 (Buffer-overflow in php_fgetcsv() with \0 delimiter and enclosure). (ilutov) . Fixed undefined behaviour in unpack(). (nielsdos) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.5 2023/03/17 13:53:03 taca Exp $ d7 1 a7 1 --- configure.orig 2023-04-11 16:16:23.000000000 +0000 d9 1 a9 1 @@@@ -3732,6 +3732,10 @@@@ EOF d17 1 a17 1 $as_echo "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7022,30 +7026,6 @@@@ EOF d45 2 a46 2 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } d51 1 a51 1 @@@@ -78373,7 +78353,7 @@@@ $as_echo "#define HAVE_TIDYBUFFIO_H 1" > d58 1 a58 1 $as_echo "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.5 log @lang/php82: update to 8.2.4 16 Mar 2023, PHP 8.2.4 - Core: . Fixed incorrect check condition in ZEND_YIELD. (nielsdos) . Fixed incorrect check condition in type inference. (nielsdos) . Fix incorrect check in zend_internal_call_should_throw(). (nielsdos) . Fixed overflow check in OnUpdateMemoryConsumption. (nielsdos) . Fixed bug GH-9916 (Entering shutdown sequence with a fiber suspended in a Generator emits an unavoidable fatal error or crashes). (Arnaud) . Fixed bug GH-10437 (Segfault/assertion when using fibers in shutdown function after bailout). (trowski) . Fixed SSA object type update for compound assignment opcodes. (nielsdos) . Fixed language scanner generation build. (Daniel Black) . Fixed zend_update_static_property() calling zend_update_static_property_ex() misleadingly with the wrong return type. (nielsdos) . Fix bug GH-10570 (Fixed unknown string hash on property fetch with integer constant name). (nielsdos) . Fixed php_fopen_primary_script() call resulted on zend_destroy_file_handle() freeing dangling pointers on the handle as it was uninitialized. (nielsdos) - Curl: . Fixed deprecation warning at compile time. (Max Kellermann) . Fixed bug GH-10270 (Unable to return CURL_READFUNC_PAUSE in readfunc callback). (Pierrick Charron) - Date: . Fix GH-10447 ('p' format specifier does not yield 'Z' for 00:00). (Derick) . Fix GH-10152 (Custom properties of Date's child classes are not serialised). (Derick) . Fixed bug GH-10747 (Private and protected properties in serialized Date* objects throw). (Derick) - FFI: . Fixed incorrect bitshifting and masking in ffi bitfield. (nielsdos) - Fiber: . Fixed assembly on alpine x86. (nielsdos) . Fixed bug GH-10496 (segfault when garbage collector is invoked inside of fiber). (Bob, Arnaud) - FPM: . Fixed bug GH-10315 (FPM unknown child alert not valid). (Jakub Zelenka) . Fixed bug GH-10385 (FPM successful config test early exit). (nielsdos) - GMP: . Properly implement GMP::__construct(). (nielsdos) - Intl: . Fixed bug GH-10647 (Spoolchecker isSuspicious/areConfusable methods error code's argument always returning NULL0. (Nathan Freeman) - JSON: . Fixed JSON scanner and parser generation build. (Daniel Black, Jakub Zelenka) - MBString: . ext/mbstring: fix new_value length check. (Max Kellermann) . Fix bug GH-10627 (mb_convert_encoding crashes PHP on Windows). (nielsdos) - Opcache: . Fix incorrect page_size check. (nielsdos) - OpenSSL: . Fixed php_openssl_set_server_dh_param() DH params errors handling. (nielsdos) - PDO OCI: . Fixed bug #60994 (Reading a multibyte CLOB caps at 8192 chars). (Michael Voříšek) - PHPDBG: . Fixed bug GH-10715 (heap buffer overflow on --run option misuse). (nielsdos) - PGSQL: . Fix GH-10672 (pg_lo_open segfaults in the strict_types mode). (girgias) - Phar: . Fix incorrect check in phar tar parsing. (nielsdos) - Random: . Fix GH-10390 (Do not trust arc4random_buf() on glibc). (timwolla) . Fix GH-10292 (Made the default value of the first param of srand() and mt_srand() unknown). (kocsismate) - Reflection: . Fixed bug GH-10623 (Reflection::getClosureUsedVariables opcode fix with variadic arguments). (nielsdos) . Fix Segfault when using ReflectionFiber suspended by an internal function. (danog) - Session: . Fixed ps_files_cleanup_dir() on failure code paths with -1 instead of 0 as the latter was considered success by callers. (nielsdos). - Standard: . Fixed bug GH-8086 (Introduce mail.mixed_lf_and_crlf INI). (Jakub Zelenka) . Fixed bug GH-10292 (Made the default value of the first param of srand() and mt_srand() unknown). (kocsismate) . Fix incorrect check in cs_8559_5 in map_from_unicode(). (nielsdos) . Fix bug GH-9697 for reset/end/next/prev() attempting to move pointer of properties table for certain internal classes such as FFI classes . Fix incorrect error check in browsecap for pcre2_match(). (nielsdos) - Streams: . Fixed bug GH-10370 (File corruption in _php_stream_copy_to_stream_ex when using copy_file_range). (nielsdos) . Fixed bug GH-10548 (copy() fails on cifs mounts because of incorrect copy_file_range() len). (nielsdos) - Tidy: . Fix memory leaks when attempting to open a non-existing file or a file over 4GB. (Girgias) . Add missing error check on tidyLoadConfig. (nielsdos) - Zlib: . Fixed output_handler directive value's length which counted the string terminator. (nieldos) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.4 2023/02/15 14:15:12 taca Exp $ d7 1 a7 1 --- configure.orig 2023-03-14 16:11:05.000000000 +0000 d9 1 a9 1 @@@@ -4320,6 +4320,10 @@@@ EOF d17 1 a17 1 printf "%s\n" "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7550,30 +7554,6 @@@@ EOF d45 2 a46 2 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } d51 1 a51 1 @@@@ -81015,7 +80995,7 @@@@ printf "%s\n" "#define HAVE_TIDYBUFFIO_H d58 1 a58 1 printf "%s\n" "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.4 log @lang/php82: update to 8.2.3 14 Feb 2023, PHP 8.2.3 - Core: . Fixed bug #81744 (Password_verify() always return true with some hash). (CVE-2023-0567) (Tim Düsterhus) . Fixed bug #81746 (1-byte array overrun in common path resolve code). (CVE-2023-0568) (Niels Dossche) - FPM: . Fixed bug GHSA-54hq-v5wp-fqgv (DOS vulnerability when parsing multipart request body). (CVE-2023-0662) (Jakub Zelenka) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.3 2023/02/03 14:41:48 taca Exp $ d7 1 a7 1 --- configure.orig 2023-02-14 01:06:39.000000000 +0000 d9 1 a9 1 @@@@ -3729,6 +3729,10 @@@@ EOF d17 1 a17 1 $as_echo "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7019,30 +7023,6 @@@@ EOF d45 2 a46 2 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } d51 1 a51 1 @@@@ -78214,7 +78194,7 @@@@ $as_echo "#define HAVE_TIDYBUFFIO_H 1" > d58 1 a58 1 $as_echo "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.3 log @lang/php82: update to 8.2.2 02 Feb 2023, PHP 8.2.2 - Core: . Fixed bug GH-10200 (zif_get_object_vars: Assertion `!(((__ht)->u.flags & (1<<2)) != 0)' failed). (nielsdos) . Fix GH-10251 (Assertion `(flag & (1<<3)) == 0' failed). (nielsdos) . Fix GH-10240 (Assertion failure when adding more than 2**30 elements to an unpacked array). (Arnaud) . Fix GH-9735 (Fiber stack variables do not participate in cycle collector). (Arnaud) . Fix GH-9675 (Broken run_time_cache init for internal enum methods). (Petar Obradović, Bob) - FPM: . Fixed bug #77106 (Missing separator in FPM FastCGI errors). (Jakub Zelenka) . Fixed bug GH-9981 (FPM does not reset fastcgi.error_header). (Jakub Zelenka) . Fixed bug #68591 (Configuration test does not perform UID lookups). (Jakub Zelenka) . Fixed memory leak when running FPM config test. (Jakub Zelenka) . Fixed bug #67244 (Wrong owner:group for listening unix socket). (Jakub Zelenka) - Hash: . Handle exceptions from __toString in XXH3's initialization (nielsdos) - LDAP: . Fixed bug GH-10112 (LDAP\Connection::__construct() refers to ldap_create()). (cmb) - Opcache: . Fix inverted bailout value in zend_runtime_jit() (Max Kellermann). . Fix access to uninitialized variable in accel_preload(). (nielsdos) . Fix zend_jit_find_trace() crashes. (Max Kellermann) . Added missing lock for EXIT_INVALIDATE in zend_jit_trace_exit. (Max Kellermann) - Phar: . Fix wrong flags check for compression method in phar_object.c (nielsdos) - PHPDBG: . Fix undefined behaviour in phpdbg_load_module_or_extension(). (nielsdos) . Fix NULL pointer dereference in phpdbg_create_conditional_breal(). (nielsdos) . Fix GH-9710: phpdbg memory leaks by option "-h" (nielsdos) . Fix phpdbg segmentation fault in case of malformed input (nielsdos) - Posix: . Fix memory leak in posix_ttyname() (girgias) - Random: . Fixed bug GH-10247 (Theoretical file descriptor leak for /dev/urandom). (timwolla) - Standard: . Fix GH-10187 (Segfault in stripslashes() with arm64). (nielsdos) . Fixed bug GH-10214 (Incomplete validation of object syntax during unserialize()). (timwolla) . Fix substr_replace with slots in repl_ht being UNDEF. (nielsdos) - XMLWriter . Fix missing check for xmlTextWriterEndElement (nielsdos) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.2 2023/01/07 07:42:15 taca Exp $ d7 1 a7 1 --- configure.orig 2023-01-31 13:31:55.000000000 +0000 d9 1 a9 1 @@@@ -4320,6 +4320,10 @@@@ EOF d17 1 a17 1 printf "%s\n" "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7550,30 +7554,6 @@@@ EOF d45 2 a46 2 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } d51 1 a51 1 @@@@ -80852,7 +80832,7 @@@@ printf "%s\n" "#define HAVE_TIDYBUFFIO_H d58 1 a58 1 printf "%s\n" "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.2 log @lang/php82: update to 8.2.1 PHP 8.2.1 (2023-01-05) - Core: . Fixed bug GH-9905 (constant() behaves inconsistent when class is undefined). (cmb) . Fixed bug GH-9918 (License information for xxHash is not included in README.REDIST.BINS file). (Akama Hitoshi) . Fixed bug GH-9890 (OpenSSL legacy providers not available on Windows). (cmb) . Fixed bug GH-9650 (Can't initialize heap: [0x000001e7]). (Michael Voříšek) . Fixed potentially undefined behavior in Windows ftok(3) emulation. (cmb) . Fixed GH-9769 (Misleading error message for unpacking of objects). (jhdxr) - Apache: . Fixed bug GH-9949 (Partial content on incomplete POST request). (cmb) - FPM: . Fixed bug GH-9959 (Solaris port event mechanism is still broken after bug #66694). (Petr Sumbera) . Fixed bug #68207 (Setting fastcgi.error_header can result in a WARNING). (Jakub Zelenka) . Fixed bug #80669 (FPM numeric user fails to set groups). (Jakub Zelenka) . Fixed bug GH-8517 (Random crash of FPM master process in fpm_stdio_child_said). (Jakub Zelenka) - Imap: . Fixed bug GH-10051 (IMAP: there's no way to check if a IMAP\Connection is still open). (Girgias) - MBString: . Fixed bug GH-9535 (The behavior of mb_strcut in mbstring has been changed in PHP8.1). (Nathan Freeman) - Opcache: . Fixed bug GH-9968 (Segmentation Fault during OPCache Preload). (Arnaud, michdingpayc) - OpenSSL: . Fixed bug GH-9997 (OpenSSL engine clean up segfault). (Jakub Zelenka) . Fixed bug GH-9064 (PHP fails to build if openssl was built with --no-ec). (Jakub Zelenka) . Fixed bug GH-10000 (OpenSSL test failures when OpenSSL compiled with no-dsa). (Jakub Zelenka) - Pcntl: . Fixed bug GH-9298 (Signal handler called after rshutdown leads to crash). (Erki Aring) - PDO_Firebird: . Fixed bug GH-9971 (Incorrect NUMERIC value returned from PDO_Firebird). (cmb) - PDO/SQLite: . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631) (cmb) - Session: . Fixed GH-9932 (session name silently fails with . and [). (David Carlier) - SPL: . Fixed GH-9883 (SplFileObject::__toString() reads next line). (Girgias) . Fixed GH-10011 (Trampoline autoloader will get reregistered and cannot be unregistered). (Girgias) - SQLite3: . Fixed bug #81742 (open_basedir bypass in SQLite3 by using file URI). (cmb) - TSRM: . Fixed Windows shmget() wrt. IPC_PRIVATE. (Tyson Andre) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2022/12/11 14:12:29 taca Exp $ d7 1 a7 1 --- configure.orig 2023-01-03 18:40:55.000000000 +0000 d9 1 a9 1 @@@@ -3729,6 +3729,10 @@@@ EOF d17 1 a17 1 $as_echo "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7019,30 +7023,6 @@@@ EOF d45 2 a46 2 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } d51 1 a51 1 @@@@ -78214,7 +78194,7 @@@@ $as_echo "#define HAVE_TIDYBUFFIO_H 1" > d58 1 a58 1 $as_echo "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.1 log @lang/php82: add package version 8.2.0 Add php82, PHP 8.2.0 package with current framework of lang/php. PHP is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. It is modular, and object-oriented. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The language is designed to allow web developers to write dynamically generated pages quickly. PHP 8.2 comes with numerous improvements and new features such as * Readonly classes * Disjunctive Normal Form (DNF) Types * New stand-alone types: null, false, and true * New "Random" extension * Constants in traits * Deprecate dynamic properties * And much much more... @ text @d1 1 a1 1 $NetBSD$ a3 1 * Don't automatically add libgcc on SunOS. Reported upstream as #75941. d5 1 a5 1 * The meta_ccld removal reported upstream as #75940. d7 1 a7 1 --- configure.orig 2022-12-06 14:26:47.000000000 +0000 d9 1 a9 1 @@@@ -4320,6 +4320,10 @@@@ EOF d17 1 a17 1 printf "%s\n" "$CURRENT_ARG \\" >>config.nice d20 1 a20 1 @@@@ -7550,30 +7554,6 @@@@ EOF d45 2 a46 2 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } d51 1 a51 1 @@@@ -80852,7 +80832,7 @@@@ printf "%s\n" "#define HAVE_TIDYBUFFIO_H d58 1 a58 1 printf "%s\n" "#define HAVE_TIDYP_H 1" >>confdefs.h @ 1.1.2.1 log @Pullup ticket #6718 - requested by taca lang/php82: security fix Revisions pulled up: - lang/php/phpversion.mk 1.385 - lang/php82/distinfo 1.2 - lang/php82/patches/patch-configure 1.2 - lang/php82/patches/patch-sapi_fpm_fpm_events_port.c deleted --- Module Name: pkgsrc Committed By: taca Date: Sat Jan 7 07:42:15 UTC 2023 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php82: distinfo pkgsrc/lang/php82/patches: patch-configure Removed Files: pkgsrc/lang/php82/patches: patch-sapi_fpm_fpm_events_port.c Log Message: lang/php82: update to 8.2.1 PHP 8.2.1 (2023-01-05) - Core: . Fixed bug GH-9905 (constant() behaves inconsistent when class is undefined). (cmb) . Fixed bug GH-9918 (License information for xxHash is not included in README.REDIST.BINS file). (Akama Hitoshi) . Fixed bug GH-9890 (OpenSSL legacy providers not available on Windows). (cmb) . Fixed bug GH-9650 (Can't initialize heap: [0x000001e7]). (Michael Vo=F8=ED=B9ek) . Fixed potentially undefined behavior in Windows ftok(3) emulation. (cmb) . Fixed GH-9769 (Misleading error message for unpacking of objects). (jhdxr) - Apache: . Fixed bug GH-9949 (Partial content on incomplete POST request). (cmb) - FPM: . Fixed bug GH-9959 (Solaris port event mechanism is still broken after bug #66694). (Petr Sumbera) . Fixed bug #68207 (Setting fastcgi.error_header can result in a WARNING). (Jakub Zelenka) . Fixed bug #80669 (FPM numeric user fails to set groups). (Jakub Zelenka) . Fixed bug GH-8517 (Random crash of FPM master process in fpm_stdio_child_said). (Jakub Zelenka) - Imap: . Fixed bug GH-10051 (IMAP: there's no way to check if a IMAP\Connection is still open). (Girgias) - MBString: . Fixed bug GH-9535 (The behavior of mb_strcut in mbstring has been changed in PHP8.1). (Nathan Freeman) - Opcache: . Fixed bug GH-9968 (Segmentation Fault during OPCache Preload). (Arnaud, michdingpayc) - OpenSSL: . Fixed bug GH-9997 (OpenSSL engine clean up segfault). (Jakub Zelenka) . Fixed bug GH-9064 (PHP fails to build if openssl was built with --no-ec). (Jakub Zelenka) . Fixed bug GH-10000 (OpenSSL test failures when OpenSSL compiled with no-dsa). (Jakub Zelenka) - Pcntl: . Fixed bug GH-9298 (Signal handler called after rshutdown leads to crash). (Erki Aring) - PDO_Firebird: . Fixed bug GH-9971 (Incorrect NUMERIC value returned from PDO_Firebird). (cmb) - PDO/SQLite: . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631) (cmb) - Session: . Fixed GH-9932 (session name silently fails with . and [). (David Carlier) - SPL: . Fixed GH-9883 (SplFileObject::__toString() reads next line). (Girgias) . Fixed GH-10011 (Trampoline autoloader will get reregistered and cannot be unregistered). (Girgias) - SQLite3: . Fixed bug #81742 (open_basedir bypass in SQLite3 by using file URI). (cmb) - TSRM: . Fixed Windows shmget() wrt. IPC_PRIVATE. (Tyson Andre) @ text @d4 1 d6 1 a6 1 * Shell portability. d8 1 a8 1 --- configure.orig 2023-01-03 18:40:55.000000000 +0000 d10 1 a10 1 @@@@ -3729,6 +3729,10 @@@@ EOF d18 1 a18 1 $as_echo "$CURRENT_ARG \\" >>config.nice d21 1 a21 1 @@@@ -7019,30 +7023,6 @@@@ EOF d46 2 a47 2 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } d52 1 a52 1 @@@@ -78214,7 +78194,7 @@@@ $as_echo "#define HAVE_TIDYBUFFIO_H 1" > d59 1 a59 1 $as_echo "#define HAVE_TIDYP_H 1" >>confdefs.h @