Date: Fri, 25 Nov 2022 12:38:37 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d2dcb06cbdba - main - lang/php81: Update version 8.1.12=>8.1.13 Message-ID: <202211251238.2APCcbrH042608@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2dcb06cbdba99f751a344df3d08389da73cf447 commit d2dcb06cbdba99f751a344df3d08389da73cf447 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-11-25 12:34:47 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-11-25 12:38:27 +0000 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 --- devel/php81-intl/Makefile | 1 - lang/php81/Makefile | 2 +- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211251238.2APCcbrH042608>