File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ $(or \
25
25
3rdparty_JOBS := 8
26
26
3rdparty_TARGETS := yara musl openssl
27
27
28
- yara_VERSION := 3.10 .0
28
+ yara_VERSION := 3.11 .0
29
29
yara_URL := https://github.com/VirusTotal/yara/archive/v$(yara_VERSION ) .tar.gz
30
30
yara_ARCHS := $(3rdparty_ARCHS )
31
31
# This is executed in the source directory
32
32
yara_PREP := ./bootstrap.sh
33
33
34
- musl_VERSION := 1.1.22
34
+ musl_VERSION := 1.1.23
35
35
musl_URL := http://www.musl-libc.org/releases/musl-$(musl_VERSION ) .tar.gz
36
36
musl_ARCHS := $(filter % -linux-musl,$(3rdparty_ARCHS ) )
37
37
38
- openssl_VERSION := 1.1.0k
38
+ openssl_VERSION := 1.1.0l
39
39
openssl_URL := https://www.openssl.org/source/openssl-$(openssl_VERSION ) .tar.gz
40
40
openssl_ARCHS := $(3rdparty_ARCHS )
41
41
You can’t perform that action at this time.
0 commit comments