602c4c32ef
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
9 lines
148 B
Makefile
9 lines
148 B
Makefile
CATEGORIES= databases
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php73
|
|
|
|
PKGNAMESUFFIX= -pdo_firebird
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "${MASTERDIR}/Makefile"
|