Changelog for
yara-doc-4.0.5-1.fc34.noarch.rpm :
* Fri Feb 05 2021 Michal Ambroz
- 4.0.5-1- bump to yara bugfix 4.0.5 release
* Wed Feb 03 2021 Michal Ambroz - 4.0.4-1- bump to yara bugfix 4.0.4 release
* Thu Jul 16 2020 Michal Ambroz - 4.0.2-1- bump to yara bugfix 4.0.2 release- fix build on epel7
* Sun Jun 14 2020 Adrian Reber - 4.0.1-2- Rebuilt for protobuf 3.12
* Tue Jun 02 2020 Michal Ambroz - 4.0.1-1- bump to yara bugfix 4.0.1 release
* Tue Apr 28 2020 Michal Ambroz - 4.0.0-1- bump to yara 4.0.0 release
* Fri Jan 31 2020 Fedora Release Engineering - 3.11.0-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Oct 11 2019 Michal Ambroz - 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 - 3.10.0-3- change the sphinx build dependency
* Sat Jul 27 2019 Fedora Release Engineering - 3.10.0-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri May 03 2019 Michal Ambroz - 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 - 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)