diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-10 13:34:22 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-10 13:34:22 +0000 |
commit | 9dd525130a60df51c6d6aef7e1831240ef402169 (patch) | |
tree | 976d4b77d0c52a26196e4f812d80ae0aaca5ee5c | |
parent | 2c92a71660830af3259adca3a8533248ae9a8a2a (diff) | |
download | ports-9dd525130a60df51c6d6aef7e1831240ef402169.tar.gz ports-9dd525130a60df51c6d6aef7e1831240ef402169.zip |
lang/php74: Update version 7.4.29=>7.4.30
- mysqlnd:
Fixed bug #81719: mysqlnd/pdo password buffer overflow.
(CVE-2022-31626)
- pgsql:
Fixed bug #81720: Uninitialized array in pg_query_params().
(CVE-2022-31625)
Approved by: tz (private email)
Relnotes: https://www.php.net/ChangeLog-7.php#7.4.30
Sponsored by: Bounce Experts
-rw-r--r-- | devel/php74-ffi/Makefile | 1 | ||||
-rw-r--r-- | lang/php74/Makefile | 2 | ||||
-rw-r--r-- | lang/php74/distinfo | 6 | ||||
-rw-r--r-- | mail/php74-imap/Makefile | 1 | ||||
-rw-r--r-- | www/mod_php74/Makefile | 1 |
5 files changed, 4 insertions, 7 deletions
diff --git a/devel/php74-ffi/Makefile b/devel/php74-ffi/Makefile index 7d3651f0c94d..4e685e0b1352 100644 --- a/devel/php74-ffi/Makefile +++ b/devel/php74-ffi/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php74 diff --git a/lang/php74/Makefile b/lang/php74/Makefile index 6138b524e9b6..4a40b132f638 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -1,5 +1,5 @@ PORTNAME= php74 -DISTVERSION= 7.4.29 +DISTVERSION= 7.4.30 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP diff --git a/lang/php74/distinfo b/lang/php74/distinfo index 6bbac2b994c3..d44f0e3c17fc 100644 --- a/lang/php74/distinfo +++ b/lang/php74/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650059168 -SHA256 (php/php-7.4.29.tar.xz) = 7d0f07869f33311ff3fe1138dc0d6c0d673c37fcb737eaed2c6c10a949f1aed6 -SIZE (php/php-7.4.29.tar.xz) = 10418908 +TIMESTAMP = 1654867369 +SHA256 (php/php-7.4.30.tar.xz) = ea72a34f32c67e79ac2da7dfe96177f3c451c3eefae5810ba13312ed398ba70d +SIZE (php/php-7.4.30.tar.xz) = 10419136 diff --git a/mail/php74-imap/Makefile b/mail/php74-imap/Makefile index ef4b8bfaf19c..f6e7d148e028 100644 --- a/mail/php74-imap/Makefile +++ b/mail/php74-imap/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= mail MASTERDIR= ${.CURDIR}/../../lang/php74 diff --git a/www/mod_php74/Makefile b/www/mod_php74/Makefile index a891a4998c5a..1c81ca2d3c57 100644 --- a/www/mod_php74/Makefile +++ b/www/mod_php74/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 2 CATEGORIES= www devel PKGNAMEPREFIX= mod_ |