2019-10-03 02:31:46 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# ripgrep
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2020-12-19 16:35:22 +01:00
|
|
|
# Same as 13.0.0, we use a Git commit hash because the hash of this
|
|
|
|
# tarball changed when moving to the cargo-package infrastructure, and
|
|
|
|
# we can't change the hash of existing tarball. Please switch back to
|
|
|
|
# a Git tag at the next version bump.
|
|
|
|
RIPGREP_VERSION = af6b6c543b224d348a8876f0c06245d9ea7929c5
|
2019-10-03 02:31:46 +02:00
|
|
|
RIPGREP_SITE = $(call github,burntsushi,ripgrep,$(RIPGREP_VERSION))
|
|
|
|
RIPGREP_LICENSE = MIT
|
|
|
|
RIPGREP_LICENSE_FILES = LICENSE-MIT
|
2021-07-19 00:07:00 +02:00
|
|
|
RIPGREP_CPE_ID_VENDOR = ripgrep_project
|
2019-10-03 02:31:46 +02:00
|
|
|
|
2021-09-30 05:52:49 +02:00
|
|
|
# CVE only impacts ripgrep on Windows
|
|
|
|
RIPGREP_IGNORE_CVES += CVE-2021-3013
|
|
|
|
|
2020-12-19 16:35:22 +01:00
|
|
|
$(eval $(cargo-package))
|