ports/devel/mcpp/Makefile
Älven 1386a9a718 devel/mcpp: update to 2.7.2.1, fix CVE
ChangeLog: https://github.com/museoa/mcpp/compare/2.7.2...2.7.2.1

Fixes CVE-2019-14274: heap-based buffer overflow

 * Base Score:	5.5 MEDIUM
 * Vector:	CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

PR:		280962
Reported by:	alster@vinterdalen.se
MFH:		2024Q3 (security fix)
Security:	CVE-2019-14274
2024-08-23 20:11:37 +02:00

23 lines
414 B
Makefile

PORTNAME= mcpp
DISTVERSION= 2.7.2.1
CATEGORIES= devel
MAINTAINER= kmatsui@t3.rim.or.jp
COMMENT= Alternative C/C++ preprocessor
WWW= https://mcpp.sourceforge.net/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cpe libtool
CPE_VENDOR= mcpp_project
USE_GITHUB= yes
GH_ACCOUNT= museoa
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-mcpplib
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>