diff --git a/.gitignore b/.gitignore index 77af85c..a193fed 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/yara-4.2.3.tar.gz +SOURCES/yara-4.5.2.tar.gz diff --git a/.yara.metadata b/.yara.metadata index e471931..1a78fbf 100644 --- a/.yara.metadata +++ b/.yara.metadata @@ -1 +1 @@ -1c0776d0b147e260dc51b1f2002235f07d9cacd8 SOURCES/yara-4.2.3.tar.gz +b3eebbd7146a8c650d08a996c7a15814adddef2b SOURCES/yara-4.5.2.tar.gz diff --git a/SPECS/yara.spec b/SPECS/yara.spec index e786a8a..eb0b10b 100644 --- a/SPECS/yara.spec +++ b/SPECS/yara.spec @@ -1,5 +1,5 @@ Name: yara -Version: 4.2.3 +Version: 4.5.2 Release: 1%{?dist} Summary: Pattern matching Swiss knife for malware researchers @@ -28,7 +28,6 @@ BuildRequires: file BuildRequires: gawk BuildRequires: gzip BuildRequires: xz -BuildRequires: pcre BuildRequires: bison BuildRequires: flex BuildRequires: libtool @@ -128,6 +127,10 @@ rm -f %{buildroot}%{_datadir}/doc/%{name}/html/.buildinfo %changelog +* Wed Oct 9 2024 Mark Huth - 4.5.2-1 +- bump to 4.5.2 +- remove pcre build dependency + * Tue Aug 16 2022 Mark Huth - 4.2.3-1 - Bump to 4.2.3 - Remove androguard module - github repo no longer exists