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 | |
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)
-rw-r--r-- | lang/php74/Makefile | 2 | ||||
-rw-r--r-- | lang/php74/distinfo | 6 |
2 files changed, 4 insertions, 4 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 diff --git a/lang/php74/distinfo b/lang/php74/distinfo index d44f0e3c17fc..ada825313d26 100644 --- a/lang/php74/distinfo +++ b/lang/php74/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654867369 -SHA256 (php/php-7.4.30.tar.xz) = ea72a34f32c67e79ac2da7dfe96177f3c451c3eefae5810ba13312ed398ba70d -SIZE (php/php-7.4.30.tar.xz) = 10419136 +TIMESTAMP = 1664667683 +SHA256 (php/php-7.4.32.tar.xz) = 323332c991e8ef30b1d219cb10f5e30f11b5f319ce4c6642a5470d75ade7864a +SIZE (php/php-7.4.32.tar.xz) = 10419092 |