Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Update the used version of avast-tl/yara.
Browse files Browse the repository at this point in the history
This version contains a fix for the build of libyara under 32b Unix-like
systems (see avast/yara#1).
  • Loading branch information
s3rvac committed May 19, 2018
1 parent c6aec0d commit cd4d7e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# dev

* Fixed build of libyara under 32b Unix-like systems ([avast-tl/yara#1](https://github.com/avast-tl/yara/pull/1)).

# v1.0.1 (2017-01-18)

* Fixed build of libyara with Visual Studio 2017 without the 2015 toolset.
Expand Down
3 changes: 2 additions & 1 deletion deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ if(NOT TARGET yara)

ExternalProject_Add(yara
PREFIX "yara"
URL https://github.com/avast-tl/yara/archive/v1.0-retdec.zip
URL https://github.com/avast-tl/yara/archive/ea101c5856941f39cad2db3012f2660d1d5c8b65.zip
URL_HASH SHA256=38c4dec26c9c3883b583d26e234bfb13130f043ff329ba88285441abb3822a56
DOWNLOAD_NAME yara.zip
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit cd4d7e4

Please sign in to comment.