aboutsummaryrefslogtreecommitdiff
path: root/utils/yara
Commit message (Collapse)AuthorAge
* yara: bump to 4.2.0Marko Ratkaj2022-03-30
| | | | Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
* yara: update to 4.1.3Rosen Penev2021-12-16
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* yara: update to 4.1.1Rosen Penev2021-07-20
| | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* yara: update to 4.0.5Rosen Penev2021-02-28
| | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* yara: fix compilation without deprecated OpenSSL APIsRosen Penev2020-08-04
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* yara: update to 4.0.2Rosen Penev2020-07-28
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* yara: update to 4.0.1Rosen Penev2020-06-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* yara: update to 4.0.0Rosen Penev2020-05-03
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* yara: Update to 3.11.0Rosen Penev2019-10-31
| | | | | | | | Fixed license information. Several Makefile rearrangements for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* yara: update to version 3.10.0Jan Pavlinec2019-05-14
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* yara: update to version 3.9.0Jan Pavlinec2019-04-09
| | | | | | | | Changes: Remove merged patch for OpenSSL THREADID Add PKG_CPE_ID Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* yara: Fix compile without deprecated OpenSSL APIsRosen Penev2018-11-25
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* yara: Update to 3.8.1Rosen Penev2018-08-20
| | | | | Switched URL to codeload. The previous redirects to this one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* yara: bump to 3.7.1Ashkan Jazayeri2018-06-05
| | | | | | Package upgraded to the latest 3.7.1 release. Signed-off-by: Ashkan Jazayeri <ashkan@jazayeri.net>
* yara: add dotnet moduleAshkan Jazayeri2018-06-05
| | | | | | | | | Dotnet module added as a compile time option. The dotnet module allows you to create more fine-grained rules for .NET files by using attributes and features of the .NET file format. http://yara.readthedocs.io/en/latest/modules/dotnet.html Signed-off-by: Ashkan Jazayeri <ashkan@jazayeri.net>
* yara: magic module dependancy fixAshkan Jazayeri2018-06-05
| | | | | | | | | Libmagic dependency replaced with File so Yara magic module can make use of magic patterns. magic.mgc is installed on the target only when the File package is selected. Signed-off-by: Ashkan Jazayeri <ashkan@jazayeri.net>
* yara: add missing config stringAshkan Jazayeri2018-06-05
| | | | | | | Missing CONFIG string added at the beginning of Magic and Cuckoo configure variables. Signed-off-by: Ashkan Jazayeri <ashkan@jazayeri.net>
* yara: bump to 3.7.0Marko Ratkaj2017-11-29
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* yara: add packageMarko Ratkaj2017-09-21
YARA 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 based on textual or binary patterns. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>