Compare commits

...

No commits in common. "c9-beta" and "c8-beta" have entirely different histories.

3 changed files with 4 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/yara-4.5.2.tar.gz SOURCES/yara-4.2.3.tar.gz

View File

@ -1 +1 @@
b3eebbd7146a8c650d08a996c7a15814adddef2b SOURCES/yara-4.5.2.tar.gz 1c0776d0b147e260dc51b1f2002235f07d9cacd8 SOURCES/yara-4.2.3.tar.gz

View File

@ -1,5 +1,5 @@
Name: yara Name: yara
Version: 4.5.2 Version: 4.2.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Pattern matching Swiss knife for malware researchers Summary: Pattern matching Swiss knife for malware researchers
@ -28,6 +28,7 @@ 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
@ -127,10 +128,6 @@ 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