freebsd-ports/www/mod_php74/Makefile
Muhammad Moinur Rahman 27ac371f93 lang/php74: Update version 7.4.32=>7.4.33
* 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
2022-11-05 09:19:15 -05:00

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"