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

lang/php80: Update version 8.0.24=>8.0.25

* GD:
  - Fixed bug #81739: OOB read due to insufficient input validation in
    imageloadfont(). (CVE-2022-31630)
* Hash:
  - Fixed bug #81738: buffer overflow in hash_update() on long parameter
    (CVE-2022-37454)
* Session:
  - Fixed bug GH-9583 (session_create_id() fails with user defined save
    handler that doesn't have a validateId() method).
* Streams:
  - Fixed bug GH-9590 (stream_select does not abort upon exception or
    empty valid fd set).

Approved by:	tz (By private mail)
MFH:		2022Q4
Relnotes:       https://www.php.net/ChangeLog-8.php#8.0.25
Sponsored by:	Bounce Experts

(cherry picked from commit 5b7b2aa164)
This commit is contained in:
Muhammad Moinur Rahman 2022-10-29 14:42:27 -05:00
parent ea13db2b6d
commit bb30afbc57
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= php80
DISTVERSION= 8.0.24
DISTVERSION= 8.0.25
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1664642432
SHA256 (php/php-8.0.24.tar.xz) = 8e6a63ac9cdabe4c345b32a54b18f348d9e50a1decda217faf2d61278d22f08b
SIZE (php/php-8.0.24.tar.xz) = 10895332
TIMESTAMP = 1667037753
SHA256 (php/php-8.0.25.tar.xz) = a291b71d0498707fc5514eb5b9513e88f0f1d4890bcdefd67282ded8a2bfb941
SIZE (php/php-8.0.25.tar.xz) = 10802888