aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGriffin Downs <35574547+grdowns@users.noreply.github.com>2019-09-16 04:15:17 -0700
committerGitHub <noreply@github.com>2019-09-16 04:15:17 -0700
commit384da059f5fc5fe08fdb4d887823531d369be1a8 (patch)
treecfef573eb348bf5feb844b26addc706f7db130de
parent722c49e09e2042e525a8c560736fd7b6457d181f (diff)
downloadvcpkg-384da059f5fc5fe08fdb4d887823531d369be1a8.tar.gz
vcpkg-384da059f5fc5fe08fdb4d887823531d369be1a8.zip
[yara] Update to 3.10.0 (#8194)
-rw-r--r--ports/yara/CMakeLists.txt3
-rw-r--r--ports/yara/CONTROL2
-rw-r--r--ports/yara/portfile.cmake4
3 files changed, 6 insertions, 3 deletions
diff --git a/ports/yara/CMakeLists.txt b/ports/yara/CMakeLists.txt
index 89780ce42..8b9f66113 100644
--- a/ports/yara/CMakeLists.txt
+++ b/ports/yara/CMakeLists.txt
@@ -37,6 +37,7 @@ set(
libyara/ahocorasick.c
libyara/arena.c
libyara/atoms.c
+ libyara/bitmask.c
libyara/compiler.c
libyara/endian.c
libyara/exec.c
@@ -69,7 +70,9 @@ set(
libyara/re_lexer.c
libyara/rules.c
libyara/scan.c
+ libyara/scanner.c
libyara/sizedstr.c
+ libyara/stack.c
libyara/stopwatch.c
libyara/stream.c
libyara/strutils.c
diff --git a/ports/yara/CONTROL b/ports/yara/CONTROL
index b1d90b471..209495ea7 100644
--- a/ports/yara/CONTROL
+++ b/ports/yara/CONTROL
@@ -1,5 +1,5 @@
Source: yara
-Version: e3439e4ead4ed5d3b75a0b46eaf15ddda2110bb9-2
+Version: 3.10.0
Homepage: https://github.com/VirusTotal/yara
Description: The pattern matching swiss knife
Build-Depends: openssl, jansson
diff --git a/ports/yara/portfile.cmake b/ports/yara/portfile.cmake
index d4869df63..d606f0b03 100644
--- a/ports/yara/portfile.cmake
+++ b/ports/yara/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO VirusTotal/yara
- REF e3439e4ead4ed5d3b75a0b46eaf15ddda2110bb9
- SHA512 2cb837c8e2617e66766b45339a99f3f441f842cb14ce7efe38f5ec2141a51696a400279d98514be4471234c8ef7c99419f56f5b7398af13d771294b2923090aa
+ REF v3.10.0
+ SHA512 034658e835d59a42f03c062e99b40e96906c5a7de4285037c835d211f53062f8e439ade45e3400c4c35ef64502112e8d3b8d4c575e3265c69286cff2ad919ed9
HEAD_REF dev
)