mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
Changelog: http://www.php.net/ChangeLog-7.php#7.0.21 Also: - Remove patch "patch-main_php__ini.c", has been patched upstream - Remove CONFIGURE_ARGS for "--with-regex=*" and "--with-zend-vm=*", they are not supported anymore PR: 220531 Submitted by: Dani <i.dani@outlook.com> Reported by: Fabiano Sidler <fabianosidler@swissonline.ch> MFH: 2017Q3 Security: CVE-2017-9224 Security: CVE-2017-9226 Security: CVE-2017-9227 Security: CVE-2017-9228 Security: CVE-2017-9229 Differential Revision: https://reviews.freebsd.org/D11515
10 lines
174 B
Makefile
10 lines
174 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php70
|
|
|
|
PKGNAMESUFFIX= -readline
|
|
|
|
.include "${MASTERDIR}/Makefile"
|