freebsd-ports/devel/php74-intl/Makefile
Torsten Zuehlsdorff 11d48ddebb lang/php74: Upgrade from 7.4.25 to 7.4.26
Core:
        Fixed bug #81518 (Header injection via default_mimetype / default_charset).
    Date:
        Fixed bug #81500 (Interval serialization regression since 7.3.14 / 7.4.2).
    MBString:
        Fixed bug #76167 (mbstring may use pointer from some previous request).
    MySQLi:
        Fixed bug #81494 (Stopped unbuffered query does not throw error).
    PCRE:
        Fixed bug #81424 (PCRE2 10.35 JIT performance regression).
    Streams:
        Fixed bug #54340 (Memory corruption with user_filter).
    XML:
        Fixed bug #79971 (special character is breaking the path in xml function). (CVE-2021-21707)

Also include a patch to fix issue 259725:
dns_get_record fails when requested record doesn't exist

PR:		259725
Reported by:	fsbruva@yahoo.com
Sponsored by:	Bounce Experts
2021-11-20 20:31:39 +01:00

14 lines
218 B
Makefile

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