diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-11-05 10:30:34 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-11-05 14:19:15 +0000 |
commit | 27ac371f93d36f77f00b8da261e496904184dd33 (patch) | |
tree | 55ad9bc8c525b0fc99cfd7ec241090548d20502f | |
parent | e0e0ea6f15f600275507dea83e9c5c06f8c6ace1 (diff) | |
download | ports-27ac371f93d36f77f00b8da261e496904184dd33.tar.gz ports-27ac371f93d36f77f00b8da261e496904184dd33.zip |
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
-rw-r--r-- | archivers/php74-zip/Makefile | 1 | ||||
-rw-r--r-- | devel/php74-intl/Makefile | 1 | ||||
-rw-r--r-- | lang/php74/Makefile | 2 | ||||
-rw-r--r-- | lang/php74/distinfo | 6 | ||||
-rw-r--r-- | www/mod_php74/Makefile | 1 |
5 files changed, 4 insertions, 7 deletions
diff --git a/archivers/php74-zip/Makefile b/archivers/php74-zip/Makefile index e4b9e8914ce2..251a2fbca8e2 100644 --- a/archivers/php74-zip/Makefile +++ b/archivers/php74-zip/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php74 diff --git a/devel/php74-intl/Makefile b/devel/php74-intl/Makefile index 60ddbc3e821f..482d1fced016 100644 --- a/devel/php74-intl/Makefile +++ b/devel/php74-intl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php74 diff --git a/lang/php74/Makefile b/lang/php74/Makefile index feb5407f8a7c..c709e7e3f216 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -1,5 +1,5 @@ PORTNAME= php74 -DISTVERSION= 7.4.32 +DISTVERSION= 7.4.33 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP diff --git a/lang/php74/distinfo b/lang/php74/distinfo index ada825313d26..f6e9a778b8b0 100644 --- a/lang/php74/distinfo +++ b/lang/php74/distinfo @@ -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 diff --git a/www/mod_php74/Makefile b/www/mod_php74/Makefile index d1fa2c1abc2c..14d327545e78 100644 --- a/www/mod_php74/Makefile +++ b/www/mod_php74/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= mod_ |