mirror of
https://git.freebsd.org/ports.git
synced 2025-05-23 04:03:14 -04:00
Changelog: SQLite: Upgraded to SQLite 3.28.0. EXIF: Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042) Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041) Phar: Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.31 MFH: 2019Q3
16 lines
234 B
Makefile
16 lines
234 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php71
|
|
|
|
PKGNAMESUFFIX= -intl
|
|
|
|
USES= compiler:c++11-lib
|
|
USE_CXXSTD= gnu++11
|
|
|
|
CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "${MASTERDIR}/Makefile"
|