pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Dec 24 14:35:10 UTC 2024

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php83: distinfo

Log Message:
lang/php83: update to 8.3.15

8.3.15 (2024-12-19)

Calendar:
* Fixed jdtogregorian overflow.
* Fixed cal_to_jd julian_days argument overflow.

COM:
* Fixed bug GH-16991 (Getting typeinfo of non DISPATCH variant segfaults).

Core:
* Fail early in *nix configuration build script.
* Fixed bug GH-16727 (Opcache bad signal 139 crash in ZTS bookworm
  (frankenphp)).
* Fixed bug GH-16799 (Assertion failure at Zend/zend_vm_execute.h:7469).
* Fixed bug GH-16630 (UAF in lexer with encoding translation and heredocs).
* Fix is_zend_ptr() huge block comparison.
* Fixed potential OOB read in zend_dirname() on Windows.

Curl:
* Fixed bug GH-16802 (open_basedir bypass using curl extension).
* Fix various memory leaks in curl mime handling.

DOM:
* Fixed bug GH-16777 (Calling the constructor again on a DOM object after it
  is in a document causes UAF).
* Fixed bug GH-16906 (Reloading document can cause UAF in iterator).

FPM:
* Fixed GH-16432 (PHP-FPM 8.2 SIGSEGV in fpm_get_status).

GD:
* Fixed GH-16776 (imagecreatefromstring overflow).

GMP:
* Fixed bug GH-16890 (array_sum() with GMP can loose precision (LLP64)).

Hash:
* Fixed GH-16711: Segfault in mhash().

Opcache:
* Fixed bug GH-16770 (Tracing JIT type mismatch when returning UNDEF).
* Fixed bug GH-16851 (JIT_G(enabled) not set correctly on other threads).
* Fixed bug GH-16902 (Set of opcache tests fail zts+aarch64).

OpenSSL:
* Prevent unexpected array entry conversion when reading key.
* Fix various memory leaks related to openssl exports.
* Fix memory leak in php_openssl_pkey_from_zval().

PDO:
* Fixed memory leak of `setFetchMode()`.

Phar:
* Fixed bug GH-16695 (phar:// tar parser and zero-length file header
  blocks).

PHPDBG:
* Fixed bug GH-15208 (Segfault with breakpoint map and phpdbg_clear()).

SAPI:
* Fixed bug GH-16998 (UBSAN warning in rfc1867).

SimpleXML:
* Fixed bug GH-16808 (Segmentation fault in RecursiveIteratorIterator
  ->current() with a xml element input).

SOAP:
* Fix make check being invoked in ext/soap.

Standard:
* Fixed bug GH-16905 (Internal iterator functions can't handle UNDEF
  properties).
* Fixed bug GH-16957 (Assertion failure in array_shift with self-referencing
  array).

Streams:
* Fixed network connect poll interuption handling.

Windows:
* Fixed bug GH-16849 (Error dialog causes process to hang).


To generate a diff of this commit:
cvs rdiff -u -r1.450 -r1.451 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/php83/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.450 pkgsrc/lang/php/phpversion.mk:1.451
--- pkgsrc/lang/php/phpversion.mk:1.450 Tue Dec 24 14:31:37 2024
+++ pkgsrc/lang/php/phpversion.mk       Tue Dec 24 14:35:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.450 2024/12/24 14:31:37 taca Exp $
+# $NetBSD: phpversion.mk,v 1.451 2024/12/24 14:35:10 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
@@ -91,7 +91,7 @@ PHP56_VERSION=        5.6.40
 PHP74_VERSION= 7.4.33
 PHP81_VERSION= 8.1.31
 PHP82_VERSION= 8.2.27
-PHP83_VERSION= 8.3.14
+PHP83_VERSION= 8.3.15
 
 # Define API version or initial release of major version.
 PHP56_RELDATE= 20140828

Index: pkgsrc/lang/php83/distinfo
diff -u pkgsrc/lang/php83/distinfo:1.15 pkgsrc/lang/php83/distinfo:1.16
--- pkgsrc/lang/php83/distinfo:1.15     Mon Nov 25 14:36:20 2024
+++ pkgsrc/lang/php83/distinfo  Tue Dec 24 14:35:10 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2024/11/25 14:36:20 taca Exp $
+$NetBSD: distinfo,v 1.16 2024/12/24 14:35:10 taca Exp $
 
-BLAKE2s (php-8.3.14.tar.xz) = 1ff4d97ae5d0fa3a1019cb986df86a92833c2fe4a46307b1759fb4695cb33c4a
-SHA512 (php-8.3.14.tar.xz) = 48a995a5095626dc1b8bb40641e86f01e6806ce10a8c159a402f3b081f8464429ef2d33c3a288cb0f7c643c9236601220dfc604d36b3c2a572cd9f30e5359752
-Size (php-8.3.14.tar.xz) = 12519488 bytes
+BLAKE2s (php-8.3.15.tar.xz) = a94ce86342e2a59006d8c3cfb38520c84febabc3d9d36521f167fda7d28c4d62
+SHA512 (php-8.3.15.tar.xz) = 43057cca0a6c2187f7991dfbf9743495784f0fa4d0336f08392036ecc2b6f83c7155737ebef3af6144a79eca557bf84cba4aedd34e0d19c701249ca4e8fa86d0
+Size (php-8.3.15.tar.xz) = 12525028 bytes
 SHA1 (patch-TSRM_TSRM.c) = 278007810b74fa7a9cd971dac051d6a2ea0ad90d
 SHA1 (patch-TSRM_TSRM.h) = 70ebc03a611124d76d6813f619ff18b3a8fbf1e8
 SHA1 (patch-build_php.m4) = c85864ae22556c0a5f14b323d2cf031523625e9b



Home | Main Index | Thread Index | Old Index