lang/php74: Update version 7.4.32=>7.4.33

* 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)

Approved by:	tz (By private mail)
Relnotes:	https://www.php.net/ChangeLog-7.php#7.4.33
Sponsored by:	Bounce Experts
This commit is contained in:
Muhammad Moinur Rahman 2022-11-05 05:30:34 -05:00
parent e0e0ea6f15
commit 27ac371f93
5 changed files with 4 additions and 7 deletions

View File

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

View File

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

View File

@ -1,5 +1,5 @@
PORTNAME= php74
DISTVERSION= 7.4.32
DISTVERSION= 7.4.33
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1664667683
SHA256 (php/php-7.4.32.tar.xz) = 323332c991e8ef30b1d219cb10f5e30f11b5f319ce4c6642a5470d75ade7864a
SIZE (php/php-7.4.32.tar.xz) = 10419092
TIMESTAMP = 1667595170
SHA256 (php/php-7.4.33.tar.xz) = 924846abf93bc613815c55dd3f5809377813ac62a9ec4eb3778675b82a27b927
SIZE (php/php-7.4.33.tar.xz) = 10420144

View File

@ -1,4 +1,3 @@
PORTREVISION= 1
CATEGORIES= www devel
PKGNAMEPREFIX= mod_