Files
ports/devel/php73-intl/Makefile
Torsten Zuehlsdorff 602c4c32ef 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
2021-07-05 23:31:18 +02:00

15 lines
221 B
Makefile

CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php73
PKGNAMESUFFIX= -intl
USES= compiler:c++11-lib
USE_CXXSTD= gnu++11
CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
TEST_TARGET= test
.include "${MASTERDIR}/Makefile"