pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/php80: update to 8.0.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a8e4248dcd5
branches:  trunk
changeset: 388801:8a8e4248dcd5
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Nov 27 02:53:03 2022 +0000

description:
lang/php80: update to 8.0.26

PHP 8.0.26 (2022-11-24)

- CLI:
  . Fixed bug GH-9709 (Null pointer dereference with -w/-s options). (Adam Saponara)

- Core:
  . Fixed bug GH-9752 (Generator crashes when interrupted during argument
    evaluation with extra named params). (Arnaud)
  . Fixed bug GH-9801 (Generator crashes when memory limit is exceeded during
    initialization). (Arnaud)
  . Fixed potential NULL pointer dereference in Windows shm*() functions. (cmb)
  . Fixed bug GH-9750 (Generator memory leak when interrupted during argument
    evaluation. (Arnaud)

- Date:
  . Fixed bug GH-9763 (DateTimeZone ctr mishandles input and adds null byte if
    the argument is an offset larger than 100*60 minutes). (Derick)

- FPM:
  . Fixed bug GH-9754 (SaltStack (using Python subprocess) hangs when running
    php-fpm 8.1.11). (Jakub Zelenka)

- mysqli:
  . Fixed bug GH-9841 (mysqli_query throws warning despite using
    silenced error mode). (Kamil Tekiela)

- OpenSSL:
  . Fixed bug GH-8430 (OpenSSL compiled with no-md2, no-md4 or no-rmd160 does
    not build). (Jakub Zelenka, fsbruva)

- SOAP:
  . Fixed GH-9720 (Null pointer dereference while serializing the response).
    (cmb)

diffstat:

 lang/php/phpversion.mk |  4 ++--
 lang/php80/Makefile    |  3 +--
 lang/php80/distinfo    |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r d9186e33c723 -r 8a8e4248dcd5 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sun Nov 27 02:31:52 2022 +0000
+++ b/lang/php/phpversion.mk    Sun Nov 27 02:53:03 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.381 2022/11/25 16:53:13 taca Exp $
+# $NetBSD: phpversion.mk,v 1.382 2022/11/27 02:53:03 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
@@ -89,7 +89,7 @@
 # Define each PHP's version.
 PHP56_VERSION= 5.6.40
 PHP74_VERSION= 7.4.33
-PHP80_VERSION= 8.0.25
+PHP80_VERSION= 8.0.26
 PHP81_VERSION= 8.1.13
 
 # Define initial release of major version.
diff -r d9186e33c723 -r 8a8e4248dcd5 lang/php80/Makefile
--- a/lang/php80/Makefile       Sun Nov 27 02:31:52 2022 +0000
+++ b/lang/php80/Makefile       Sun Nov 27 02:53:03 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2022/11/23 16:18:50 adam Exp $
+# $NetBSD: Makefile,v 1.12 2022/11/27 02:53:03 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
 #
 PKGNAME=               php-${PHP_VERSION:S/RC/rc/}
-PKGREVISION=           1
 
 COMMENT=               PHP Hypertext Preprocessor version 8.0
 LICENSE=               php
diff -r d9186e33c723 -r 8a8e4248dcd5 lang/php80/distinfo
--- a/lang/php80/distinfo       Sun Nov 27 02:31:52 2022 +0000
+++ b/lang/php80/distinfo       Sun Nov 27 02:53:03 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2022/10/30 10:18:35 taca Exp $
+$NetBSD: distinfo,v 1.27 2022/11/27 02:53:03 taca Exp $
 
-BLAKE2s (php-8.0.25.tar.xz) = 48709affae5ad92c7d8d239a91400c3b784daa28bb71af45e5b4d1091046399c
-SHA512 (php-8.0.25.tar.xz) = 43bb0637e424e2a637e05f3faf0ca2c5309f2d9cc03def9fc9af9b756003ea6efe730b608c70177c3c1b9cb03cef31c27cd6507cca9d9f0fd854aadb5e51aee3
-Size (php-8.0.25.tar.xz) = 10802888 bytes
+BLAKE2s (php-8.0.26.tar.xz) = e71cb18ab1bac16ccf12279fb797875622cbbb347c06027f93db49bdbebf9ae5
+SHA512 (php-8.0.26.tar.xz) = 2c285bd0d4516e188b8f9fe45db12bb0631c8298c97b3fcf99b7d56bed8c90920649d613c19821cbb38592211f5a3e7980679f2a59ad2d920da5b669251a99d5
+Size (php-8.0.26.tar.xz) = 10868588 bytes
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index