pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang lang/php81: update to 8.1.13
details: https://anonhg.NetBSD.org/pkgsrc/rev/48db1a420310
branches: trunk
changeset: 388733:48db1a420310
user: taca <taca%pkgsrc.org@localhost>
date: Fri Nov 25 16:53:13 2022 +0000
description:
lang/php81: update to 8.1.13
8.1.13 (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 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)
- MySQLnd:
. Fixed potential heap corruption due to alignment mismatch. (cmb)
- 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/php81/Makefile | 3 +--
lang/php81/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 8 deletions(-)
diffs (49 lines):
diff -r 36c59c9e3863 -r 48db1a420310 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Fri Nov 25 16:10:19 2022 +0000
+++ b/lang/php/phpversion.mk Fri Nov 25 16:53:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.380 2022/11/04 00:40:58 taca Exp $
+# $NetBSD: phpversion.mk,v 1.381 2022/11/25 16:53:13 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 @@
PHP56_VERSION= 5.6.40
PHP74_VERSION= 7.4.33
PHP80_VERSION= 8.0.25
-PHP81_VERSION= 8.1.12
+PHP81_VERSION= 8.1.13
# Define initial release of major version.
PHP56_RELDATE= 20140828
diff -r 36c59c9e3863 -r 48db1a420310 lang/php81/Makefile
--- a/lang/php81/Makefile Fri Nov 25 16:10:19 2022 +0000
+++ b/lang/php81/Makefile Fri Nov 25 16:53:13 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2022/11/23 16:18:50 adam Exp $
+# $NetBSD: Makefile,v 1.10 2022/11/25 16:53:13 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.1
LICENSE= php
diff -r 36c59c9e3863 -r 48db1a420310 lang/php81/distinfo
--- a/lang/php81/distinfo Fri Nov 25 16:10:19 2022 +0000
+++ b/lang/php81/distinfo Fri Nov 25 16:53:13 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2022/10/30 10:16:24 taca Exp $
+$NetBSD: distinfo,v 1.15 2022/11/25 16:53:13 taca Exp $
-BLAKE2s (php-8.1.12.tar.xz) = 02b83ec30079831a2aff20d87b264bc73808feffed9acadb03ef9252fc37b3dc
-SHA512 (php-8.1.12.tar.xz) = 437b6a8146b58479f4d1acb7b35d68954f1f7bc13a8f3dddc66e1677d7e9b6a11154861f9e894cbd59b9c28d4df3fd5422f9b5553004e9fc8d0320ab59b9f907
-Size (php-8.1.12.tar.xz) = 11747176 bytes
+BLAKE2s (php-8.1.13.tar.xz) = 1c9669c505645ba60827a2610469fde932d55f71ef42510af5a6f003c3b16bef
+SHA512 (php-8.1.13.tar.xz) = a8966798ed8e723a362952f9d381a59cbfd63d921466d68a5bc4527960f4fe1b48a1f188284c74b0723e93524787e4cf1c1322ecd6ec1c9be199fd67df0a0542
+Size (php-8.1.13.tar.xz) = 11802424 bytes
SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
Home |
Main Index |
Thread Index |
Old Index