1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Muhammad Moinur Rahman 2022-11-25 06:34:47 -06:00
parent 7ce2e73845
commit d2dcb06cbd
3 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,3 @@
PORTREVISION= 1
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php81

View File

@ -1,5 +1,5 @@
PORTNAME= php81
DISTVERSION= 8.1.12
DISTVERSION= 8.1.13
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions

View File

@ -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