Files
ports/textproc/md4c/Makefile
Älven 156b0ec232 textproc/md4c: update to 0.5.2
ChangeLog: https://github.com/mity/md4c/blob/master/CHANGELOG.md

Fixes CVE-2021-30027: DoS with malformed Markdown.

 * 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:		280956
Reported by:	alster@vinterdalen.se
MFH:		2024Q3 (security fix)
Security:	CVE-2021-30027
2024-08-23 20:10:57 +02:00

20 lines
363 B
Makefile

PORTNAME= md4c
DISTVERSIONPREFIX= release-
DISTVERSION= 0.5.2
CATEGORIES= textproc
MAINTAINER= rosenke@dssgmbh.de
COMMENT= Markdown Parser written in C
WWW= https://github.com/mity/md4c/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= cmake cpe
CPE_VENDOR= ${PORTNAME}_project
USE_GITHUB= yes
GH_ACCOUNT= mity
USE_LDCONFIG= yes
.include <bsd.port.mk>