diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-10-01 19:19:27 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-10-01 19:21:41 -0500 |
commit | 31229ca1324cb0570a58c6ee0ed01fb18981dc23 (patch) | |
tree | 7162f43a07960f3bb2564798546b814b2e462754 /lang/php74/Makefile | |
parent | lang/php81: Update version 8.1.10=>8.1.11 (diff) |
lang/php74: Update version 7.4.30=>7.4.32
* Core:
- Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
(CVE-2022-31628)
- Fixed bug #81727: Don't mangle HTTP variable names that clash with
ones that have a specific semantic meaning. (CVE-2022-31629)
Relnotes: https://www.php.net/ChangeLog-7.php
Sponsored by: Bounce Experts
(cherry picked from commit 594ae3a8ac152ccaabdf30aabf9d33fcf250b102)
Diffstat (limited to 'lang/php74/Makefile')
-rw-r--r-- | lang/php74/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php74/Makefile b/lang/php74/Makefile index 91d08d6e920d..feb5407f8a7c 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -1,5 +1,5 @@ PORTNAME= php74 -DISTVERSION= 7.4.30 +DISTVERSION= 7.4.32 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP |