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


To generate a diff of this commit:
cvs rdiff -u -r1.404 -r1.405 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/php82/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/php82/patches/patch-build_libtool.m4

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.404 pkgsrc/lang/php/phpversion.mk:1.405
--- pkgsrc/lang/php/phpversion.mk:1.404 Sat Aug  5 08:43:16 2023
+++ pkgsrc/lang/php/phpversion.mk       Sat Aug  5 08:45:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.404 2023/08/05 08:43:16 taca Exp $
+# $NetBSD: phpversion.mk,v 1.405 2023/08/05 08:45:39 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
 PHP80_VERSION= 8.0.29
 PHP81_VERSION= 8.1.22
-PHP82_VERSION= 8.2.8
+PHP82_VERSION= 8.2.9
 
 # Define API version or initial release of major version.
 PHP56_RELDATE= 20140828

Index: pkgsrc/lang/php82/distinfo
diff -u pkgsrc/lang/php82/distinfo:1.9 pkgsrc/lang/php82/distinfo:1.10
--- pkgsrc/lang/php82/distinfo:1.9      Fri Jul  7 12:49:17 2023
+++ pkgsrc/lang/php82/distinfo  Sat Aug  5 08:45:39 2023
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.9 2023/07/07 12:49:17 taca Exp $
+$NetBSD: distinfo,v 1.10 2023/08/05 08:45:39 taca Exp $
 
-BLAKE2s (php-8.2.8.tar.xz) = b70e7785e1a483896b5cef52ca3bd361a3fc92e9838a63c0fff5e3c989f1cde6
-SHA512 (php-8.2.8.tar.xz) = d1539010761aaa525e286cf012953a097556c61608505a2b1a83f78b40b7a1c3338f494c4cf34abda764c762c4b0bacb09ce9286236d2a356ee61121236b6bcf
-Size (php-8.2.8.tar.xz) = 12034856 bytes
-SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
+BLAKE2s (php-8.2.9.tar.xz) = adc0800e5c642a46c91e1acd872544ab038aae6aec988e66b7f282f03107cf97
+SHA512 (php-8.2.9.tar.xz) = 4c1ced33cf44fd2241be6963ef621832efbe011ae1437ce3bd8dbb40321f05485054c208bcbb3779ab4f7ce40c0d92ed422053a5cd523d47e93d808833c8f014
+Size (php-8.2.9.tar.xz) = 12039672 bytes
 SHA1 (patch-configure) = 614c907a17adb6d8145e2d6c8ab25d2e4ff8bace
 SHA1 (patch-ext_enchant_enchant.c) = 7d999de1b2fde2ea11e4a6e16e7b59c085924b9b
 SHA1 (patch-ext_phar_Makefile.frag) = 53ea5c58b0bc27d236118d5750a74b1cba43e5dd



Home | Main Index | Thread Index | Old Index