Fri, 19 Apr 2024 03:45:41 UTC | login

Information for build yara-4.1.0-1.fc33

ID195697
Package Nameyara
Version4.1.0
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/yara.git#e619caae4a3b8204903a3ee3a9394042de0db885
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
StartedFri, 07 May 2021 04:58:51 UTC
CompletedFri, 07 May 2021 05:50:08 UTC
Taskbuild (f33, /rpms/yara.git:e619caae4a3b8204903a3ee3a9394042de0db885)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/yara.git#e619caae4a3b8204903a3ee3a9394042de0db885'}}
Tags
f33
f37
f38
RPMs
src
yara-4.1.0-1.fc33.src.rpm (info) (download)
noarch
yara-doc-4.1.0-1.fc33.noarch.rpm (info) (download)
riscv64
yara-4.1.0-1.fc33.riscv64.rpm (info) (download)
yara-devel-4.1.0-1.fc33.riscv64.rpm (info) (download)
yara-debuginfo-4.1.0-1.fc33.riscv64.rpm (info) (download)
yara-debugsource-4.1.0-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Mon Apr 26 2021 Michal Ambroz <rebus at, seznam.cz> - 4.1.0-1 - bump to 4.1.0 * Sun Apr 25 2021 Michal Ambroz <rebus at, seznam.cz> - 4.0.5-2 - rebuild for epel * Fri Feb 05 2021 Michal Ambroz <rebus at, seznam.cz> - 4.0.5-1 - bump to yara bugfix 4.0.5 release * Wed Feb 03 2021 Michal Ambroz <rebus at, seznam.cz> - 4.0.4-1 - bump to yara bugfix 4.0.4 release * 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.