diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-03 20:28:44 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-03 20:38:27 +0200 |
commit | a0088d66e9fcc0ae9a2e4ac201ecb18b5cabdd5b (patch) | |
tree | b8fe6763d8ddd59150996a123a606d125c676135 | |
parent | lang/php82: Update version 8.2.28=>8.2.29 (diff) |
lang/php83: Update version 8.3.22=>8.3.23
Changelog: https://www.php.net/ChangeLog-8.php#8.3.23
Security: CVE-2025-1220
Security: CVE-2025-1735
Security: CVE-2025-6491
MFH: 2025Q3
-rw-r--r-- | lang/php83/Makefile | 4 | ||||
-rw-r--r-- | lang/php83/distinfo | 6 | ||||
-rw-r--r-- | net/php83-soap/Makefile | 1 | ||||
-rw-r--r-- | textproc/php83-dom/Makefile | 1 | ||||
-rw-r--r-- | textproc/php83-simplexml/Makefile | 1 | ||||
-rw-r--r-- | textproc/php83-xml/Makefile | 1 | ||||
-rw-r--r-- | textproc/php83-xmlreader/Makefile | 1 | ||||
-rw-r--r-- | textproc/php83-xmlwriter/Makefile | 1 | ||||
-rw-r--r-- | textproc/php83-xsl/Makefile | 1 | ||||
-rw-r--r-- | www/mod_php83/Makefile | 1 |
10 files changed, 5 insertions, 13 deletions
diff --git a/lang/php83/Makefile b/lang/php83/Makefile index c70d9a675138..bfd80a5eee56 100644 --- a/lang/php83/Makefile +++ b/lang/php83/Makefile @@ -1,6 +1,6 @@ PORTNAME= php83 -DISTVERSION= 8.3.22 -PORTREVISION?= 1 +DISTVERSION= 8.3.23 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} diff --git a/lang/php83/distinfo b/lang/php83/distinfo index c68e1786aa12..8d15b5e5f9cc 100644 --- a/lang/php83/distinfo +++ b/lang/php83/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749266431 -SHA256 (php-8.3.22.tar.xz) = 66c86889059bd27ccf460590ca48fcaf3261349cc9bdba2023ac6a265beabf36 -SIZE (php-8.3.22.tar.xz) = 12555076 +TIMESTAMP = 1751555643 +SHA256 (php-8.3.23.tar.xz) = 08be64700f703bca6ff1284bf1fdaffa37ae1b9734b6559f8350248e8960a6db +SIZE (php-8.3.23.tar.xz) = 12577624 diff --git a/net/php83-soap/Makefile b/net/php83-soap/Makefile index f0decd401d40..da25aa254607 100644 --- a/net/php83-soap/Makefile +++ b/net/php83-soap/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-dom/Makefile b/textproc/php83-dom/Makefile index 1933bf17bab9..152ab51944ab 100644 --- a/textproc/php83-dom/Makefile +++ b/textproc/php83-dom/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-simplexml/Makefile b/textproc/php83-simplexml/Makefile index 69388320ee18..87996eb406d9 100644 --- a/textproc/php83-simplexml/Makefile +++ b/textproc/php83-simplexml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-xml/Makefile b/textproc/php83-xml/Makefile index 9fc5ef4eda12..e9650249edbd 100644 --- a/textproc/php83-xml/Makefile +++ b/textproc/php83-xml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-xmlreader/Makefile b/textproc/php83-xmlreader/Makefile index 4a4f2f98d761..fc29a603edcd 100644 --- a/textproc/php83-xmlreader/Makefile +++ b/textproc/php83-xmlreader/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-xmlwriter/Makefile b/textproc/php83-xmlwriter/Makefile index f93e37ec6e8a..0aec419cb0a5 100644 --- a/textproc/php83-xmlwriter/Makefile +++ b/textproc/php83-xmlwriter/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-xsl/Makefile b/textproc/php83-xsl/Makefile index 59cb10d26d57..13cf30a12fa5 100644 --- a/textproc/php83-xsl/Makefile +++ b/textproc/php83-xsl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/www/mod_php83/Makefile b/www/mod_php83/Makefile index caf07c783696..1972e34e820a 100644 --- a/www/mod_php83/Makefile +++ b/www/mod_php83/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= mod_ |