diff options
| author | henriblMSFT <62611385+henriblMSFT@users.noreply.github.com> | 2021-07-22 14:23:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 14:23:35 -0700 |
| commit | 7fac0dc1440b79ac9afffaa2af45578518d5750e (patch) | |
| tree | e931cbad921c10a553bd394553b3c9c7240a597a | |
| parent | 2a459906dc3e28cd821d5346c11e73417918e15c (diff) | |
| download | vcpkg-7fac0dc1440b79ac9afffaa2af45578518d5750e.tar.gz vcpkg-7fac0dc1440b79ac9afffaa2af45578518d5750e.zip | |
[YARA] update to 4.1.1 (#18977)
* [YARA] update to 4.1.1
* Add baseline frrom .\vcpkg.exe x-add-version yara
| -rw-r--r-- | ports/yara/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/yara/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/y-/yara.json | 5 |
4 files changed, 10 insertions, 5 deletions
diff --git a/ports/yara/portfile.cmake b/ports/yara/portfile.cmake index 3b159f2e7..b7ab617b7 100644 --- a/ports/yara/portfile.cmake +++ b/ports/yara/portfile.cmake @@ -3,9 +3,9 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO VirusTotal/yara - REF e1360f6cbe3d8daf350018661bc6772bd5b726f2 #v4.1.0 - SHA512 55f55ed41af1049e500f77f6d02fb6992dabd84efb906ff0b3ba746b3c5d890cb622845622692f230dad51a510c068c0a0195932c8931d3e56c71fc17d8769d5 - HEAD_REF dev + REF v4.1.1 + SHA512 e4474254249d5b3fbb7231fdec5f4e080be042098e1b2bc953aa93513ce0b4742e34acac2911687e75055ecd589d942f71b79c58ca47eee243626ab3ec8add71 + HEAD_REF master ) file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) diff --git a/ports/yara/vcpkg.json b/ports/yara/vcpkg.json index 75b40876b..22f217411 100644 --- a/ports/yara/vcpkg.json +++ b/ports/yara/vcpkg.json @@ -1,6 +1,6 @@ { "name": "yara", - "version": "4.1.0", + "version": "4.1.1", "description": "The pattern matching swiss knife", "homepage": "https://github.com/VirusTotal/yara", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 948aa00ef..2b2177088 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6817,7 +6817,7 @@ "port-version": 1 }, "yara": { - "baseline": "4.1.0", + "baseline": "4.1.1", "port-version": 0 }, "yas": { diff --git a/versions/y-/yara.json b/versions/y-/yara.json index b1a01fbc1..4bbf6d7c2 100644 --- a/versions/y-/yara.json +++ b/versions/y-/yara.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "081abbbfc62033c4254ae833f61d48c5cea4151c", + "version": "4.1.1", + "port-version": 0 + }, + { "git-tree": "9dfbd10f01283a8a8cf15ddb60db75e5635d3a69", "version": "4.1.0", "port-version": 0 |
