Tue, 23 Apr 2024 14:20:26 UTC | login

Information for build yara-4.0.2-2.fc33

ID184812
Package Nameyara
Version4.0.2
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/yara.git#709ce6106a81879b42f22fe74c248aa90187acdc
SummaryPattern matching Swiss knife for malware researchers
DescriptionYARA is a tool aimed at (but not limited to) helping malware researchers to identify and classify malware samples. With YARA you can create descriptions of malware families (or whatever you want to describe) based on textual or binary patterns. Each description, a.k.a rule, consists of a set of strings and a Boolean expression which determine its logic.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 15 Aug 2020 11:44:10 UTC
CompletedSat, 15 Aug 2020 12:41:59 UTC
Taskbuild (f33, /rpms/yara.git:709ce6106a81879b42f22fe74c248aa90187acdc)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/yara.git#709ce6106a81879b42f22fe74c248aa90187acdc'}}
Tags
f33
RPMs
src
yara-4.0.2-2.fc33.src.rpm (info) (download)
noarch
yara-doc-4.0.2-2.fc33.noarch.rpm (info) (download)
riscv64
yara-4.0.2-2.fc33.riscv64.rpm (info) (download)
yara-devel-4.0.2-2.fc33.riscv64.rpm (info) (download)
yara-debuginfo-4.0.2-2.fc33.riscv64.rpm (info) (download)
yara-debugsource-4.0.2-2.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 16 2020 Michal Ambroz <rebus at, seznam.cz> - 4.0.2-1 - bump to yara bugfix 4.0.2 release - fix build on epel7 * Sun Jun 14 2020 Adrian Reber <adrian@lisas.de> - 4.0.1-2 - Rebuilt for protobuf 3.12 * Tue Jun 02 2020 Michal Ambroz <rebus at, seznam.cz> - 4.0.1-1 - bump to yara bugfix 4.0.1 release * Tue Apr 28 2020 Michal Ambroz <rebus at, seznam.cz> - 4.0.0-1 - bump to yara 4.0.0 release * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Oct 11 2019 Michal Ambroz <rebus at, seznam.cz> - 3.11.0-1 - bump to 3.11.0 release (#1760678) - BUGFIX: Some regexp character classes not matching correctly when used with “nocase” modifier (upstream #1117) - BUGFIX: Reduce the number of ERROR_TOO_MANY_RE_FIBERS errors for certain hex pattern containing large jumps (upstream #1107) - BUGFIX: Buffer overrun in “dotnet” module (upstream #1108) - BUGFIX: Memory leak while attaching to a process fails (upstream #1070) * Sat Sep 28 2019 Michal Ambroz <rebus at, seznam.cz> - 3.10.0-3 - change the sphinx build dependency * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 03 2019 Michal Ambroz <rebus at, seznam.cz> - 3.10.0-1 - bump to 3.10.0 release (#1680204) - Harden virtual machine against malicious code. - BUGFIX: Regression bug in hex strings containing wildcards (upstream #1025). - BUGFIX: Buffer overrun in “elf” module. - BUGFIX: Buffer overrun in “dotnet” module. * Sat Mar 16 2019 Michal Ambroz <rebus at, seznam.cz> - 3.9.0-1 - bump to 3.9.0 release (#1680203) - switch from python-sphinx to python3-sphinx for generating the documentation for fc31+ - should fix also #1660398 (CVE-2018-19974 CVE-2018-19975 CVE-2018-19976), but by design it might be always dangerous to run yara signatures compiled by 3rd party, so it is advised to re-compile yara rules instead - BUGFIX: Denial of service when using "dex" module. Found by the Cisco Talos team. (upstream #1023, CVE-2019-5020) - BUGFIX: Buffer overflow in "dotnet" module. - BUGFIX: Regexp regression when using nested quantifiers {x,y} for certain values of x and y. (#1018) * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Aug 27 2018 Michal Ambroz <rebus at, seznam.cz> - 3.8.1-1 - bump to 3.8.1 release (#1613093)