diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-11-25 12:34:47 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-11-25 12:38:27 +0000 |
commit | d2dcb06cbdba99f751a344df3d08389da73cf447 (patch) | |
tree | db77fbbd016af3897cb0e85478e33ee5236b9835 | |
parent | 7ce2e73845f3f71400a3b3f202b99d69b003fd7d (diff) |
lang/php81: Update version 8.1.12=>8.1.13
* CLI:
- Fixed bug GH-9709 (Null pointer dereference with -w/-s options).
* Core:
- Fixed bug GH-9752 (Generator crashes when interrupted during
argument evaluation with extra named params).
- Fixed bug GH-9801 (Generator crashes when memory limit is exceeded
during initialization).
- Fixed potential NULL pointer dereference Windows shm*() functions.
- Fixed bug GH-9750 (Generator memory leak when interrupted during
argument evaluation.
* Date:
- Fixed bug GH-9763 (DateTimeZone ctr mishandles input and adds null
byte if the argument is an offset larger than 100*60 minutes).
* FPM:
- Fixed bug GH-9754 (SaltStack (using Python subprocess) hangs when
running php-fpm 8.1.11).
* mysqli:
- Fixed bug GH-9841 (mysqli_query throws warning despite using
silenced error mode).
* MySQLnd:
- Fixed potential heap corruption due to alignment mismatch.
* OpenSSL:
- Fixed bug GH-8430 (OpenSSL compiled with no-md2, no-md4 or no-rmd160
does not build).
* SOAP:
- Fixed GH-9720 (Null pointer dereference while serializing the
response).
Relnotes: https://www.php.net/ChangeLog-8.php#8.1.13
Sponsored by: Bounce Experts
-rw-r--r-- | devel/php81-intl/Makefile | 1 | ||||
-rw-r--r-- | lang/php81/Makefile | 2 | ||||
-rw-r--r-- | lang/php81/distinfo | 6 |
3 files changed, 4 insertions, 5 deletions
diff --git a/devel/php81-intl/Makefile b/devel/php81-intl/Makefile index 9b26b350679d..1ccc80b52ca4 100644 --- a/devel/php81-intl/Makefile +++ b/devel/php81-intl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/lang/php81/Makefile b/lang/php81/Makefile index 21616a9e0b87..7a790edf6c22 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -1,5 +1,5 @@ PORTNAME= php81 -DISTVERSION= 8.1.12 +DISTVERSION= 8.1.13 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php81/distinfo b/lang/php81/distinfo index 2ad67766f60a..1f3777898715 100644 --- a/lang/php81/distinfo +++ b/lang/php81/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667037780 -SHA256 (php-8.1.12.tar.xz) = 08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab -SIZE (php-8.1.12.tar.xz) = 11747176 +TIMESTAMP = 1669377378 +SHA256 (php-8.1.13.tar.xz) = b15ef0ccdd6760825604b3c4e3e73558dcf87c75ef1d68ef4289d8fd261ac856 +SIZE (php-8.1.13.tar.xz) = 11802424 |