Files
ports/textproc/expat2/Makefile
T
Daniel Engberg 9e174b97b9 textproc/expat2: Update to 2.8.2
Fixes multiple security issues and bugs

Changelog: https://github.com/libexpat/libexpat/blob/R_2_8_2/expat/Changes

PR:		296191
Reviewed by:	desktop (arrowd)
Security:	CVE-2026-50219
		CVE-2026-56131
		CVE-2026-56132
		CVE-2026-56403
		CVE-2026-56404
		CVE-2026-56405
		CVE-2026-56406
		CVE-2026-56407
		CVE-2026-56408
		CVE-2026-56409
		CVE-2026-56410
		CVE-2026-56411
		CVE-2026-56412
2026-06-29 00:39:18 +02:00

40 lines
877 B
Makefile

PORTNAME= expat
DISTVERSION= 2.8.2
CATEGORIES= textproc
MASTER_SITES= https://github.com/libexpat/libexpat/releases/download/R_${DISTVERSION:S|.|_|g}/
MAINTAINER= desktop@FreeBSD.org
COMMENT= XML 1.0 parser written in C
WWW= https://github.com/libexpat/libexpat
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
TEST_DEPENDS= bash:shells/bash
USES= cpe libtool pathfix python:test tar:xz
CPE_VENDOR= libexpat_project
CPE_PRODUCT= libexpat
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
PLIST_SUB= EXPAT_VERSION=${DISTVERSION}
CONFIGURE_ARGS= --without-docbook \
--without-examples
OPTIONS_DEFINE= DOCS STATIC TEST
OPTIONS_SUB= yes
STATIC_CONFIGURE_ENABLE= static
TEST_USES= compiler:c++11-lang shebangfix
SHEBANG_FILES= test-driver-wrapper.sh tests/udiffer.py tests/xmltest.sh
TEST_CONFIGURE_WITH= tests
.include <bsd.port.mk>