jsg 2faaba1473 Remove an "impossible" assert that can be triggered with a yaml
input found with the afl fuzzer.  This issue is CVE-2014-9130.
Taken from the following upstream commit:
2b91567564/raw/
2014-12-01 08:29:19 +00:00

27 lines
505 B
Makefile

# $OpenBSD: Makefile,v 1.9 2014/12/01 08:29:19 jsg Exp $
COMMENT= YAML 1.1 parser and emitter written in C
DISTNAME= yaml-0.1.6
REVISION= 0
PKGNAME= lib${DISTNAME}
CATEGORIES= devel
SHARED_LIBS= yaml-0 0.0 # 1.0
SHARED_LIBS+= yaml 0.0 # 1.0
HOMEPAGE= http://pyyaml.org/wiki/LibYAML
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://pyyaml.org/download/libyaml/
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>