Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60a93fd33b | ||
|
|
540af1acd5 |
2 changed files with 5 additions and 5 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (yara-4.5.7.tar.gz) = ff53b0606fa947a9ab882c1e4c610586c28b8383873c4ee589e380e7478229e5ef11572650884dbcd8e487061f744e2e0ce70807bc9d8685e2cb4f781301a05b
|
||||
SHA512 (yara-4.5.8.tar.gz) = 12bbe1bebb6d51f7ae90ad6a725bdb096f3e884b757913e9ba37bfa1557bced32ef56895eb358af5f3165890336be57dc51e9fe2ad672c1e523cb30e00483c86
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: yara
|
||||
Version: 4.5.7
|
||||
Version: 4.5.8
|
||||
Summary: Pattern matching Swiss knife for malware researchers
|
||||
URL: https://VirusTotal.github.io/yara/
|
||||
VCS: git:https://github.com/VirusTotal/yara/
|
||||
|
|
@ -20,9 +20,9 @@ and a Boolean expression which determine its logic.}
|
|||
|
||||
%global gituser VirusTotal
|
||||
%global gitname yara
|
||||
# Commit of version 4.5.6
|
||||
%global gitdate 20260601
|
||||
%global commit d72b85f09fcd86583836eb8c4f349cb269ec875d
|
||||
# Commit of version 4.5.8
|
||||
%global gitdate 20260728
|
||||
%global commit 84b0e3cc0e42f8f8e6b84d19c97ec3ac6ff8aee8
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%bcond_without release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue