forked from Lainports/freebsd-ports
* GD: - Fixed bug #81739: OOB read due to insufficient input validation in imageloadfont(). (CVE-2022-31630) * Hash: - Fixed bug #81738: buffer overflow in hash_update() on long parameter (CVE-2022-37454) Approved by: tz (By private mail) Relnotes: https://www.php.net/ChangeLog-7.php#7.4.33 Sponsored by: Bounce Experts
15 lines
333 B
Makefile
15 lines
333 B
Makefile
CATEGORIES= www devel
|
|
PKGNAMEPREFIX= mod_
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
|
|
CONFLICTS_INSTALL= mod_php[0-9][0-9]
|
|
|
|
PHP_PORT= lang/php74
|
|
MASTERDIR= ${.CURDIR}/../../${PHP_PORT}
|
|
|
|
OPTIONS_DEFINE= AP2FILTER
|
|
OPTIONS_EXCLUDE= CGI CLI EMBED FPM
|
|
AP2FILTER_DESC= Use Apache 2.x filter interface (experimental)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|