pkgsrc/textproc/oniguruma/Makefile
wiz 3f5d653683 oniguruma: update to 6.9.3.
2019/08/06: Version 6.9.3 (secirity fix release)

2019/07/30: add ONIG_SYN_ALLOW_INVALID_CODE_END_OF_RANGE
2019/07/29: add STK_PREC_READ_START/END stack type
2019/07/29: Fix #147: Stack Exhaustion Problem caused by some parsing functions
2019/07/11: add a dictionary file for libfuzzer
2019/07/07: add harnesses directory
2019/07/05-2019/07/29: fix many problems found by libfuzzer programs
2019/06/27: deprecate onig_new_deluxe()
2019/06/27: Fix CVE-2019-13224: don't allow different encodings for onig_new_deluxe()
2019/06/27: Fix CVE-2019-13225: problem in converting if-then-else pattern
2019-08-16 14:34:44 +00:00

20 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.14 2019/08/16 14:34:44 wiz Exp $
DISTNAME= onig-6.9.3
PKGNAME= ${DISTNAME:S/onig/oniguruma/}
CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=kkos/}
GITHUB_PROJECT= oniguruma
GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/kkos/oniguruma
COMMENT= Regular expressions library
LICENSE= 2-clause-bsd
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= oniguruma.pc.in
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"