mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[yara] Update to 4.2.3 to resolve security vulnerability (#26770)
* Update yara version * Update ref to v4.2.3 * Update portfile.cmake Update SHA512 hash with value from build * Update versions to 4.2.3 per x-add-version
This commit is contained in:
parent
0399e7964a
commit
521611caa7
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO VirusTotal/yara
|
||||
REF 136794355c51242b595af42309a234846d534e8b #v4.2.0
|
||||
SHA512 b0aabbf4d0ba585e3adab7dbdb708264c4d4140179e69c8bc57a2ea85cdd6d97f61e67e2ce06c8436450b4e0add7f475ff76d7ca549a9b1168ac057a6cbae776
|
||||
REF ba94b4f8ebb6d56786d14f6a0f7529b32d7c216f #v4.2.3
|
||||
SHA512 34bbe80c0f108691c7dd36fe56a2f866fc90424417a14df80781670f8150662a6160fecc4b697c6ff7eca3f98d78cdcb91f38e7f2a6542814b739869662d6608
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yara",
|
||||
"version": "4.2.0",
|
||||
"version": "4.2.3",
|
||||
"description": "The pattern matching swiss knife",
|
||||
"homepage": "https://github.com/VirusTotal/yara",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -7945,7 +7945,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"yara": {
|
||||
"baseline": "4.2.0",
|
||||
"baseline": "4.2.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"yas": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0551c4f9ac51859d9063f6482ff44acf3d7bfa2a",
|
||||
"version": "4.2.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f071df4391cee4f96e8f7bb5820d7d3f70db50e1",
|
||||
"version": "4.2.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user