diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-10-29 19:42:27 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-10-29 19:49:48 +0000 |
commit | 5b7b2aa164de560f6bdcfea48339f76f7213f48f (patch) | |
tree | d9801e53feaf04af14a8c446803d4ef8812b24f9 | |
parent | 3c5189a0fd4c82addfb659024bf28c5006bf88f7 (diff) | |
download | ports-5b7b2aa164de560f6bdcfea48339f76f7213f48f.tar.gz ports-5b7b2aa164de560f6bdcfea48339f76f7213f48f.zip |
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
-rw-r--r-- | lang/php80/Makefile | 2 | ||||
-rw-r--r-- | lang/php80/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php80/Makefile b/lang/php80/Makefile index a3bf990cf177..1e64006412b3 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,5 +1,5 @@ PORTNAME= php80 -DISTVERSION= 8.0.24 +DISTVERSION= 8.0.25 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP diff --git a/lang/php80/distinfo b/lang/php80/distinfo index 73814f121bcc..ccfc838c11be 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -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 |