diff options
author | taca <taca@pkgsrc.org> | 2022-11-25 16:53:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-11-25 16:53:13 +0000 |
commit | 3eb6d6dd3b0edf2fd7ae5d4a63896d00e1ad16f9 (patch) | |
tree | 5e523e3f90e8113356485a7da0ef37839dfc013c /lang/php81 | |
parent | 6d939a082424c3c222a7d2d2bbbf7b7d4ce38a69 (diff) | |
download | pkgsrc-3eb6d6dd3b0edf2fd7ae5d4a63896d00e1ad16f9.tar.gz |
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 (limited to 'lang/php81')
-rw-r--r-- | lang/php81/Makefile | 3 | ||||
-rw-r--r-- | lang/php81/distinfo | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/lang/php81/Makefile b/lang/php81/Makefile index a87f34a3ff8..1592f53db93 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -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 --git a/lang/php81/distinfo b/lang/php81/distinfo index 8a0d6f77d48..3ef5b06c630 100644 --- a/lang/php81/distinfo +++ b/lang/php81/distinfo @@ -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 |