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 Sep 29 15:11:00 UTC 2023

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

Log Message:
lang/php81: update to 8.1.24

28 Sep 2023, PHP 8.1.24

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


To generate a diff of this commit:
cvs rdiff -u -r1.409 -r1.410 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/php81/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.409 pkgsrc/lang/php/phpversion.mk:1.410
--- pkgsrc/lang/php/phpversion.mk:1.409 Fri Sep 29 15:08:06 2023
+++ pkgsrc/lang/php/phpversion.mk       Fri Sep 29 15:11:00 2023
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.409 2023/09/29 15:08:06 taca Exp $
+# $NetBSD: phpversion.mk,v 1.410 2023/09/29 15:11:00 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
 PHP80_VERSION= 8.0.30
-PHP81_VERSION= 8.1.23
+PHP81_VERSION= 8.1.24
 PHP82_VERSION= 8.2.11
 
 # Define API version or initial release of major version.

Index: pkgsrc/lang/php81/distinfo
diff -u pkgsrc/lang/php81/distinfo:1.27 pkgsrc/lang/php81/distinfo:1.28
--- pkgsrc/lang/php81/distinfo:1.27     Sat Sep  2 14:49:39 2023
+++ pkgsrc/lang/php81/distinfo  Fri Sep 29 15:11:00 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2023/09/02 14:49:39 taca Exp $
+$NetBSD: distinfo,v 1.28 2023/09/29 15:11:00 taca Exp $
 
-BLAKE2s (php-8.1.23.tar.xz) = 8bb60a7f336ad50bf5156a353a71be4d1d8691cb5d35d7231d178ce68c3e1482
-SHA512 (php-8.1.23.tar.xz) = deb1c205c289d5457e6341680d1a3344f21ff8abf904b45b78391fdae6e0c172c5d760f0b639669722f9a8600286515d63bdea46043e5d7b4db4666bc2dde7ea
-Size (php-8.1.23.tar.xz) = 11871960 bytes
+BLAKE2s (php-8.1.24.tar.xz) = 0b21fdd8460a54a784e37af5a3071d00d3f005f4db559c90762c64a91d49fe1a
+SHA512 (php-8.1.24.tar.xz) = 4a77498ddfdb171de9fa4d7c6e0155c4a5126fcd813c0370d0c7a23b3daec18e95f4b45df6a3473fc665687a3fe51ae1479f42f57658391d170ea9a8849f8fc8
+Size (php-8.1.24.tar.xz) = 11793756 bytes
 SHA1 (patch-configure) = bf9d652aa5b5509b08ce7cdb6168936ca7b80584
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
 SHA1 (patch-ext_enchant_enchant.c) = 7924acc5fdadea89b3a385cf744ef982795bf89d



Home | Main Index | Thread Index | Old Index