diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-05-21 16:16:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 01:16:52 -0700 |
| commit | 81610d74c879190f9b57a695fe5fd65a13e2d3b8 (patch) | |
| tree | 3fee19313df894460e0af63b1d7227c65977de17 | |
| parent | eb891c23ef4048ec6ffa4b48c27ccdc4ddc8da29 (diff) | |
| download | vcpkg-81610d74c879190f9b57a695fe5fd65a13e2d3b8.tar.gz vcpkg-81610d74c879190f9b57a695fe5fd65a13e2d3b8.zip | |
[YARA] update to 4.1.0 (#17551)
* [YARA] update to 4.1.0
* version update
| -rw-r--r-- | ports/yara/CONTROL | 5 | ||||
| -rw-r--r-- | ports/yara/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/yara/vcpkg.json | 10 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/y-/yara.json | 5 |
5 files changed, 18 insertions, 8 deletions
diff --git a/ports/yara/CONTROL b/ports/yara/CONTROL deleted file mode 100644 index fdd5e4f85..000000000 --- a/ports/yara/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: yara
-Version: 4.0.2
-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 4dbcf958e..3b159f2e7 100644 --- a/ports/yara/portfile.cmake +++ b/ports/yara/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO VirusTotal/yara - REF v4.0.2 - SHA512 22575cb7b48eead3b5051ce13beb3deef88a1b605de20ec8e5fc2651c0dd0009eb6c0ecddb8600a43a757ceb6ea298e94f71a26d2f9acb31a73830e18c81d10c + REF e1360f6cbe3d8daf350018661bc6772bd5b726f2 #v4.1.0 + SHA512 55f55ed41af1049e500f77f6d02fb6992dabd84efb906ff0b3ba746b3c5d890cb622845622692f230dad51a510c068c0a0195932c8931d3e56c71fc17d8769d5 HEAD_REF dev ) diff --git a/ports/yara/vcpkg.json b/ports/yara/vcpkg.json new file mode 100644 index 000000000..75b40876b --- /dev/null +++ b/ports/yara/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "yara", + "version": "4.1.0", + "description": "The pattern matching swiss knife", + "homepage": "https://github.com/VirusTotal/yara", + "dependencies": [ + "jansson", + "openssl" + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index b3f68b47f..3d78040e0 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6613,7 +6613,7 @@ "port-version": 0 }, "yara": { - "baseline": "4.0.2", + "baseline": "4.1.0", "port-version": 0 }, "yas": { diff --git a/versions/y-/yara.json b/versions/y-/yara.json index 87eb76425..b1a01fbc1 100644 --- a/versions/y-/yara.json +++ b/versions/y-/yara.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "9dfbd10f01283a8a8cf15ddb60db75e5635d3a69", + "version": "4.1.0", + "port-version": 0 + }, + { "git-tree": "05877091cce367e06a5d4e06ed69484d92e420d0", "version-string": "4.0.2", "port-version": 0 |
