diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2021-07-05 23:24:28 +0200 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2021-07-05 23:31:18 +0200 |
commit | 602c4c32efe0a00d33e9b7d36114796fba01830f (patch) | |
tree | 4fcbdb046e1a177c198679bac02f3cab751c6def /lang/php73 | |
parent | sysutils/cfengine-masterfiles318: fix (diff) |
lang/php73: Update from 7.3.28 to 7.3.29
Changelog:
Core:
Fixed bug #81122: SSRF bypass in FILTER_VALIDATE_URL. (CVE-2021-21705)
PDO_Firebird:
Fixed bug #76448: Stack buffer overflow in firebird_info_cb. (CVE-2021-21704)
Fixed bug #76449: SIGSEGV in firebird_handle_doer. (CVE-2021-21704)
Fixed bug #76450: SIGSEGV in firebird_stmt_execute. (CVE-2021-21704)
Fixed bug #76452: Crash while parsing blob data in firebird_fetch_blob. (CVE-2021-21704)
Sponsored by: Bounce Experts
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/Makefile | 2 | ||||
-rw-r--r-- | lang/php73/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile index 854a950c9766..dbf7db29339b 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,5 +1,5 @@ PORTNAME= php73 -DISTVERSION= 7.3.28 +DISTVERSION= 7.3.29 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php73/distinfo b/lang/php73/distinfo index 0329feec4210..4a5a3edf6a72 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619897949 -SHA256 (php-7.3.28.tar.xz) = a2a84dbec8c1eee3f46c5f249eaaa2ecb3f9e7a6f5d0604d2df44ff8d4904dbe -SIZE (php-7.3.28.tar.xz) = 12139380 +TIMESTAMP = 1625432377 +SHA256 (php-7.3.29.tar.xz) = 7db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0 +SIZE (php-7.3.29.tar.xz) = 12139492 |