diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-03 20:30:23 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-03 20:38:29 +0200 |
commit | 0f08a007e69570ee71bd130f1131c5d1f09a10d2 (patch) | |
tree | b67cf96b6ac27a567328c00ee6241d1e5c4bc608 | |
parent | lang/php83: Update version 8.3.22=>8.3.23 (diff) |
lang/php84: Update version 8.4.8=>8.4.10
Changelog: https://www.php.net/ChangeLog-8.php#8.4.10
Security: CVE-2025-1220
Security: CVE-2025-1735
Security: CVE-2025-6491
MFH: 2025Q3
-rw-r--r-- | lang/php84/Makefile | 4 | ||||
-rw-r--r-- | lang/php84/distinfo | 6 | ||||
-rw-r--r-- | net/php84-soap/Makefile | 1 | ||||
-rw-r--r-- | textproc/php84-dom/Makefile | 1 | ||||
-rw-r--r-- | textproc/php84-simplexml/Makefile | 1 | ||||
-rw-r--r-- | textproc/php84-xml/Makefile | 1 | ||||
-rw-r--r-- | textproc/php84-xmlreader/Makefile | 1 | ||||
-rw-r--r-- | textproc/php84-xmlwriter/Makefile | 1 | ||||
-rw-r--r-- | textproc/php84-xsl/Makefile | 1 | ||||
-rw-r--r-- | www/mod_php84/Makefile | 1 |
10 files changed, 5 insertions, 13 deletions
diff --git a/lang/php84/Makefile b/lang/php84/Makefile index 69c3c787f338..3bf61525ae64 100644 --- a/lang/php84/Makefile +++ b/lang/php84/Makefile @@ -1,6 +1,6 @@ PORTNAME= php84 -DISTVERSION= 8.4.8 -PORTREVISION?= 1 +DISTVERSION= 8.4.10 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} diff --git a/lang/php84/distinfo b/lang/php84/distinfo index a7ffa64e34bf..3be8a2533adc 100644 --- a/lang/php84/distinfo +++ b/lang/php84/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749266448 -SHA256 (php-8.4.8.tar.xz) = aa6a4d330b47eacd83e351658ba8c47747a1e4356456219cfb6d75e7838da091 -SIZE (php-8.4.8.tar.xz) = 13619152 +TIMESTAMP = 1751553605 +SHA256 (php-8.4.10.tar.xz) = 14983a9ef8800e6bc2d920739fd386054402f7976ca9cd7f711509496f0d2632 +SIZE (php-8.4.10.tar.xz) = 13625264 diff --git a/net/php84-soap/Makefile b/net/php84-soap/Makefile index 35b2ad96dbad..dbe62dcc4455 100644 --- a/net/php84-soap/Makefile +++ b/net/php84-soap/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-dom/Makefile b/textproc/php84-dom/Makefile index 45f6e658b8df..02a3ee9976c6 100644 --- a/textproc/php84-dom/Makefile +++ b/textproc/php84-dom/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-simplexml/Makefile b/textproc/php84-simplexml/Makefile index 42e38d98b4e4..ddb54ac3fffd 100644 --- a/textproc/php84-simplexml/Makefile +++ b/textproc/php84-simplexml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-xml/Makefile b/textproc/php84-xml/Makefile index c8219b5b9e5c..1d04b9033f65 100644 --- a/textproc/php84-xml/Makefile +++ b/textproc/php84-xml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-xmlreader/Makefile b/textproc/php84-xmlreader/Makefile index bbe854b9e45a..4af62c73f7c1 100644 --- a/textproc/php84-xmlreader/Makefile +++ b/textproc/php84-xmlreader/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-xmlwriter/Makefile b/textproc/php84-xmlwriter/Makefile index 1d9010ad49c3..7adfd0814081 100644 --- a/textproc/php84-xmlwriter/Makefile +++ b/textproc/php84-xmlwriter/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-xsl/Makefile b/textproc/php84-xsl/Makefile index 8624e2a9f3b8..64d8e7f98be1 100644 --- a/textproc/php84-xsl/Makefile +++ b/textproc/php84-xsl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/www/mod_php84/Makefile b/www/mod_php84/Makefile index 73e543e37799..1ee419ec5ebd 100644 --- a/www/mod_php84/Makefile +++ b/www/mod_php84/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= mod_ |