79bcd1770a
- Retrieve official tarball to drop autoreconf - 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 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
480 B
Makefile
16 lines
480 B
Makefile
################################################################################
|
|
#
|
|
# oniguruma
|
|
#
|
|
################################################################################
|
|
|
|
ONIGURUMA_VERSION = 6.9.4
|
|
ONIGURUMA_SITE = \
|
|
https://github.com/kkos/oniguruma/releases/download/v$(ONIGURUMA_VERSION)
|
|
ONIGURUMA_SOURCE = onig-$(ONIGURUMA_VERSION).tar.gz
|
|
ONIGURUMA_LICENSE = BSD-2-Clause
|
|
ONIGURUMA_LICENSE_FILES = COPYING
|
|
ONIGURUMA_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|