Build yara 4.5.2
Resolves: RHEL-2521
This commit is contained in:
parent
cb982f2d27
commit
b25048071f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/androguard-yara-2020-04-22-3eea86a.tar.gz
|
/androguard-yara-2020-04-22-3eea86a.tar.gz
|
||||||
/yara-4.2.1.tar.gz
|
/yara-4.2.1.tar.gz
|
||||||
/yara-4.2.3.tar.gz
|
/yara-4.2.3.tar.gz
|
||||||
|
/yara-4.5.2.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (yara-4.2.3.tar.gz) = 1df23837d14d3f9f72db901190e7412241514a8914d72b753df32ad8a44c7a49ad8f14941a95de83754e4d1dd0f23d712d8e6a43916343341b92cb1bc66f3c09
|
SHA512 (yara-4.5.2.tar.gz) = 761f3930117c35d87b0e3be1a5d61a6887006470fdf578164feb1bd56a96b2d85770ab7c3a21258a2781ff3327cb705942f4f0eb959cff4b210f0c7fbec1fc30
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: yara
|
Name: yara
|
||||||
Version: 4.2.3
|
Version: 4.5.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pattern matching Swiss knife for malware researchers
|
Summary: Pattern matching Swiss knife for malware researchers
|
||||||
|
|
||||||
@ -28,7 +28,6 @@ BuildRequires: file
|
|||||||
BuildRequires: gawk
|
BuildRequires: gawk
|
||||||
BuildRequires: gzip
|
BuildRequires: gzip
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pcre
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -128,6 +127,10 @@ rm -f %{buildroot}%{_datadir}/doc/%{name}/html/.buildinfo
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 9 2024 Mark Huth <mhuth@redhat.com> - 4.5.2-1
|
||||||
|
- bump to 4.5.2
|
||||||
|
- remove pcre build dependency
|
||||||
|
|
||||||
* Tue Aug 16 2022 Mark Huth <mhuth@redhat.com> - 4.2.3-1
|
* Tue Aug 16 2022 Mark Huth <mhuth@redhat.com> - 4.2.3-1
|
||||||
- Bump to 4.2.3
|
- Bump to 4.2.3
|
||||||
- Remove androguard module - github repo no longer exists
|
- Remove androguard module - github repo no longer exists
|
||||||
|
Loading…
Reference in New Issue
Block a user