Skip to content

Commit

Permalink
Bump YARA, go-yara versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed May 2, 2022
1 parent 4e183a6 commit 4080eb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 3rdparty.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ endef
3rdparty_JOBS := 8
3rdparty_TARGETS := yara musl openssl

yara_VERSION := 4.2.0
yara_VERSION := 4.2.1
yara_URL := https://github.com/VirusTotal/yara/archive/v$(yara_VERSION).tar.gz
yara_ARCHS := $(3rdparty_ARCHS)
# This is executed in the source directory
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/daviddengcn/go-colortext v1.0.0
github.com/hillu/go-archive-zip-crypto v0.0.0-20200712202847-bd5cf365dd44
github.com/hillu/go-ntdll v0.0.0-20211011155505-c466bba4706f
github.com/hillu/go-yara/v4 v4.2.1
github.com/hillu/go-yara/v4 v4.2.2
github.com/mitchellh/go-ps v1.0.0
github.com/spf13/afero v1.5.1
github.com/spf13/pflag v1.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ github.com/hillu/go-archive-zip-crypto v0.0.0-20200712202847-bd5cf365dd44 h1:seZ
github.com/hillu/go-archive-zip-crypto v0.0.0-20200712202847-bd5cf365dd44/go.mod h1:xUc/S/HgVuP6lhDvD0Wqtu/Npwx93VSXzbdyEDbqBb8=
github.com/hillu/go-ntdll v0.0.0-20211011155505-c466bba4706f h1:GrbOSh0dEWQeeYWRRHp2nSGGiPdn9M+WUa4BtV8Z19U=
github.com/hillu/go-ntdll v0.0.0-20211011155505-c466bba4706f/go.mod h1:jsDwCq+VLI6qnVqFRAlfOC14FULjT1lt99vnszAZ6/Q=
github.com/hillu/go-yara/v4 v4.2.1 h1:SwPQpM5BixBYoJKaDArsKTW3zFEWSTFdICl5ORC0JCI=
github.com/hillu/go-yara/v4 v4.2.1/go.mod h1:AHEs/FXVMQKVVlT6iG9d+q1BRr0gq0WoAWZQaZ0gS7s=
github.com/hillu/go-yara/v4 v4.2.2 h1:l2LsCDAFJ1kXHZ7CSQ7r9JaNNnlxi+nQeUpiLdn1zDs=
github.com/hillu/go-yara/v4 v4.2.2/go.mod h1:AHEs/FXVMQKVVlT6iG9d+q1BRr0gq0WoAWZQaZ0gS7s=
github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=
github.com/mitchellh/go-ps v1.0.0 h1:i6ampVEEF4wQFF+bkYfwYgY+F/uYJDktmvLPf7qIgjc=
github.com/mitchellh/go-ps v1.0.0/go.mod h1:J4lOc8z8yJs6vUwklHw2XEIiT4z4C40KtWVN3nvg8Pg=
Expand Down

0 comments on commit 4080eb1

Please sign in to comment.