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:31:37 UTC 2024

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

Log Message:
lang/php82: update to 8.2.27

8.2.27 (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:
* Fix various memory leaks in curl mime handling.

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

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

GMP:
* Revert gmp_pow() overly restrictive overflow checks.

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).

SNMP:
* Fixed bug GH-16959 (snmget modifies the object_id array).

Standard:
* Fixed bug GH-16905 (Internal iterator functions can't handle UNDEF
  properties).

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.449 -r1.450 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/php82/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.449 pkgsrc/lang/php/phpversion.mk:1.450
--- pkgsrc/lang/php/phpversion.mk:1.449 Mon Nov 25 14:39:25 2024
+++ pkgsrc/lang/php/phpversion.mk       Tue Dec 24 14:31:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.449 2024/11/25 14:39:25 taca Exp $
+# $NetBSD: phpversion.mk,v 1.450 2024/12/24 14:31:37 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
@@ -90,7 +90,7 @@ PHPVERSION_MK=        defined
 PHP56_VERSION= 5.6.40
 PHP74_VERSION= 7.4.33
 PHP81_VERSION= 8.1.31
-PHP82_VERSION= 8.2.26
+PHP82_VERSION= 8.2.27
 PHP83_VERSION= 8.3.14
 
 # Define API version or initial release of major version.

Index: pkgsrc/lang/php82/distinfo
diff -u pkgsrc/lang/php82/distinfo:1.28 pkgsrc/lang/php82/distinfo:1.29
--- pkgsrc/lang/php82/distinfo:1.28     Mon Nov 25 14:32:19 2024
+++ pkgsrc/lang/php82/distinfo  Tue Dec 24 14:31:37 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.28 2024/11/25 14:32:19 taca Exp $
+$NetBSD: distinfo,v 1.29 2024/12/24 14:31:37 taca Exp $
 
-BLAKE2s (php-8.2.26.tar.xz) = fbc5c40f24934689cd6383212ef25739101f18ad512417558085ff09c341f1cc
-SHA512 (php-8.2.26.tar.xz) = b15d66034c7924834980bf860895f52157096a1a9c740409ea31104c94648d699039a4066e53905827f4132f3428e0330312ef1cc77e9ea28b7427a8106e4ce1
-Size (php-8.2.26.tar.xz) = 12138868 bytes
+BLAKE2s (php-8.2.27.tar.xz) = 199cc4f96c54f9598e74e7e29c3e66969a18c6f980973eab7bd3edd6959cfe14
+SHA512 (php-8.2.27.tar.xz) = c368d90d833e25d2b2e3a667010f1c5b37df772e2200855d38e4bcb3344585e0783ae53fadae499fe98abab95372adf787ba2413e9b6bc818628bc29a11ed453
+Size (php-8.2.27.tar.xz) = 12150992 bytes
 SHA1 (patch-build_php.m4) = 4743b23e479c4ac904f18def41d5577f3a965af0
 SHA1 (patch-ext_enchant_enchant.c) = 7d999de1b2fde2ea11e4a6e16e7b59c085924b9b
 SHA1 (patch-ext_phar_Makefile.frag) = 53ea5c58b0bc27d236118d5750a74b1cba43e5dd



Home | Main Index | Thread Index | Old Index