Compare commits
No commits in common. "c8-beta" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/yara-4.2.3.tar.gz
|
SOURCES/yara-4.5.2.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
1c0776d0b147e260dc51b1f2002235f07d9cacd8 SOURCES/yara-4.2.3.tar.gz
|
b3eebbd7146a8c650d08a996c7a15814adddef2b SOURCES/yara-4.5.2.tar.gz
|
||||||
|
@ -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