Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2022 00:21:52 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 31229ca1324c - 2022Q4 - lang/php74: Update version 7.4.30=>7.4.32
Message-ID:  <202210020021.2920LqwM057182@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=31229ca1324cb0570a58c6ee0ed01fb18981dc23

commit 31229ca1324cb0570a58c6ee0ed01fb18981dc23
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-10-02 00:19:27 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-10-02 00:21:41 +0000

    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)
---
 lang/php74/Makefile | 2 +-
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210020021.2920LqwM057182>