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: Sun Nov 27 02:53:03 UTC 2022
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php80: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.381 -r1.382 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/php80/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/php80/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.381 pkgsrc/lang/php/phpversion.mk:1.382
--- pkgsrc/lang/php/phpversion.mk:1.381 Fri Nov 25 16:53:13 2022
+++ pkgsrc/lang/php/phpversion.mk Sun Nov 27 02:53:03 2022
@@ -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 @@ PHPVERSION_MK= defined
# 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.
Index: pkgsrc/lang/php80/Makefile
diff -u pkgsrc/lang/php80/Makefile:1.11 pkgsrc/lang/php80/Makefile:1.12
--- pkgsrc/lang/php80/Makefile:1.11 Wed Nov 23 16:18:50 2022
+++ pkgsrc/lang/php80/Makefile Sun Nov 27 02:53:03 2022
@@ -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
Index: pkgsrc/lang/php80/distinfo
diff -u pkgsrc/lang/php80/distinfo:1.26 pkgsrc/lang/php80/distinfo:1.27
--- pkgsrc/lang/php80/distinfo:1.26 Sun Oct 30 10:18:35 2022
+++ pkgsrc/lang/php80/distinfo Sun Nov 27 02:53:03 2022
@@ -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