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:           Fri Jan  5 02:08:41 UTC 2024

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

Log Message:
lang/php83: update to 8.3.1

PHP 8.3.1 (2023-12-21)

- Core:
  . 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)
  . Fixed bug GH-12826 (Weird pointers issue in nested loops). (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)

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

- PDO PGSQL:
  . Fixed the default value of $fetchMode in PDO::pgsqlGetNotify() (kocsismate)

- SOAP:
  . Fixed bug GH-12838 ([SOAP] Temporary WSDL cache files not being deleted).
    (nielsdos)

- Standard
  . Fixed GH-12745 (http_build_query() default null argument for $arg_separator
    is implicitly coerced to string). (Girgias)


To generate a diff of this commit:
cvs rdiff -u -r1.416 -r1.417 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.1 -r1.2 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.416 pkgsrc/lang/php/phpversion.mk:1.417
--- pkgsrc/lang/php/phpversion.mk:1.416 Thu Nov 30 16:14:00 2023
+++ pkgsrc/lang/php/phpversion.mk       Fri Jan  5 02:08:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.416 2023/11/30 16:14:00 taca Exp $
+# $NetBSD: phpversion.mk,v 1.417 2024/01/05 02:08:41 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
@@ -93,7 +93,7 @@ PHP74_VERSION=        7.4.33
 PHP80_VERSION= 8.0.30
 PHP81_VERSION= 8.1.26
 PHP82_VERSION= 8.2.13
-PHP83_VERSION= 8.3.0
+PHP83_VERSION= 8.3.1
 
 # Define API version or initial release of major version.
 PHP56_RELDATE= 20140828

Index: pkgsrc/lang/php83/distinfo
diff -u pkgsrc/lang/php83/distinfo:1.1 pkgsrc/lang/php83/distinfo:1.2
--- pkgsrc/lang/php83/distinfo:1.1      Thu Nov 30 16:14:50 2023
+++ pkgsrc/lang/php83/distinfo  Fri Jan  5 02:08:41 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2023/11/30 16:14:50 taca Exp $
+$NetBSD: distinfo,v 1.2 2024/01/05 02:08:41 taca Exp $
 
-BLAKE2s (php-8.3.0.tar.xz) = a0dd4af2670fa1df1f70dfe524c3be08f589582d61834e75d7d33fd1d1be1393
-SHA512 (php-8.3.0.tar.xz) = 8758bb0789787dda04f3d4a175f4d4a0bffadc8c3d272fefa000d6fd7b0c0a7096347c829c1ddfb3b60cf6300803d68ba6d8379f2a343e02d935ba77d01c5cf1
-Size (php-8.3.0.tar.xz) = 12431612 bytes
+BLAKE2s (php-8.3.1.tar.xz) = eab944ff3b663d58484eed4910e78a7e23877ff38b01cd0d77ea9faf1dde82de
+SHA512 (php-8.3.1.tar.xz) = 9806f7bdaf9c071a6402152af02eaf5f00285ec7a8c8ee319fd8a7ef4f8e6e33d0e362326969bae59b2c9e6f02fd7b92c93736acb807dfa797cc204226b69fe6
+Size (php-8.3.1.tar.xz) = 12444232 bytes
 SHA1 (patch-configure) = c8578bf4893665cb8dee242bbdc866d100912436
 SHA1 (patch-ext_enchant_enchant.c) = 7d999de1b2fde2ea11e4a6e16e7b59c085924b9b
 SHA1 (patch-ext_phar_Makefile.frag) = 53ea5c58b0bc27d236118d5750a74b1cba43e5dd



Home | Main Index | Thread Index | Old Index