e09c9f54dd
Release 6.9.4 (Almost same as Release Candidate 3) NEW API: RegSet (set of regexes) Fixed CVE-2019-19012 Fixed CVE-2019-19203 (Does not affect UTF-8, UTF-16 and UTF-32 encodings) Fixed CVE-2019-19204 (Affects only PosixBasic, Emacs and Grep syntaxes) Fixed CVE-2019-19246 Fixed some problems (found by libFuzzer test)
20 lines
519 B
Makefile
20 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.15 2019/12/11 18:50:46 adam Exp $
|
|
|
|
DISTNAME= onig-6.9.4
|
|
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"
|